SSL/https with OpenNetworkConnection()

Just starting out? Need help? Post your questions and find answers here.
PHP
User
User
Posts: 65
Joined: Sat Sep 10, 2005 5:38 pm

SSL/https with OpenNetworkConnection()

Post by PHP »

Hi,

is it possible to connect to a website which uses https (SSL)?

OpenNetworkConnection() has no flag for that :-(

Thanks,
PHP
User avatar
ostapas
Enthusiast
Enthusiast
Posts: 192
Joined: Thu Feb 18, 2010 11:10 pm

Re: SSL/https with OpenNetworkConnection()

Post by ostapas »

It has been mentioned many times in feature requests, but still not implemented :) Use wininet or curl, e.g.
http://www.purebasic.fr/english/viewtop ... 12&t=50980
http://www.purebasic.fr/english/viewtop ... 12&t=49758
Post Reply