[Lispweb] mod_lisp and SSL problem

Marc Battyani marc.battyani at fractalconcept.com
Tue Jul 22 16:42:37 CDT 2003


You have to add the headers you want to send to mod_lisp in mod_lisp.c
I think I have already added the SSL_SESSION_ID but not the other ones.

Marc

----- Original Message ----- 
From: "Janis Dzerins" <jonis at dir.lv>
To: <lispweb at red-bean.com>
Sent: Tuesday, July 22, 2003 6:23 PM
Subject: [Lispweb] mod_lisp and SSL problem


> Hello people.
> 
> I'm having a problem with mod_lisp and mod_ssl.  I have both of them
> installed, and have the SSLOptions +StdEnvVars specified in config file,
> but don't get the ssl-session-id header from mod_lisp.  I can
> successfully connect to my pages using HTTPS protocol.  What could be
> the problem?
> 
> Here are the relevant parts of my httpd.conf:
> 
> <IfModule mod_lisp.c>
>    LispServer 127.0.0.1 3000 "local"
>    <Location /lsp>
>      SetHandler lisp-handler
>      SSLOptions +StdEnvVars +ExportCertData
>    </Location>
> </IfModule>
> 
> ...
> 
> <IfModule mod_ssl.c>
>    <VirtualHost _default_:443>
>      SSLEngine On
>      SSLCertificateFile /etc/apache/ssl.crt/server.crt
>      SSLCertificateKeyFile /etc/apache/ssl.key/server.key
> 
>      SSLOptions +StdEnvVars
>    </VirtualHost>
> </IfModule>
> 
> I have made a simple debug page at http://80.232.244.20/lsp/debug which 
> shows all headers it gets from mod_lisp.
> 
> Any suggestions?
> 
> -- 
> Janis Dzerins
> 
> _______________________________________________
> Lispweb mailing list
> Lispweb at red-bean.com
> http://www.red-bean.com/mailman/listinfo/lispweb
> 



More information about the lispweb mailing list