"Harold E. Boling" wrote:
> 
> I'm running  Red Hat 6.2, Apache/1.3.14 and mod-ssl.
> 
> My problem is this...When I submit a cgi script over ssl, I get a "page can
> not be displayed", not even showing my error document. I can hit the back
> button on my browser and resubmit and all works fine. It never works on the
> 1st call, but always on the 2nd.

It's not clear at what point you go SSL... Is the form which executes
the CGI served on plain HTTP and the CGI script in an SSL virtual host?
If so, and if you use the POST method, there might be a problem with the
packet containing the POST data not surviving the SSL negotiation stage. 

You could try making sure the form is also in the SSL site (so that the
negotiation is complete by the time you submit the form) or you could
try using the GET method (so that the CGI parameters are sent with the
request).

> I have the exact same script running on another similarly equipped server
> and all works fine...

Then you are ideally placed to investigate what it is the difference
between the two machines. Identify all the differences, then apply them,
one-at-a-time to the faulty set-up until it starts to work.

Rgds,

Owen Boyle.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to