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