Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Lispworks comm package for SSL access in Postmodern instead of cl+ssl

On XP, I'd like to use Postmodern in Lispworks to use the database on a server via SSL.

It looks like CL+SSL has a problem with setting up a unilateral SSL connection. Lispworks works fine. Is there a way to get Postmodern to use the socket set up by Lispworks instead of one by CL+SSL? Or is there a version of CL+SSL which can make a unilateral connection?

like image 968
Mitch Avatar asked Sep 04 '09 23:09

Mitch


1 Answers

You need to hack Postmodern to use Lispwork's SSL API instead of CL+SSL. This probably isn't too hard.

like image 84
Leslie P. Polzer Avatar answered Nov 15 '22 09:11

Leslie P. Polzer