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 support #1152

Closed
AdamMiltonBarker opened this issue Apr 21, 2016 · 4 comments
Closed

SNI support #1152

AdamMiltonBarker opened this issue Apr 21, 2016 · 4 comments

Comments

@AdamMiltonBarker
Copy link

AdamMiltonBarker commented Apr 21, 2016

I have seen a few posts in the issues about this but all have been closed which seems strange as the issue is not resolved as far as I can tell. How come the library does not support SNI and has anyone found a work around, I have hit a fairly big road block due to this issue.

Error receiving is as follows:

hostname in certificate didn't match: <desired host> != <incorrect host> OR <incorrect host> OR <incorrect host>

@AdamMiltonBarker
Copy link
Author

I solved this by using a different library

@singhdd93
Copy link

Is this Lib going to support SNI anytime soon ?
If not Kindly suggest some alternatives as good as this lib

@toyangel0710
Copy link

This issue should be fixed.
you can use :
AsyncHttpClient asyncHttpClient = new AsyncHttpClient(true, 80, 443)
default it new AsyncHttpClient(false, 80, 443)

@smarek
Copy link
Member

smarek commented May 22, 2019

SNI feature will be solved in #991, closing this as duplicate

@smarek smarek closed this as completed May 22, 2019
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

4 participants