Opened 12 years ago

Last modified 12 years ago

#185 new defect

hunchentoot with ssl fails to load correctly

Reported by: Mark Evenson Owned by: Mark Evenson
Priority: major Milestone: unscheduled
Component: libraries Version: 1.0
Keywords: quicklisp hunchentoot cffi ssl Cc:
Parent Tickets:

Description (last modified by Mark Evenson)

Hunchentoot from the latest Quicklisp is a bit wonky with SSL. To disable any attempt to load code for dealing with SSL via CFFI in Hunchentoot, add the following to your ABCL initialization file ("~/.abclrc"):

(push :hunchentoot-no-ssl *features*)

Change History (3)

comment:1 Changed 12 years ago by Mark Evenson

Description: modified (diff)

comment:2 Changed 12 years ago by Mark Evenson

Description: modified (diff)

comment:3 Changed 12 years ago by Mark Evenson

Description: modified (diff)
Note: See TracTickets for help on using tickets.