[plt-scheme] Making HTTPS requests

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Oct 7 10:24:51 EDT 2004

At Wed, 6 Oct 2004 18:07:21 -0400, "Anton van Straaten" wrote:
> Is it possible to make an HTTPS request (notice the "S") using PLT?  I see
> the openssl collection lurking amongst the other collections, but it looks
> like I'd have to hack url-unit.ss to make it use that.

"web-server-unit.ss" in the "web-server" collection provides a unit
that imports net:tcp^. You can link it with a unit produced by
`make-ssl-tcp@' from "ssl-tcp-unit.ss" in "net".

See "web-status-server.ss" in "handin-server" (in CVS) for an example.

Matthew



Posted on the users mailing list.