[armedbear-ticket] [armedbear] #185: hunchentoot with ssl fails to load correctly
#185: hunchentoot with ssl fails to load correctly --------------------------------------------+------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: unscheduled Component: libraries | Version: 1.0 Keywords: quicklisp hunchentoot cffi ssl | --------------------------------------------+------------------------------- 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*) }}} -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/185> armedbear <http://common-lisp.net/project/armedbear> armedbear
#185: hunchentoot with ssl fails to load correctly --------------------------------------------+------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: unscheduled Component: libraries | Version: 1.0 Keywords: quicklisp hunchentoot cffi ssl | --------------------------------------------+------------------------------- Description changed by mevenson: Old description:
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*) }}}
New description: [Hunchentoot http://weitz.de/hunchentoot/] from the latest [http://www.quicklisp.org/ 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*) }}} -- -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/185#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear
#185: hunchentoot with ssl fails to load correctly --------------------------------------------+------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: unscheduled Component: libraries | Version: 1.0 Keywords: quicklisp hunchentoot cffi ssl | --------------------------------------------+------------------------------- Description changed by mevenson: Old description:
[Hunchentoot http://weitz.de/hunchentoot/] from the latest [http://www.quicklisp.org/ 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*) }}}
New description: [http://weitz.de/hunchentoot/ Hunchentoot] from the latest [http://www.quicklisp.org/ Quicklisp] is a bit wonky with SSL. To disable any attempt to load code for dealing with SSL via [#182 CFFI] in Hunchentoot, add the following to your ABCL initialization file ("~/.abclrc"): {{{ (push :hunchentoot-no-ssl *features*) }}} -- -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/185#comment:2> armedbear <http://common-lisp.net/project/armedbear> armedbear
#185: hunchentoot with ssl fails to load correctly --------------------------------------------+------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: unscheduled Component: libraries | Version: 1.0 Keywords: quicklisp hunchentoot cffi ssl | --------------------------------------------+------------------------------- Description changed by mevenson: Old description:
[http://weitz.de/hunchentoot/ Hunchentoot] from the latest [http://www.quicklisp.org/ Quicklisp] is a bit wonky with SSL. To disable any attempt to load code for dealing with SSL via [#182 CFFI] in Hunchentoot, add the following to your ABCL initialization file ("~/.abclrc"):
{{{ (push :hunchentoot-no-ssl *features*) }}}
New description: [http://weitz.de/hunchentoot/ Hunchentoot] from the latest [http://www.quicklisp.org/ Quicklisp] is a bit wonky with SSL. To disable any attempt to load code for dealing with SSL via [http://trac .common-lisp.net/armedbear/ticket/176 CFFI] in Hunchentoot, add the following to your ABCL initialization file ("~/.abclrc"): {{{ (push :hunchentoot-no-ssl *features*) }}} -- -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/185#comment:3> armedbear <http://common-lisp.net/project/armedbear> armedbear
participants (1)
-
armedbear