drakma icon indicating copy to clipboard operation
drakma copied to clipboard

Drakma throws error on SSL url which is handled fine by browser

Open ctlaux opened this issue 10 years ago • 1 comments

I'm having a hard time understanding this error which results on accessing a given SSL url:

(drakma:http-request "https://health.edcast.org/learn/first-responder-trauma-emergency-care-program-fall-2014")

A failure in the SSL library occurred on handle #.(SB-SYS:INT-SAP #X7FFFEC01E560) (return code: 1). SSL error queue: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure [Condition of type CL+SSL::SSL-ERROR-SSL]

Can anyone tell me how to fix or work around this?

ctlaux avatar Jan 12 '15 15:01 ctlaux

This should be really handled by cl+ssl. It doesn't to provide any good way of using different tls/ssl methods.

stassats avatar Jan 12 '15 18:01 stassats