Redirection on bad cert

2003-02-05 Thread cybersushi
Hi, As long as you're still in the SSL handshake phase (checking the client certs etc), you're not able to redirect the client to an error page. In this phase you're not talking HTTP yet. The only way I know to solve this is to allow all clients to pass (by setting SSLClientVerifiy to opti

Re: Redirection on bad cert

2003-02-05 Thread Oleg Lyebyedyev
Hello, > Hi, > > As long as you're still in the SSL handshake phase (checking the client certs etc), you're not able to redirect the client to an error page. In this phase you're not talking HTTP yet. Thank you for explanation! > > The only way I know to solve this is to allow all clients to

Upgrade to 2.0.44 ?

2003-02-05 Thread Ron McKeever
Hello, I currently have mod_ssl-2.8.12-1.3.27.apache that I installed and downloaded from mod_ssl.org. I'm looking at going to 2.0.11 apache. I know with other versions of mod_ssl/apache when I upgraded I did the following: Give mod_ssl-2.8.new the Apache 1.3.new *source* directory for its --wit

Re: Upgrade to 2.0.44 ?

2003-02-05 Thread Estrade Matthieu
Hi, In apache 2.0, mod_ssl is buit in, so to enable it when you compile, just do: httpd-2.0.44#./configure --prefix=path --enable-ssl --with-ssl=path-to-openssl like ./configure --prefix=/usr/local/apache --enable-ssl --with-ssl=/usr/local/openssl/bin/openssl if you want to use SSL crypto ha

Issue with IE6 and a self-signed cert.

2003-02-05 Thread James Kilton
Hello. I'm trying out modssl for the first time on Apache 1.3.27. I followed the instructions in the modssl INSTALL file to install both modssl and Apache. I went with option 2 because I also needed to integrate PHP with Apache. When I ran 'make certificate', I used TYPE=custom because I wanted

RE: Issue with IE6 and a self-signed cert.

2003-02-05 Thread Drew J. Como
I have run into this problem as well and have not found a resolution to it either. If you do find the answer, please let me know!! Drew J. Como Phone: 631-434-6600 Systems Administrator Fax: 631-434-7800 [EMAIL PROTECTED] Web:

newbie: help to create ssl connection.

2003-02-05 Thread kulkarni veena
Hi, I'm new to all this ssl thing and I wanted to create a ssl connection for online store using modssl. Could you please advice how do i get started? Thanks in advance. Veena KulkarniDo you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Re: newbie: help to create ssl connection.

2003-02-05 Thread Justin Williams
Thawte.com, actually, has a great step-by-step on this one  That's where the following comes from: 1- make sure you know the full domain name (https://www.domain.com) 2- pick 5 random files that are of moderate size (I use about a 5K file).  Thawte refers to these files as file1:file2:file3..

Re: newbie: help to create ssl connection.

2003-02-05 Thread kulkarni veena
Thanks. But I'm not clear about how to obtain encrytpion on the server and client side . Also, are there any tools to create Digital certificates becasue i need a self signed certificate. My configurations: Server: Apache web server with Modssl enabled on Linux platform client: internet explorer 5

Re: newbie: help to create ssl connection.

2003-02-05 Thread Justin Williams
That is a set of directions on creating your self-signed certificate.   As far as encryption, what, exactly, are you trying to accomplish? - Original Message - From: kulkarni veena To: [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 3:32 PM Subject: Re: newb

Re: newbie: help to create ssl connection.

2003-02-05 Thread kulkarni veena
I'm trying to create an online store which will have a secured login and also secured transaction for payment processing.    Justin Williams <[EMAIL PROTECTED]> wrote: That is a set of directions on creating your self-signed certificate.   As far as encryption, what, exactly, are you trying to ac