in reply to Re^2: SSL Implementation under Perl
in thread SSL Implementation under Perl

Check your path to the script. I am doing this also and have to use something like this for the form tag action:

https://secure.server.net/~userid/cgi-bin/myscript.pl

Replies are listed 'Best First'.
Re^4: SSL Implementation under Perl
by Andre_br (Pilgrim) on Apr 27, 2005 at 18:33 UTC
    Hey, thanks for the tip kgraff

    But they told me that, after all, cgi scripts do not work with the shared certificate, that I would have to buy and install my own certificate in order to have SSL-supported cgi.

    You guys know if this may in fact happen?

    Thanks

    Andre_br