in reply to ssl library

You have to tell us what is serving your application - apache, nginx, starman, etc?

Replies are listed 'Best First'.
Re^2: ssl library
by marto (Cardinal) on Jun 08, 2020 at 07:57 UTC

    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.

      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.