in reply to PSGI, Plack et.al.
HTTP::Server::PSGI there is no information concerning SSL
I'm just saying, as a general rule, if HTTP::Server::PSGI doesn't say it supports HTTPS, it probably doesn't
But, anything Plack/PSGI related probably does support SSL -- if you ask the author I'm sure he'll update the FAQ/docs with an example
When you look at the code you can get the idea that this server is SSL capable. (Is starman SSL enabled?)
Seeing how its a subclass of Net::Server, and there exists Net::Server::Proto::SSL, it probably is
starman ssl_key_file -> http://wiki.catalystframework.org/wiki/deployment/perlbal-starman-psgi
update: plackperl ssl -> http://www.slideshare.net/miyagawa/deploying-plack-web-applications-oscon-2011-8706659
HTTP::Server::PSGI • Plack Built-in • Pure Perl • Single-process, cross platform • Experimental IPv6, SSL • Automatic reloading with -r
plackup https -> Gepok - PSGI server with built-in HTTPS support, Unix sockets, preforking
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: PSGI, Plack et.al.
by McA (Priest) on Oct 24, 2012 at 14:09 UTC | |
by tobyink (Canon) on Oct 24, 2012 at 15:07 UTC | |
by Anonymous Monk on Oct 24, 2012 at 16:13 UTC | |
by tobyink (Canon) on Oct 24, 2012 at 21:17 UTC | |
Re^2: PSGI, Plack et.al.
by Anonymous Monk on Oct 24, 2012 at 19:10 UTC | |
by McA (Priest) on Oct 24, 2012 at 20:28 UTC | |
by Corion (Patriarch) on Oct 24, 2012 at 20:36 UTC | |
by afoken (Chancellor) on Oct 25, 2012 at 05:28 UTC | |
by Anonymous Monk on Oct 25, 2012 at 02:16 UTC |