in reply to Re: ssl library
in thread ssl library

They did: "I have a working tr69 server written in perl", not all server applications require a web server. They are asking which module they should look at to add this functionality, not how to configure a web server.

Replies are listed 'Best First'.
Re^3: ssl library
by tobyink (Canon) on Jun 08, 2020 at 08:11 UTC

    OP does specifically say "http" and "https" though.

      TR-069 is transported over http/https, I've not seen a perl implementation that does require an additional web server, but I've not had cause to look at this for a while. Related perl-cwmp.

      And 3000 is the default Dancer2 port. In any cases, my answer is to look at putting it behind HAProxy or nginx locally. Or convert it to PSGI and use starman.

        And Mojo/morbo, and Ruby on rails, it's just a port number, it doesn't always tell you what is listening.