Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Fixed an issue where SSL ('wss'/'https') didn't connect. #68

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

refaelos
Copy link

When trying to connect to a socket.io server protected by SSL, the connection failed. This pull request fixes that issue by using a SSL context (TLS) and attaching it to the connection.

This pull request is using Java-Websocket V1.3.0.

@refaelos
Copy link
Author

fixed #60 for me

@Trellmor
Copy link

It looks like you accept any certificate with this patch, valid or not. This doesn't seem like a good idea security wise.

@refaelos
Copy link
Author

refaelos commented Nov 8, 2013

Did you find any other solution?
Of course we want only valid certs to be accepted...

@refaelos refaelos closed this Nov 9, 2013
@refaelos refaelos reopened this Nov 9, 2013
@refaelos
Copy link
Author

refaelos commented Nov 9, 2013

Fixed the problem you mentioned.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants