Hi Matthew,<div><br></div><div>I followed your instructions but the error still occurs so we can rule out SSL as the culprit.</div><div><br>Regards,<br>Ralph<br><br><div class="gmail_quote">On 2 December 2010 20:33, R. Matthew Emerson <span dir="ltr"><<a href="mailto:rme@clozure.com">rme@clozure.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
On Dec 1, 2010, at 7:54 AM, Ralph Moritz wrote:<br>
<br>
> Hi everyone,<br>
><br>
> I know this might be regarded as OT but someone suggested this might<br>
> be a Clozure CL bug & that I should post it here.<br>
><br>
> Anyway, a paste is worth a 1,000 words:<br>
> <a href="http://paste.lisp.org/display/117085#1" target="_blank">http://paste.lisp.org/display/117085#1</a><br>
<br>
</div>OK, so you are running 64-bit Windows.<br>
<br>
My guess is that you are getting tripped up in the OpenSSL library.<br>
<br>
Try this:<br>
  * delete everything in ~/AppData/Roaming/common-lisp/cache<br>
  * start the lisp and do (push :hunchentoot-no-ssl *features*)<br>
  * load weblocks<br>
<br>
I tried this with the 1.6 beta, and it seems to work.<br>
<br>
There used to be (or maybe there still is) an issue with OpenSSL where the library and the users of the library all had to be linked with identical settings.  I don't know if that's what happening here, but taking OpenSSL out of the picture seems to help.<br>

<br>
</blockquote></div><br></div>