edicl / drakma

HTTP client written in Common Lisp
http://edicl.github.io/drakma/
249 stars 58 forks source link

HTTPS breaks in Allegro-CL Express #73

Closed criesbeck closed 8 years ago

criesbeck commented 8 years ago

Although Allegro supports SSL, the free CL Express does not.

E.g., (drakma:http-request "https://docs-examples.firebaseio.com/rest/quickstart/users.json") gets an Enterprise SSL not supported error.

Replacing :allegro with (and :allegro (not :allegro-cl-express)) in drakma.asd and util.lisp seemed to fix the problem for me, but I was only able to test with MacOS, since I have a full Allegro on my Windows box

hanshuebner commented 8 years ago

Can you submit a pull request?

criesbeck commented 8 years ago

First time doing this with a forked repo, so apologies if I did something stupid.