[Noob] Secure networking connection question

Just starting out? Need help? Post your questions and find answers here.
Khorne
New User
New User
Posts: 7
Joined: Thu Dec 06, 2012 2:49 am
Location: Cascadia

[Noob] Secure networking connection question

Post by Khorne »

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?
Khorne
New User
New User
Posts: 7
Joined: Thu Dec 06, 2012 2:49 am
Location: Cascadia

Re: [Noob] Secure networking connection question

Post by Khorne »

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?
nospam
Enthusiast
Enthusiast
Posts: 130
Joined: Mon Nov 12, 2012 9:15 am

Re: [Noob] Secure networking connection question

Post by nospam »

Khorne wrote:
nospam wrote:That only works in Windows
You didn't specify if you wanted OS independence or a particular OS. No worries.
Post Reply