denibertovic / docker-hs

A Haskell library for the Docker Engine API
BSD 3-Clause "New" or "Revised" License
76 stars 48 forks source link

unimplemented RSA signature hash type: HashSHA384 #10

Closed jprider63 closed 8 years ago

jprider63 commented 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.

denibertovic commented 8 years ago

Thanks. I'd like to leave the issue open as a reminder.

denibertovic commented 8 years ago

Closing this as it was resolved.