Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Sasa STUPAR
Prior to the instalation I have manually removed old version of Openssl and other dirs from my previous installs and I have no problem...everything works well. Thanks for info. Sasa On 2/8/2003 7:08 PM, Geoff Thorpe a écrit: > * Sasa STUPAR ([EMAIL PROTECTED]) wrote: >> Ok, I have

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Sasa STUPAR
Ok, I have found the problem. If you want to have files in the same directories as original instalation of RH8 you have to use "./config --prefix=/usr". Sorry for that confusion. It is the distribution which is strange. Sasa On 2/8/2003 10:22 AM, Sasa STUPAR a écrit: > I have forg

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Sasa STUPAR
/include and to the /usr/include/openssl dirs apps, lib,etc. In /usr/include there are no headers so I have manually copy them to /usr/include/openssl. On 2/8/2003 12:48 AM, Geoff Thorpe a écrit: > * Sasa STUPAR ([EMAIL PROTECTED]) wrote: >> No, It doesn't. I have compiled it with prefi

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Sasa STUPAR
I have just got an email from another user of RH8 which has the same problem. I have told him to post it on the list. So looks like there is a problem. Sasa On 2/8/2003 12:48 AM, Geoff Thorpe a écrit: > * Sasa STUPAR ([EMAIL PROTECTED]) wrote: >> No, It doesn't. I have compiled

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Sasa STUPAR
reporting the same problem ? Maybe is this related to the RedHat8 distrubution only. Sasa On 2/7/2003 7:17 PM, Geoff Thorpe a écrit: > * Sasa STUPAR ([EMAIL PROTECTED]) wrote: >> I have just succesfully compiled apache 2.0.44 with mod_ssl and openssl >> 0.9.7 on RH8. First I have com

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Sasa STUPAR
I have just succesfully compiled apache 2.0.44 with mod_ssl and openssl 0.9.7 on RH8. First I have compiled openssl then apache and everything works fine. On trick after make install in openssl it doesn't copy headers so you have to manually copy them to your install directory. On 2/7/2003 10:25 A

Re: Create new SSL certificate for https

2003-01-21 Thread Sasa STUPAR
use this command: openssl req -config openssl.cnf -new -out xxx.csr openssl rsa -in privkey.pem -out xxx.key openssl x509 -in xxx.csr -out xxx.cert -req -signkey xxx.key -days 365 openssl x509 -in xxx.cert -out xxx.der.crt -outform DER cy user a écrit: I need to create new certificate's for my a

error

2002-12-18 Thread Sasa STUPAR
Hi ! I am getting this error in ssl_log: [Thu Dec 19 05:45:02 2002] [error] Spurious SSL handshake interrupt [Hint: Usually just one of those OpenSSL confusions!?] And I mean a lot. Is there something wrong ? Sasa smime.p7s Description: S/MIME Cryptographic Signature

Redirection

2002-12-18 Thread Sasa STUPAR
Hi ! I have set up Apache 2.0.43+mod_ssl and it is working fine. Now I would like to redirect all request for http://myserver to https://myserver-ssl but with option Redirect I don't get by - it tells me that there is to many relays or something like this. I have looked for mod_revrite but sin

Re: changing certificate

2002-12-06 Thread Sasa STUPAR
Just find it on the disc and delete it. Gilberto Garcia Jr. wrote: > Is there any way to erase the certificate and create a new one? > > thks smime.p7s Description: S/MIME Cryptographic Signature

Please help !!!!

2002-12-03 Thread Sasa STUPAR
Hi ! I have configured Apache 2.0.43 with mod_ssl and I have created CA and client certificates but now I cannot acces my ssl server "https://myserver";. What have I made wrong? __ Apache Interface to OpenSSL (mod_ssl)

Re: Problems with creating own CA

2002-12-03 Thread Sasa STUPAR
> Hash: SHA1 > > On Tuesday 03 December 2002 03:22 pm, Sasa STUPAR wrote: > >OK, so creating a certifikate is done. How do I sign it ? I am using > >windows but I have read in the documents to use sign.sh in mod-perl. Ok > >but I am not having Linux anywhere near me.

Re: Problems with creating own CA

2002-12-03 Thread Sasa STUPAR
OK, so creating a certifikate is done. How do I sign it ? I am using windows but I have read in the documents to use sign.sh in mod-perl. Ok but I am not having Linux anywhere near me. So what can I do ? Sasa STUPAR wrote: > Well, the thing is that just adding "...-config openssl.cnf

Re: Problems with creating own CA

2002-12-03 Thread Sasa STUPAR
cnf -new -key ca.key -out ca.csr > 2. openssl x509 -extfile openssl.conf -days 365 -signkey ca.key \ > -in ca.csr -req -out ca.crt > > > -Original Message- > From: Sasa STUPAR [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 28, 2002 11:50 AM

Re: Problems with creating own CA

2002-11-28 Thread Sasa STUPAR
n Thursday 28 November 2002 05:01 pm, Sasa STUPAR wrote: > >They are already uncommented. Here is attached my config file. > I've: > commonName = Common Name (eg, your name or your server\'s > hostname) > commonN

Re: Problems with creating own CA

2002-11-28 Thread Sasa STUPAR
Well, I have added what you've told me but still the same problem. Maurizio Marini a écrit: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thursday 28 November 2002 05:01 pm, Sasa STUPAR wrote: > >They are already uncommented. Here is attached my config fil

Re: Problems with creating own CA

2002-11-28 Thread Sasa STUPAR
They are already uncommented. Here is attached my config file. Maurizio Marini a écrit: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thursday 28 November 2002 03:45 pm, Sasa STUPAR wrote: > "unable to find a 'distinguished_name' in config". &

Problems with creating own CA

2002-11-28 Thread Sasa STUPAR
Hi ! I am trying to create my own CA. The creation of a key file is fine. When I try to create a CSR file I get back an error "unable to find a 'distinguished_name' in config". I am runing on winXP with openssl 0.9.6g. I wanted to make a server certificate for my Apache. Please help me ! Sasa _