[
https://issues.apache.org/jira/browse/NET-593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15327054#comment-15327054
]
Jörg Weule commented on NET-593:
--------------------------------
Yes, exactly. The same is at the POP3SClient.
There are HostnameVerifiers that should work in some cases:
org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
> HostnameVerifier is called with ip addess instead of the provided hostname
> --------------------------------------------------------------------------
>
> Key: NET-593
> URL: https://issues.apache.org/jira/browse/NET-593
> Project: Commons Net
> Issue Type: Bug
> Components: POP3, SMTP
> Affects Versions: 3.4
> Reporter: Jörg Weule
>
> When TLS is used (not StartTLS) on port 465, the HostnameVerifier is checking
> for the ip address, not the hostname. This results in a failure on each
> connection.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)