Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
In order to be compliant with RFC 2459, applications should implement hostname checking on SSL connections. The class HttpsURLConnection does this, for example. However, if you are using the lower-level SSLSocket, SSLServerSocket and SSLEngine classes this functionality isn't available, even though it is implemented in the underlying libraries. A mechanism should be provided to enable this existing code so that JSSE clients don't have to reinvent an existing wheel. Suggestion: make this flag part of the SSLParameters class and implement RFE 6586274
|