gusavila92 / java-android-websocket-client

Java/Android WebSocket Client
Apache License 2.0
148 stars 38 forks source link

How to include SSL certificate in this lib!? #4

Closed ImanX closed 6 years ago

ImanX commented 6 years ago

I'm using your lib for connect to socket protocol, I need include our ssl certificate. Can I add our certificate to this lib?

gusavila92 commented 6 years ago

Hi Alireza.

Unfortunately, there is no way to include a SSL certificate now. I'll be working to fix this as soon as possible.

On Tue, Oct 31, 2017 at 6:48 AM, Alireza Tarazani notifications@github.com wrote:

I'm using your lib for connect to socket protocol, I need include our ssl certificate. Can I add our certificate to this lib?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gusavila92/java-android-websocket-client/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AEl0lqFWeF2Wz2ax5e0ullV65w80iB9cks5sxwkKgaJpZM4QMnTz .

gusavila92 commented 6 years ago

Hi. What do you mean by SSL certificate? This certificate is sent by the server, so I'm not sure about your question.