This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254484 - javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name
Summary: javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Embedded Browser (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-18 13:01 UTC by marckoby
Modified: 2016-11-16 18:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203789


Attachments
stacktrace (1.54 KB, text/plain)
2015-08-18 13:01 UTC, marckoby
Details
stacktrace (1.51 KB, text/plain)
2015-09-26 23:51 UTC, marckoby
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marckoby 2015-08-18 13:01:25 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-178-on-20150729)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 8.1

User Comments:
marckoby: webkit ?

GUEST: I entered startpage.com into the embedded webkit browser

GUEST: open the netbeans, continue last project, open built-in browser

marckoby: browser

GUEST: -

GUEST: I did nothing. It appeared by itself




Stacktrace: 
javax.net.ssl.SSLProtocolException: handshake alert:  unrecognized_name
   at sun.security.ssl.ClientHandshaker.handshakeAlert(ClientHandshaker.java:0)
   at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:0)
   at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:0)
   at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:0)
   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:0)
   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:0)
Comment 1 marckoby 2015-08-18 13:01:27 UTC
Created attachment 155426 [details]
stacktrace
Comment 2 Jiri Kovalsky 2015-08-18 21:16:38 UTC
Reassigning for further evaluation.
Comment 3 marckoby 2015-09-26 23:51:54 UTC
Created attachment 156441 [details]
stacktrace

empty nb
Comment 4 chemFelix 2016-11-16 18:10:23 UTC
This seems to be a general Java bug. Opening https://www.scbt.com using Apache HttpClient also fails during the handshake, the jsse.enableSNIExtension=false setting does not have any effect, as the problem occurs one step BEFORE verifyHostname in SSLSocketFactory. Really annoying...