AW: Bug? or it's me the bug :)

2002-03-03 Thread Otto, Steffen
Is the new.cert.csr in PEM format ? That's the error message asking for. Steffen > -Ursprüngliche Nachricht- > Von: Philippe Ratté [SMTP:[EMAIL PROTECTED]] > Gesendet am: Sonntag, 3. März 2002 22:59 > An: [EMAIL PROTECTED] > Betreff: Bug? or it's me the bug :) > > Hi. > > I go

Bug? or it's me the bug :)

2002-03-03 Thread Philippe Ratté
Hi. I got the following: [root@cheetah:/root] # openssl x509 -in new.cert.csr -out new.cert.cert -req -signkey new.cert.key -days 365 17542:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:662:Expecting: CERTIFICATE REQUEST Do you have an idea of what could be wrong? Thanks __

Tomcat Apache with Open SSL

2002-03-03 Thread srinu
I have configured apache with SSL and have enabled Client Authentication. When i try to browse any page i am promted with a window which asks for the Client Certificate and once i select the Client Certificate only then it is displaying  the Server Certificate, where as this is not the cas

SSL sockets

2002-03-03 Thread amit limaye
   hello             the SSL Layer sits between the application (say HTTP) and the transport (TCP) so it should hide all transport calls like socket() connect() accept() it does this and if i am writing an SSL application i don't need to know SSL handshake details is this right ?   -SIGTERM

Re: OpenSSL and SSL authentification for POP3 servers

2002-03-03 Thread rick
The server name in the certificate needs to be the same as the name you use when connecting to the server to collect your mail. You need to specify the name of your mail server when creating the certificate. At 11:37 03/03/2002, you wrote: Hi! Who can advise on how to create right certificate for

OpenSSL and SSL authentification for POP3 servers

2002-03-03 Thread Torkhov Eugene
Hi! Who can advise on how to create right certificate for using on POP3 servers with MS OE?If I'm create with default parameters I'm got "server's certificate does not correspond to his IP address"Who knows what parameter (OID/type) Outlook Express search in server's certificate for such ma