Page 1 of 1

web server HTTPS application

Posted: Thu Sep 07, 2017 2:42 pm
by uweb
Does anyone know a way to create a web server HTTPS application?
Or any other SSL/TLS server application e.g. FTPS?

Re: web server HTTPS application

Posted: Thu Sep 07, 2017 9:50 pm
by swhite
You could use the Chilkat Software libraries for Purebasic for this purpose.

Simon

Re: web server HTTPS application

Posted: Thu Sep 07, 2017 10:15 pm
by uweb
Good Tip!
I lost sight of Chilkat.
Thanks for the reminder.

Do you have experience with it?
Is it multithread capable?
The SSL Server Example creates an SSL socket for accepting only a single connection.

Uwe