in reply to IO::Socket::SSL and Net::SSLeay

Hi, welcome,

Yep, do yourself a favor and start simple. Install a modern Perl web application framework such as Dancer2 , which can have you up and running with a server in one file or a skeleton application structure, in 15 minutes. Then check out the plugins for extras like HTTPS.

Hope this helps!


The way forward always starts with a minimal test.