Closed ChristopherDavenport closed 6 years ago
The createSSLEngine call fails to handshake properly for a lot of smaller websites. Bug Location
createSSLEngine
This can be fixed by adding a reference to the host and port that is being secured. sslContext.createSSLEngine(host, port)
sslContext.createSSLEngine(host, port)
@ChristopherDavenport thanks for reporting this.
The
createSSLEngine
call fails to handshake properly for a lot of smaller websites. Bug LocationThis can be fixed by adding a reference to the host and port that is being secured.
sslContext.createSSLEngine(host, port)