Reputation: 1652
How can I create an HTTPS daemon?
Upvotes: 0
Views: 1444
Reputation: 39158
See HTTP::Daemon::App, or the status of HTTPS in Plack Web servers.
Putting a SSL-capable reverse proxy, such as Apache httpd, nginx, Perlbal, in front of the app server is always an option.
Upvotes: 4