[hunchentoot-devel] Hunchentoot and SSL on cmucl

Wout Perquin wout.perquin at skynet.be
Sun Feb 17 09:28:52 UTC 2008


Hi,
I am struggling to get SSL working on cmucl.
I looked at
http://common-lisp.net/pipermail/tbnl-devel/2008-January/001616.html and did
what was explained there :
a) with openssl I generated private key and certificate
b) I started the server with :
(defvar *hportal443*
  (hunchentoot:start-server :port 443
   :ssl-certificate-file #P"/data/lispdata/ssl/cacert.pem"
   :ssl-privatekey-file #P"/data/lispdata/ssl/pkey.pem"))
When I browse to https://localhost then the browser notifies about the
certificate.
After I have accepted it, it takes about 25secs before the browser is done,
however it renders an empty page.
I expected to see the default page.  Also any page I publish isnt rendered
either.  The log doesnt give any hints.  It gives :
[2008-02-17 11:28:39 [INFO]] Default handler called for script /favicon.ico
[2008-02-17 11:28:39] 127.0.0.1 - "GET /favicon.ico HTTP/1.1" 200 641 "-"
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524
Fedora/1.0.4-4 Firefox/1.0.4"
Is there anybody who had similar experiences and managed to get it sorted ?
Thanks, Wout Perquin




More information about the Tbnl-devel mailing list