You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2016/06/14 17:11:57 UTC

[jira] [Resolved] (NET-593) HostnameVerifier is called with ip addess instead of the provided hostname

     [ https://issues.apache.org/jira/browse/NET-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved NET-593.
----------------------
    Resolution: Fixed

URL: http://svn.apache.org/viewvc?rev=1748445&view=rev
Log:
Unnecessary; done by connect(String,int)

Modified:
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/SocketClient.java


> 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)