in reply to HTTPS communication

I get this warning when I run some of my Perl code: The information you have entered on this page will be sent over an insecure connection and could be read by a third party. I need a baby-steps tutorial on how to fix this problem. Sounds like it involves an SSL certificate. -- David https://www.prismnet.com/~hcexres

Replies are listed 'Best First'.
Re^2: HTTPS communication
by Corion (Patriarch) on Sep 25, 2019 at 17:30 UTC

    This has basically nothing to do with your Perl code. It is mainly an issue of configuring your web server properly so that it uses the appropriate SSL certificate.

    I think that https://letsencrypt.org/ most likely provides information on how to configure your (unstated) web server. Otherwise, maybe there are paid options from your hosting provider.