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/
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to