SSL_CTX error, Lispworks MacOS
I have a student with Lispworks Personal on MacOS El Capitan and
we can't get SLL to work.
Using (comm:set-ssl-library-path "/usr/lib/libssl.dylib") fixed a
failure with (comm:ensure-ssl) but comm:attach-ssl still fails.
Any ideas what else to check for, configure, test, ...?
CL-USER 9 > (require "comm")NIL
CL-USER 10 > (comm:ensure-ssl)NIL
CL-USER 11 > (comm:openssl-version)"OpenSSL 0.9.8zh 14 Jan 2016"
CL-USER 12 > (comm:open-tcp-stream "google.com" 443 :ssl-ctx t)
Error: Failed to create SSL CTX1 (abort) Return to level 0.2 Return to top loop level 0.
Type :b for backtrace or :c <option number> to proceed.Type :bug-form "<subject>" for a bug report template or :? for other options.
CL-USER 13 : 1 > :bCall to ERRORCall to COMM:ATTACH-SSLCall to CLOS::METHOD-COMBINATION-TEMPLATE Call to CLOS::MAKE-INSTANCE-FROM-CLASS-1 Call to COMM:OPEN-TCP-STREAMCall to EVALCall to CAPI::CAPI-TOP-LEVEL-FUNCTIONCall to CAPI::INTERACTIVE-PANE-TOP-LOOP Call to MP::PROCESS-SG-FUNCTION
-- ................................................. Christopher Riesbeck Associate Professor, Electrical Engineering and Computer Science McCormick School of Engineering Northwestern University 2145 Sheridan Rd., Evanston, IL 60208 Home page: http://www.cs.northwestern.edu/~riesbeck/ Calendar: http://www.cs.northwestern.edu/~riesbeck/calendar.html