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

SNI hacked support for ios #12

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Conversation

Tom-Ski
Copy link

@Tom-Ski Tom-Ski commented Oct 9, 2024

Will leave this here for issue of SNI support lacking on ios (robovm)

Most likely cause of this issue

Tested this solution and its working so using fork currently.

Solution is hacky which is why i'm making this draft, but wanted to share for others if they have issue.

Creates an IOS specific subproject, so common cannot be used for ios
Usage is

        socket = WebSockets.newSocket("https://" + host);
        socket.setHostName(host);

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

Successfully merging this pull request may close these issues.

1 participant