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. --

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

2010-09-11 Thread Neil Van Dyke
Has anyone ever used PLT Scheme 4.2.5 to do *outgoing* HTTPS requests *with client certificate authentication*? Or used any Racket version for that? (I ask because I am debugging what looks like a TLS handshaking problem at the moment, and having a sense of how tested the code paths I'm using

Re: [racket] Literate Programming and Scribble

2010-09-11 Thread Patrick King
On Thu, Sep 9, 2010 at 10:31 PM, Eli Barzilay wrote: > > On Sep 9, Karl Winterling wrote: > > > There's MathJax (http://www.mathjax.org) > > MathJax is the best solution I've seen so far -- but it's kind of > cheating... "If we can't get broad support for renering math, we'll > do it ourselves.

Re: [racket] 2htdp/image question

2010-09-11 Thread Robby Findler
Thanks! Robby On Fri, Sep 10, 2010 at 10:40 PM, Nadeem Abdul Hamid wrote: > Yes, it looks to me like it works fine now. I used yesterdays' nightly > build: version 5.0.1.5--2010-09-09, on Windows XP. > --- nadeem > > On Fri, Sep 10, 2010 at 6:22 PM, Robby Findler > wrote: >> I believe this has

Re: [racket] xmlrpc with racket problem

2010-09-11 Thread Matt Jadud
On Fri, Sep 10, 2010 at 07:44, Jay McCarthy wrote: > This means the XMLRPC package is incompatible with the release you are using. I'll try and poke things this weekend. I may have to touch base with Dave (to make things go quickly), as he spends more time playing with the webserver than I do. My