jehan has asked for the wisdom of the Perl Monks concerning the following question:

Hi folks,

I have a working tr69 server written in perl. I receive a request from non-ssl and now i have to implement ssl.
For example my modem sends a request to my tr69 server using http://myacs.abc.com:3000 it works fine but now i want to use https://myacs.abc.com:3000. My server is listening on port 3000

What you guys recommend which library should i use?

Thank you

Replies are listed 'Best First'.
Re: ssl library
by Anonymous Monk on Jun 08, 2020 at 02:40 UTC
Re: ssl library
by perlfan (Parson) on Jun 08, 2020 at 07:05 UTC
    You have to tell us what is serving your application - apache, nginx, starman, etc?

      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.

A reply falls below the community's threshold of quality. You may see it by logging in.