Bug 1265131 - Inappropriate message logged by the SSL client
Summary: Inappropriate message logged by the SSL client
Keywords:
Status: NEW
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-java
Version: Development
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: messaging-bugs
QA Contact: Messaging QE
URL:
Whiteboard:
Depends On:
Blocks: 1267276
TreeView+ depends on / blocked
 
Reported: 2015-09-22 08:05 UTC by Petr Matousek
Modified: 2023-05-15 18:03 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1267276 (view as bug list)
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1265130 0 unspecified NEW The hostname from the sever certificate is parsed incorrectly 2023-05-15 18:03:56 UTC

Internal Links: 1265130

Description Petr Matousek 2015-09-22 08:05:36 UTC
Description of problem:

Following exception is logged by the client while verifying the hostname from the server certificate. The hostname verification process itself succeeds and seems to work as expected (except of bug 1265130), thus the message is very confusing for the user: 

IoReceiver - <hostname>/<ip>:<port> 2015-09-21 14:52:46,392 WARN [network.security.ssl.SSLUtil] Exception received while trying to verify hostname

Version-Release number of selected component (if applicable):
qpid-java-*-0.30-7

How reproducible:
100%

Steps to Reproduce:
1. configure and run broker listening for SSL connections
2. run some example SSL client
3. the SSL handshake succeeds, but the following exception is logged by the client: [network.security.ssl.SSLUtil] Exception received while trying to verify hostname

Actual results:
IoReceiver - <hostname>/<ip>:<port> 2015-09-21 14:52:46,392 WARN [network.security.ssl.SSLUtil] Exception received while trying to verify hostname

Expected results:
No exception message logged on successful SSL handshake (and server hostname verification)

Additional info:


Note You need to log in before you can comment on or make changes to this bug.