<div class="gmail_quote">On Thu, Feb 19, 2009 at 1:16 PM, Edi Weitz <span dir="ltr"><<a href="mailto:edi@agharta.de" target="_blank">edi@agharta.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>On Thu, Feb 19, 2009 at 12:04 PM, Vsevolod <<a href="mailto:vseloved@gmail.com" target="_blank">vseloved@gmail.com</a>> wrote:<br>
<br>
> 1. Last year I've sent a patch to CL+SSL, that allows it to work with<br>
> password-protected private key files. So the appropriate mention in the docs<br>
> can be removed.<br>
<br>
</div>Thanks, didn't know that.  But we'll have to change in ssl.lisp then,<br>
right?  Do you have a patch for that?</blockquote><div>I prepared the patch (it's a copy of how it works for me in the previous version). Basically, it's just an addition of a keyword parameter to the function call in ssl.lisp. It works without any problems with the previous version (for quite a long time now). With 1.0.0. I was as well able to create an acceptor and view the default page over SSL. NIL works for not encrypted key files.<br>
The diff it attached.<br>
 <br>Additionally, I want to report some problems, which I've encountered while testing vesrion 1.0.0.<br>1. I get USOCKET:CONNECTION-REFUSED-ERROR on (hunchentoot-test:test-hunchentoot "<a href="http://localhost:4240">http://localhost:4240</a>")<br>
(my lisp is SBCL 1.0.20. I've updated bordeux_threads, chunga to the latest versions. flexi-streams v.1.0.7 I was already using).<br>
</div></div><br>2. If I do everything manually (setf *server* (make-instance 'hunchentoot:acceptor :port 4242))<br>(hunchentoot:start *server*) returns. If I browse to the site there's a default page there. <br>
But (hunchentoot:stop *server*) hangs.<br><br>Best regards,<br>Vsevolod<br>