HTTPS

More advanced topics discussed.

Moderators: Susan Smith, admin, Gabriel

Post Reply
GomezL
Posts: 258
Joined: Wed Apr 29, 2009 5:51 am
Contact:

HTTPS

Post by GomezL »

I have used HTTP to connect to a web page, as an example:

00030 OPEN #2: "name=http://www.microsoft.com/en-us/default. ... PLAY,OUTIN

When I try to read the page as HTTPS, I get unknown curl error

00030 OPEN #2: "name=https://www.microsoft.com/en-us/default ... PLAY,OUTIN

I think I am missing something, is there something special I need to do to connect to an HTTPS page?
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

Re: HTTPS

Post by John »

You'd need authentication of some sort to make a SSL connection.

http://en.wikipedia.org/wiki/HTTP_Secure
John Bowman
Post Reply