[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Problems executing Perl script with SSL on RAQ4
- Subject: Re: [cobalt-users] Problems executing Perl script with SSL on RAQ4
- From: "Jonathan Michaelson" <michaelsonjd@xxxxxxxxxxx>
- Date: Fri Jan 11 10:45:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Paul,
> > > I'm using a form handler script that writes the output to a csv. When
> > > executing this script by submitting a form non-securely, there is no
> > > problem. However, when I execute this script by submitting the form
> > > securely, I get a page cannot be displayed error.
> > >
> > > Here's the catch; If I simply refresh this error page, the
> > script executes
> > > and performs correctly. It's almost as though the script is not
> > found the
> > > first time arond when the form gets it.
> >
> > Try this out from a post I made back in 2000:
> >
> > http://list.cobalt.com/pipermail/cobalt-users/2000-November/024514.html
>
> However there is no reference to
> perlconfig in that file at all.
>
> Anyone any idea if this problem can be cured in RAQ2 and what code insert
> should be used in what file?
I don't have access to a RaQ2 but the principle is simple. You need to look
for the <VirtualHost> definition in your httpd.conf file that listens on
port 443 for your server/domain and add the following line (minus eroneous
linefeeds added by email):
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
Regards,
Jonathan Michaelson
http://www.webumake.com