[erlang-questions] https connection

Richard Andrews bbmaj7@REDACTED
Thu Feb 12 13:08:23 CET 2009


> i have a certfile, a keyfile and password to connect to a https url. How can
> i connect to the url send a POST Message and wait until i will receive the
> Response ? 

You want to be an HTTPS client right? I've never done this personally but I did happen to read one way to do it in the man pages recently.

See man 3 http (erlang module).

The http:request function takes ssl related parameters as well as URL. Looks like you specify "https://" at the start of the URL string.


      Make Yahoo!7 your homepage and win a trip to the Quiksilver Pro. Find out more



More information about the erlang-questions mailing list