-
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
Cannot connect to SOCKS proxy #86
Comments
We do not have SOCKS support implemented yet. What kind of auth support would be sufficient for your use case? Basic (and no authentication at all) would be reasonably straightforward to implement, but GSSAPI would probably be a lot more work. |
We don't have any authentication for the proxy. |
Greetings! Sorry to say but this is a very old issue that is probably not getting as much attention as it deservers. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to open a new one. |
Hi, |
Socks support isn't on any roadmap or planning atm. What kind of authentication support would you need? Beyond that, all I can say is that versions prior to 5 will never be supported. |
I don't think we need any auth at the moment. v1 sdk does not support proxy authentication as well SOCKS5 is ok. |
Understood. One final thing, not trying to be pedantic, but clarity is important for setting expectations for feature parity and all: amplify's android sdk is a separate product that has no relation (externally or corporate-internal) with the IoT SDKs ; the v1 IoT SDK is here |
Thank you for the clarification, tbh I'm bit confused on all those different SDK's and its versions. |
Closing this as not planned due to resource constraints. If you still would like to use this sdk with SOCKS proxy please open a new feature request. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Known Issue
<prefix>-ats.iot.<region>.amazonaws.com
Describe the bug
A clear and concise description of what the bug is.
While using this new SDK I am able to connect to an HTTP proxy but when my proxy is SOCKS, it does not connect. I don't see a stack trace but it doesn't not connect and I don't see any communication through my proxy.
Is it expected that this SDK will support SOCKS proxy? Is there anything specific that has to be configured for SOCKS vs HTTP?
SDK version number
SDK: 1.2.4
CRT: 0.6.2
Platform/OS/Hardware/Device
What are you running the sdk on?
Samsung Galaxy S9
Android 8.0.0
Charles Proxy (free)
To Reproduce (observed behavior)
Steps to reproduce the behavior (please share code)
Attempt to run a sample application and connect to a SOCKS proxy.
Expected behavior
A clear and concise description of what you expected to happen.
Connect to the SOCKS proxy.
Logs/output
If applicable, add logs or error output.
No logs available.
The text was updated successfully, but these errors were encountered: