Spinoco / fs2-http

Http Server and client using fs2
MIT License
135 stars 26 forks source link

SSL Handshake Issues #29

Closed ChristopherDavenport closed 6 years ago

ChristopherDavenport commented 6 years ago

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)

pchlupacek commented 6 years ago

@ChristopherDavenport thanks for reporting this.