Re: SSL with HTTPD Library?

2018-11-10 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > On 11/1/18 5:02 PM, Stephen MacLean via use-livecode wrote: >> LC server, can do it, but also suffers, from what I’ve read in my >> research, a speed penalty from CGI implementation vs direct sockets, >> etc. > > Well that "speed penality" is theoretical. Our

Re: SSL with HTTPD Library?

2018-11-10 Thread Andre Alves Garzia via use-livecode
Aloha Swami and all, That "speed penality" is not theoretical at all. It is very real and the reason why most of the cutting-edge web ecosystem moved away from CGI. The main technical appeal of NodeJS, WSGI, OpenResty, and others is that they are FAST, non-blocking and don't require new

Re: SSL with HTTPD Library?

2018-11-08 Thread Andre Garzia via use-livecode
an via use-livecode < use-livecode@lists.runrev.com wrote: > Hi All, > > I’m looking to use the HTTPD library with an SSL Cert if possible. > > Is it possible? > > TIA, > > Steve MacLean > > ___ > use-livecode mailing li

Re: SSL with HTTPD Library?

2018-11-07 Thread Sannyasin Brahmanathaswami via use-livecode
On 11/1/18 5:02 PM, Stephen MacLean via use-livecode wrote: > LC server, can do it, but also suffers, from what I’ve read in my research, a > speed penalty from CGI implementation vs direct sockets, etc. Well that "speed penality" is theoretical. Our web site https://www.himalayanacademy.com

Re: SSL with HTTPD Library?

2018-11-01 Thread Stephen MacLean via use-livecode
<https://quality.livecode.com/show_bug.cgi?id=16871> > https://quality.livecode.com/show_bug.cgi?id=13681 > > Cheers > > Monte > >> On 2 Nov 2018, at 8:38 am, Richard Gaskin via use-livecode >> wrote: >> >> Stephen MacLean wrote: >> >>> I’m

Re: SSL with HTTPD Library?

2018-11-01 Thread Stephen MacLean via use-livecode
> On Nov 1, 2018, at 5:38 PM, Richard Gaskin via use-livecode > wrote: > > Stephen MacLean wrote: > > > I’m looking to use the HTTPD library with an SSL Cert if possible. > > > > Is it possible? > > AFAIK all of the HTTPd libs for LC/MC do not handle H

Re: SSL with HTTPD Library?

2018-11-01 Thread Monte Goulding via use-livecode
heers Monte > On 2 Nov 2018, at 8:38 am, Richard Gaskin via use-livecode > wrote: > > Stephen MacLean wrote: > > > I’m looking to use the HTTPD library with an SSL Cert if possible. > > > > Is it possible? > > AFAIK all of the HTTPd libs for LC/MC do not

Re: SSL with HTTPD Library?

2018-11-01 Thread Richard Gaskin via use-livecode
Stephen MacLean wrote: > I’m looking to use the HTTPD library with an SSL Cert if possible. > > Is it possible? AFAIK all of the HTTPd libs for LC/MC do not handle HTTPS. It should be possible to fork one of them to add that, but the effort would be non-trivial. What is the usage

SSL with HTTPD Library?

2018-10-30 Thread Stephen MacLean via use-livecode
Hi All, I’m looking to use the HTTPD library with an SSL Cert if possible. Is it possible? TIA, Steve MacLean ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription