-
Notifications
You must be signed in to change notification settings - Fork 75
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
Can't start localproxy in Docker #48
Comments
Facing the same issue when using the command
|
I can't reproduce this on my macOS Big Sur 11.3 with x86_64 processor.
|
confirmed it is working on my raspberry pi. so, it must be something with the way my mac is configured with docker. is there a chance it could be something with how docker is configured or openssl? |
It seems possible. Are you also using Docker Desktop? I saw a reply here. |
I am actually using Docker Desktop.... let me see if that's it |
I'm using Docker desktop as well, installed it a couple of weeks ago by following these instructions, I didn't change any settings. Can you share the stdout for running the |
it looks identical to yours except for the times. i reran it this morning and my laptop died after completing (and subsequently not working properly again), and i lost the output. it takes a painfully long time to build, so i'm not sure what the benefit of running it again for 30 some odd minutes would have. |
@YSUN-coder, can you open a separate Github issue by following the issue template? Your issue may not have the same root cause with the current one and merging them together for debugging can add more confusions. |
|
3.the destination device is connected fine. it is a raspberry pi on greengrass using the secure tunnel component. i can connect to it just fine over a secure tunnel built on a different pi. |
@Lard4 Thanks for providing more information. Since this is your first time to set it up, it could also be a configuration issue with the docker on your mac. |
@Lard4 , I tried it on my Mac and cannot reproduce this issue. Some information for my Mac:
Commit: latest commit from this repo Observation 2: localproxy behavior Logs:
Suggestion to your issue:
|
Closed due to inability to reproduce the issue |
Anyone still facing this issue, I could solve it by JUST updating docker Desktop version to 3.4.0. OS: MacOS |
Anyone got it working? I have the same problem
|
@zhex900 |
Describe the bug
After creating the docker image and running it, localproxy does not "perform the SSL handshake with the proxy server, and the script fails.
To Reproduce
I'm facing the same issue on an Intel Mac running Big Sur (run in docker). I downloaded this repo (fresh, maybe 30 minutes before this comment), made the docker image, then ./docker-run.sh -p 5555 then export my source token, then ./localproxy -r us-west-2 -s 5555 -c ./certs -v 6 and get:
Steps to reproduce the behavior:
./docker-run.sh -p 5555
./localproxy -r us-west-2 -s 5555 -c ./certs -v 6
Expected behavior
The script continues and opens the tunnel.
Actual behavior
Logs
see above.
Environment (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: