Server Name Indication (SNI) Support
------------------------------------

                 Key: HTTPCLIENT-1119
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1119
             Project: HttpComponents HttpClient
          Issue Type: Improvement
          Components: HttpClient
            Reporter: Gus Power


Provide support for Server Name Indication (SNI) support as per RFC 3546 
(section 3.1).

Currently attempting to connect to SNI enabled host 'expectedhost' over SSL 
using http client results in an SSLException similar to:

javax.net.ssl.SSLException: hostname in certificate didn't match: 
<expectedhost> != <defaulthost>
  at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:220)

We use SNI on some of our environments and were trying to use httpclient to 
automatically test host access and availability.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to