[plt-scheme] https support in PLT scheme?
Hi, all:
Is there any collection or planet package support https programming?
I use the interface from net collection, it seems that only http connection
is supported?
here it is:
......
(define port (post-pure-port (string->url "
https://210.77.16.29/php/user_login.php") data request-head
))
(display-pure-port port)
---------------------
.....................
<H1>Bad Request</H1>
Your browser sent a request that this server could not understand.<P>
Reason: You're speaking plain HTTP to an SSL-enabled server port.<BR>
Instead use the HTTPS scheme to access this URL, please.<BR>
<BLOCKQUOTE>Hint: <A HREF="https://ent7.eyou.com:443/"><B>
https://ent7.eyou.com:443/</B></A></BLOCKQUOTE><P>
..............................
--
Gang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20071212/41136542/attachment.html>