Opened 13 years ago
Last modified 13 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 )
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 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.