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

I´m using my host's shared certificate, wich is ok. I only thought that it would be necessary also changes in the scripts because I´m receiving error messages when I try to execute my scripts using the secure path. Bit, as you have said there´s nothing on Perl about it, I presume they have the cgi execution misconfigured - have asked them to look it up then. Thanks a lot folks!

Replies are listed 'Best First'.
Re^3: SSL Implementation under Perl
by kgraff (Monk) on Apr 20, 2005 at 19:51 UTC

    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
      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