Skip to content
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

Does it support to connect to domain which is not raw ip address? #206

Closed
ghost opened this issue Jun 17, 2020 · 4 comments
Closed

Does it support to connect to domain which is not raw ip address? #206

ghost opened this issue Jun 17, 2020 · 4 comments

Comments

@ghost
Copy link

ghost commented Jun 17, 2020

I want to connect to Amazon api gateway webserver. that's domain is "wss://api-id.execute-api.region.amazonaws.com/stage". It works on javascript wscat module, but doesn't works on your following sample (https://github.com/getnamo/socketio-client-ue4/blob/master/README.md#c-fsocketionative). Please check this.

@ghost
Copy link
Author

ghost commented Jun 18, 2020

Well, i did unittest with websocket++ because socketio-client-ue4 uses that libraries. It looks doesn't work on websocket++ too.

@ghost
Copy link
Author

ghost commented Jun 18, 2020

I succeed to connect that uri. The problem was SSL. I followed this sample zaphoyd/websocketpp#706

@getnamo
Copy link
Owner

getnamo commented Jun 18, 2020

SSL support is an ongoing high priority issue: #39

non-ssl connections should work as expected e.g. http://myserver.com:3000

@ghost
Copy link
Author

ghost commented Jun 18, 2020

Thanks for reply. I expect it.

@ghost ghost closed this as completed Jun 18, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant