in reply to SSL Implementation under Perl
Now, I can only guess that you're using Apache as your web server (possibly with mod_perl), since you don't give any further info. If that's the case, you want to look into an apache module called mod_ssl... this is an extension to apache to implement https. You'll need to change your httpd.conf file as well, and, as mentioned above, purchase an SSL certificate.
In short, it's not a perl issue, at all. It's something you've got to configure into your web server.
------------ :Wq Not an editor command: Wq
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SSL Implementation under Perl
by Andre_br (Pilgrim) on Apr 19, 2005 at 22:51 UTC | |
by kgraff (Monk) on Apr 20, 2005 at 19:51 UTC | |
by Andre_br (Pilgrim) on Apr 27, 2005 at 18:33 UTC |