Spinoco/fs2-http

SSL Handshake Issues

ChristopherDavenport opened this issue · 1 comments

The createSSLEngine call fails to handshake properly for a lot of smaller websites. Bug Location

This can be fixed by adding a reference to the host and port that is being secured. sslContext.createSSLEngine(host, port)

@ChristopherDavenport thanks for reporting this.