Page 1 of 1
HTTPS Support in NetworkConnection
Posted: Mon Dec 31, 2012 2:58 am
by Khorne
I would really appreciate it if support for multiplatform SSL-secured http connections in the NetworkConnection objects was added.
Re: HTTPS Support in NetworkConnection
Posted: Mon Dec 31, 2012 8:48 pm
by swhite
+1
Re: HTTPS Support in NetworkConnection
Posted: Tue Jan 15, 2013 10:04 am
by mrbaco
+1
Re: HTTPS Support in NetworkConnection
Posted: Tue Jan 15, 2013 10:37 pm
by ostapas
+1000
Re: HTTPS Support in NetworkConnection
Posted: Tue Jan 15, 2013 11:16 pm
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.
Re: HTTPS Support in NetworkConnection
Posted: Wed Jan 16, 2013 8:32 am
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.
Re: HTTPS Support in NetworkConnection
Posted: Sat Jan 19, 2013 6:14 am
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.
Re: HTTPS Support in NetworkConnection
Posted: Thu May 23, 2013 4:03 pm
by lakomet
SSL/TLS library
http://axtls.sourceforge.net/, license BSD. Can make on the basis of this library? Or make someone a wrapper?
Re: HTTPS Support in NetworkConnection
Posted: Thu May 30, 2013 3:01 pm
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