~ Error Help - CN in certificate not server name or identical to CA!? ~

2003-01-29 Thread Inderjit S Gabrie
Hi all I am new to the SSL environment, getting a following error, can someone tell me whats going on and how i can resolve thisthsnka in advance...(error output below...) [Tue Jul 2 11:54:00 2002] [error] mod_ssl: SSL handshake failed (server name here:443, client 130.209.164.170) (OpenSSL

RE: ~ Error Help - CN in certificate not server name or identical to CA!? ~

2003-01-29 Thread Boyle Owen
Please post in plain-text... - Your error: [Hint: Subject CN in certificate not server name or identical to CA!?] means: the Common Name in the certificate is not the same as the ServerName in the URL - e.g. the certificate belongs to www.abcdef.com but you are using it in a server whose URL is

[warn] RSA server certificate CommonName (CN) `yin.*' does NOT match server name!?

2003-01-29 Thread Aihong Yin
Hello all, I am trying to setup my server (apache 2.0.43, opensl 0.9.6g on RedHat 7.1). I have created a SSL server certificate using a self-made CA, and am sure that the Common Name in the Server Certificate und ServerName in http.conf file are the same yin.fokus.gmd.de, which is identical

RE: [warn] RSA server certificate CommonName (CN) `yin.*' does NOT match server name!?

2003-01-29 Thread Boyle Owen
-Original Message- From: Aihong Yin [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 29. Januar 2003 11:00 To: [EMAIL PROTECTED] Subject: [warn] RSA server certificate CommonName (CN) `yin.*' does NOT match server name!? Hello all, I am trying to setup my server (apache 2.0.43, opensl 0.9.6g

Re: [warn] RSA server certificate CommonName (CN) `yin.*' does NOT match server name!?

2003-01-29 Thread Mads Toftum
On Wed, Jan 29, 2003 at 11:00:05AM +0100, Aihong Yin wrote: Hello all, I am trying to setup my server (apache 2.0.43, opensl 0.9.6g on RedHat 7.1). I have created a SSL server certificate using a self-made CA, and am sure that the Common Name in the Server Certificate und ServerName in

Re: [warn] RSA server certificate CommonName (CN) `yin.fokus.gmd.de' does NOT match server name!?

2003-01-29 Thread Aihong Yin
Hello Owen and Toftum, thanks for your mail. Hello all,I am trying to setup my server (apache 2.0.43, opensl 0.9.6g on RedHat 7.1).I have created a SSL server certificate using a self-made CA, and am sure thatthe Common Name in the Server Certificate und ServerName in http.conf file

RE: [warn] RSA server certificate CommonName (CN) `yin.fokus.gmd.de' does NOT match server name!?

2003-01-29 Thread Boyle Owen
PLease post in plain text - my mail client doesn't handle HTML mail... The thing you type into the browser's Location window has to match what's in the cert. Does it? If you are doing all this on a standalone laptop, I doubt it. -Original Message- From: Aihong Yin [mailto:[EMAIL

Re: [warn] RSA server certificate CommonName (CN) `yin.fokus.gmd.de' does NOT match server name!?

2003-01-29 Thread Aihong Yin
Boyle Owen wrote: PLease post in plain text - my mail client doesn't handle HTML mail... The thing you type into the browser's Location window has to match what's in the cert. Does it? Yes, it does. but this error [warn] RSA server certificate CommonName (CN) does NOT match server name!? is

Re: Error on expired date of cert

2003-01-29 Thread Oleg Lyebyedyev
Ok. Is there exists some way to redirect user with expired cert to other page? Hello, I have following option: SSLVerifyClient optional (optional_no_ca - same result) My servlet analizes data from cert. With correct certs all is ok. Somebody without cert also has access to my

RE: [warn] RSA server certificate CommonName (CN) `yin.fokus.gmd.de' does NOT match server name!?

2003-01-29 Thread Boyle Owen
-Original Message- From: Aihong Yin [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 29. Januar 2003 12:47 To: [EMAIL PROTECTED] Subject: Re: [warn] RSA server certificate CommonName (CN) `yin.fokus.gmd.de' does NOT match server name!? Boyle Owen wrote: PLease post in plain text - my mail

new to Apache-SSL world needs help

2003-01-29 Thread Zampognaro Sergio
Hi all, I need to migrate a web site from http to secure https. Mine is a Digital UNIX V4.0F (Rev. 1229) server. I downloaded following packages: - openssl-0.9.7 - httpd-2.0.44 1) openssl installation - steps performed: ./config --prefix=/home/aspprod/aspapp/mySSL/openSSL make I

Re: new to Apache-SSL world needs help

2003-01-29 Thread Daniel Lopez
At this point I have to customize http.conf and ssl.conf files. Could you send me an example of such files already modified? I need to understand what I must change. You can take a look at http://apacheworld.org/ty24/site.chapter17.html for building instructions and example minimal