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

2010-09-18 Thread Neil Van Dyke
FYI, for anyone who finds this thread with Google... PLT 4.2.5 "openssl" apparently *can* do outgoing client certificate authentication to *some* servers. I am currently seeing a problem talking to Apache, however. I might not be able to spend any more time on this, so if you find you're ha

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

2010-09-13 Thread Neil Van Dyke
Some more info, in case someone else hits this problem and needs to debug before I can get back to it... After dumbing-down the crypto in use for SSL so that Wireshark could decrypt... It appears that PLT (for whatever reason, possibly my data) is not sending the client certificate or doing ve

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

2010-09-12 Thread Neil Van Dyke
FYI... I have not yet been able to get outgoing SSL client certificate authentication to work with the 4.2.5 "openssl" module. It appears to hang in SSL handshaking sometime after authenticating the server by a CA. I *have*, however, been able to do the HTTPS request using Firefox, "curl",

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

2010-09-11 Thread Neil Van Dyke
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

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

2010-09-11 Thread Eli Barzilay
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. --