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

SSL support for api > 23 #19

Open
IamEgor opened this issue Jun 25, 2018 · 2 comments
Open

SSL support for api > 23 #19

IamEgor opened this issue Jun 25, 2018 · 2 comments

Comments

@IamEgor
Copy link

IamEgor commented Jun 25, 2018

It seems that connection to https urls works fine only on api 23 and higher. I was not able to install SSLSocketFactory for org.java_websocket.client.WebSocketClient correctly. And there is another error for devices with api 19: they have incorrect default tls version.
I think there should be a way to configure tls version, user trusted certificates and certificate pinning or provided an interface for cofigure own websocket client. As for me okhttp is more flexible(I fix my issues with the help of it).

@fukemy
Copy link

fukemy commented Nov 19, 2020

hi, same problem when something got ssl error, did u solved this?

@metes
Copy link

metes commented Aug 11, 2021

Hi,

Same problem here. it's not work under API 24, throw SSL handshake exception. I couldnt find any solution :( could you fix it or suggest a solution?

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

3 participants