HTTPS Support in NetworkConnection

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Khorne
New User
New User
Posts: 7
Joined: Thu Dec 06, 2012 2:49 am
Location: Cascadia

HTTPS Support in NetworkConnection

Post by Khorne »

I would really appreciate it if support for multiplatform SSL-secured http connections in the NetworkConnection objects was added.
swhite
Enthusiast
Enthusiast
Posts: 785
Joined: Thu May 21, 2009 6:56 pm

Re: HTTPS Support in NetworkConnection

Post by swhite »

+1
Simon White
dCipher Computing
mrbaco
New User
New User
Posts: 3
Joined: Tue Jan 15, 2013 9:59 am

Re: HTTPS Support in NetworkConnection

Post by mrbaco »

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

Re: HTTPS Support in NetworkConnection

Post by ostapas »

+1000
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: HTTPS Support in NetworkConnection

Post by luis »

LOL -> http://www.purebasic.fr/english/viewtop ... 13#p236013


EDIT: just to be clear I agree with Freak on this one. Not that it's relevant, but I didn't want to be misunderstood.
Last edited by luis on Wed Jan 16, 2013 12:32 pm, edited 1 time in total.
"Have you tried turning it off and on again ?"
A little PureBasic review
mrbaco
New User
New User
Posts: 3
Joined: Tue Jan 15, 2013 9:59 am

Re: HTTPS Support in NetworkConnection

Post by mrbaco »

Sad...

Dear developers!

Can you make HTTPS support by native functions of compiler? It's so necessary for everybody, I think. And it would be fine.

Best regards,
mrbaco.
User avatar
RichAlgeni
Addict
Addict
Posts: 935
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Re: HTTPS Support in NetworkConnection

Post by RichAlgeni »

Sorry I missed this, I was slammed for the last few days!

Go here:

http://www.purebasic.fr/english/viewtop ... =5&t=52463
and
http://www.purebasic.fr/english/viewtop ... =5&t=52616

You can download code to write SSL network connections.
lakomet
User
User
Posts: 53
Joined: Mon Apr 04, 2011 3:56 am
Location: Russia,Angarsk

Re: HTTPS Support in NetworkConnection

Post by lakomet »

SSL/TLS library http://axtls.sourceforge.net/, license BSD. Can make on the basis of this library? Or make someone a wrapper?
Linux Mint Maya(Mate), x86, PureBasic 5.00(5.10b1)
sscherer
New User
New User
Posts: 2
Joined: Mon May 27, 2013 4:39 pm

Re: HTTPS Support in NetworkConnection

Post by sscherer »

Hello,

I'm a new PB user, and this is an important feature for me. I have an application that needs to authenticate users from a remote site, and get information about enrollment status in various courses. Very important to do that using SSL.

Steve
Post Reply