-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect to local Portal #72
Comments
Do you still have this problem? If you do, are you sure the Portal port is open (you can test with netcat)? |
Unfortunately, yes, still unable to have it connect. After launching the portal netstat reports:
When checking using netcat:
|
@wwhurley Did you ensure that frida-cert.pem contains both the certificate and the private key? The client side should only have the certificate, but the chain needs to be complete. (We don't currently make use of the system's certificate store.) |
I went through and reviewed the documentation a bit more and I have a slightly better idea of why what I was doing wasn't working, though I still can't get it to work. You're correct in that I didn't have my files set up correctly. However, after performing the following steps, I still haven't been able to get it right:
What it appears is that frida-portal should take a PEM encoded file that contains the key and certificate from step 3 and frida-join should take a PEM encoded file that just contains the certificate from the CA. Does that sound in the right neighborhood? |
This could just be user error, but having difficulty using the CLI tools to test the Portal functionality. When starting the portal locally I'm running:
And then attempting to connect using
frida-join
, running:I get the message
Joining portal...
which goes for a bit, then ends withUnable to join: timeout was reached.
I've attempted with different combinations of token and certificate and haven't had any success.The text was updated successfully, but these errors were encountered: