[racket] outgoing https requests with client certificate with plt 4.2.5

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Sat Sep 11 23:15:24 EDT 2010

Eli Barzilay wrote at 09/11/2010 11:08 PM:
> On Sep 11, Neil Van Dyke wrote:
>   
>> Has anyone ever used PLT Scheme 4.2.5 to do *outgoing* HTTPS
>> requests *with client certificate authentication*?
>>     
>
> Yes -- the handin server/client use a specific certificate.  It has
> been used very actively (in my course and in others) for more than 5
> years.
>   

That helps me focus the debugging.  Thanks, Eli.

(I have adapted the library code so that it gets the SSL client context 
from a parameter rather than at unit invocation time.  This also hooks 
into some much older kludge that plugs a modified "ssl-tcp" unit with 
the "url" unit.  But my best guess now is that there is simply a problem 
with what values I am setting in the context.)

-- 
http://www.neilvandyke.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100911/2f0b9b9b/attachment.html>

Posted on the users mailing list.