[Noob] Secure networking connection question
[Noob] Secure networking connection question
I'm trying to POST to a secure (https) server but can't connect to it with OpenNetworkConnection(). It works fine for non-SSL http connections, is this a limitation of PB or am I doing something dumb?
Re: [Noob] Secure networking connection question
That only works in Windows, and I think cURL would be a better choice anyway for an external networking library.
I take it that this means that there's zero chance that OpenNetworkConnection() works with https?
Re: [Noob] Secure networking connection question
You didn't specify if you wanted OS independence or a particular OS. No worries.Khorne wrote:nospam wrote:That only works in Windows