i tried to install mod_ssl-2.8.8-1.3.24 at
openunix 8.0.0.
but failed.
the reason was apache_1.3.24 could not install
at openunix 8.0.0.
only httpd-2.0.36 can.
how can i fix the problem?
any suggestion for me.
thanks for your help.
Best Regardsvincent
lin
Hi everyone,
I recently configured several named virtual hosts on my Apache 1.3.24
server.
NameVirtualHost A.B.C.D:80
NameVirtualHost E.F.G.H:80
NameVirtualHost A.B.C.D:443
NameVirtualHost E.F.G.H:443
-- Several :80 virtual hosts --
ServerName blah.blah.com
SSLCertificateFile A.crt
SSLCertifi
Just installed it all.
Accessed http://myaddr:8080 just fine.
Tried to access https://myaddr:8443 and got a "Security Alert" pop-up which
led me on to "install in Trusted Root Certificate Authority store" which
seemed to succeed.
Tried to access again and still get the same security alert pop-up.
Hi,
I have installed apache with mod_ssl and it works well.
Then I create client certificates with openssl, all is OK, but when I
want to import them in Netscape (4.74) I have an error like :
"Unable to import certificates. the file specified is either corrupt or
is not a valid file."
I don't f
[Also posted to openssl-users]
Can anyone shed any light on the following?
We have a customer's SSL client talking to a CGI on a mod_ssl enabled
Apache. The CGI (Perl) basically reads a POST request and copies the whole
of stdin to a file, and that's it. (It does remember to close the file,
a
Jason Lawrence wrote:
>
> I am trying to use two the Apache NameVirtualHost option with two sites
> using different certificate files.
>
> The two virtual hosts work however only the cert for the first specified
> virtual host is recognized. Is there anyway that you can get two
> certificates w
All,
Using client certs and getting connection resets when I issue a redirect
back to the same server as the original request. When connection resets I
loose the original ssl sessin id. It there a way to a redirect with out the
connection being reset?
Thanks in advance!
__
Hi, I had instaled apache with openssl, modssl and php the last two as
modules of apache, I had created my own CA certificate, Server
certificate and User certificate, using openssl functions, and i'm
trying to use it for test my server with SSL and i'm loosing hair
rapidly.
I had some problems