Closed jprider63 closed 8 years ago
I was getting the following error while attempting to connect with ssl:
TlsExceptionHostPort (HandshakeFailed (Error_Misc "unimplemented RSA signature hash type: HashSHA384"))
It looks like support for HashSHA384 was added in tls-1.3.7. I'm currently updating to stackage lts-5.18, so hopefully that takes care of it.
This issue is mostly for future reference in case someone else runs into this problem.
Thanks. I'd like to leave the issue open as a reminder.
Closing this as it was resolved.
I was getting the following error while attempting to connect with ssl:
It looks like support for HashSHA384 was added in tls-1.3.7. I'm currently updating to stackage lts-5.18, so hopefully that takes care of it.
This issue is mostly for future reference in case someone else runs into this problem.