rpg
rpg

Reputation: 1652

Perl HTTPS server using HTTP::Daemon and Crypt-SSLeay

How can I create an HTTPS daemon?

Upvotes: 0

Views: 1444

Answers (1)

daxim
daxim

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

Related Questions