win32 apache and ssl

win32 apache and ssl

am 17.01.2003 19:01:38 von Robert Lagana

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C2BE52.7B792D90
Content-Type: text/plain;
charset="windows-1252"


Hi,

Using http://hunter.campbus.com/Apache_2.0.42-OpenSSL_0.9.6g-Win32 .zip

I was able to create a private key but when I tried to create the CSR
I received

OpenSSL> req -key privatekey.key -out csr.txt
Using configuration from /usr/local/ssl/openssl.cnf
Unable to load config info
Enter PEM pass phrase:

I type in the pass phrase and it just hangs.

I'm on a win 2000 sp2 box.
Do you know why it's looking for /usr/local/ssl/openssl.cnf ?

Thanks,
R

------_=_NextPart_001_01C2BE52.7B792D90
Content-Type: text/html;
charset="windows-1252"
Content-Transfer-Encoding: quoted-printable




charset=3Dwindows-1252">
5.5.2653.12">
win32 apache and ssl





Hi,



Using HREF=3D"http://hunter.campbus.com/Apache_2.0.42-OpenSSL_0.9. 6g-Win32.zip=
" =
TARGET=3D"_blank">http://hunter.campbus.com/Apache_2.0.42-Op enSSL_0.9.6g=
-Win32.zip



I was able to create a private key but when I tried =
to create the CSR


I received



OpenSSL> req -key privatekey.key -out =
csr.txt


Using configuration from =
/usr/local/ssl/openssl.cnf


Unable to load config info

Enter PEM pass phrase:



I type in the pass phrase and it just hangs.



I'm on a win 2000 sp2 box.

Do you know why it's looking for =
/usr/local/ssl/openssl.cnf ?



Thanks,

R





------_=_NextPart_001_01C2BE52.7B792D90--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: win32 apache and ssl

am 17.01.2003 20:07:41 von Sergey Strakhov

--------------0753F422D7782000C3D2C1F0
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit

> I'm on a win 2000 sp2 box.
> Do you know why it's looking for /usr/local/ssl/openssl.cnf ?

This is the default place for the config file of OpenSSL on Unix
platforms.
You can change it with the command line option -config .
Otherwise you can create C:\usr\local\ssl\openssl.cnf (assuming you run
openssl from some directory on your drive C:)...




--------------0753F422D7782000C3D2C1F0
Content-Type: text/html; charset=koi8-r
Content-Transfer-Encoding: 7bit




I'm on a win 2000 sp2 box.

Do you know why it's looking for /usr/local/ssl/openssl.cnf
?

This is the default place for the config file of OpenSSL on Unix platforms.

You can change it with the command line option -config .

Otherwise you can create C:\usr\local\ssl\openssl.cnf  (assuming
you run openssl from some directory on your drive C:)...

 

 

 

--------------0753F422D7782000C3D2C1F0--

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: win32 apache and ssl

am 17.01.2003 20:24:00 von Robert Lagana

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C2BE5D.FCC48A10
Content-Type: text/plain;
charset="koi8-r"

Thanks,

I tried

openssl -config and it does not recognize the option.

I tried creating the directory and dummy file.

It does not give the error finding the file anymore however.. after typing
in the correct password it just hangs..

Is there a sample openssl.cnf ?

Thanks,
R

-----Original Message-----
From: Sergey Strakhov [mailto:strakhov@01com.com]
Sent: Friday, January 17, 2003 2:08 PM
To: modssl-users@modssl.org
Subject: Re: win32 apache and ssl



I'm on a win 2000 sp2 box.
Do you know why it's looking for /usr/local/ssl/openssl.cnf ?

This is the default place for the config file of OpenSSL on Unix platforms.
You can change it with the command line option -config .
Otherwise you can create C:\usr\local\ssl\openssl.cnf (assuming you run
openssl from some directory on your drive C:)...





------_=_NextPart_001_01C2BE5D.FCC48A10
Content-Type: text/html;
charset="koi8-r"








size=2>Thanks,

size=2> 

I
tried

size=2> 

size=2>openssl -config and it does not recognize the option.

size=2> 

I
tried creating the directory and dummy file.

size=2> 

It
does not give the error finding the file anymore however.. after typing in the
correct password it just hangs..

size=2> 

Is
there a sample openssl.cnf  ?

size=2> 

size=2>Thanks,

size=2>R


size=2>-----Original Message-----
From: Sergey Strakhov
[mailto:strakhov@01com.com]
Sent: Friday, January 17, 2003 2:08
PM
To: modssl-users@modssl.org
Subject: Re: win32 apache
and ssl


I'm on a win 2000 sp2 box.

Do you know why it's looking for
/usr/local/ssl/openssl.cnf ?
This is the default place for
the config file of OpenSSL on Unix platforms.
You can change it with the
command line option -config .
Otherwise you can create
C:\usr\local\ssl\openssl.cnf  (assuming you run openssl from some
directory on your drive C:)...
 
 
 


------_=_NextPart_001_01C2BE5D.FCC48A10--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: win32 apache and ssl

am 17.01.2003 20:33:13 von Robert Lagana

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C2BE5F.46D54DF0
Content-Type: text/plain;
charset="koi8-r"

Sorry, nevermind .. I got it working..

Thanks for the help.

-----Original Message-----
From: Robert Lagana [mailto:Robert.Lagana@entrust.com]
Sent: Friday, January 17, 2003 2:24 PM
To: 'modssl-users@modssl.org'
Subject: RE: win32 apache and ssl


Thanks,

I tried

openssl -config and it does not recognize the option.

I tried creating the directory and dummy file.

It does not give the error finding the file anymore however.. after typing
in the correct password it just hangs..

Is there a sample openssl.cnf ?

Thanks,
R

-----Original Message-----
From: Sergey Strakhov [mailto:strakhov@01com.com]
Sent: Friday, January 17, 2003 2:08 PM
To: modssl-users@modssl.org
Subject: Re: win32 apache and ssl



I'm on a win 2000 sp2 box.
Do you know why it's looking for /usr/local/ssl/openssl.cnf ?

This is the default place for the config file of OpenSSL on Unix platforms.
You can change it with the command line option -config .
Otherwise you can create C:\usr\local\ssl\openssl.cnf (assuming you run
openssl from some directory on your drive C:)...





------_=_NextPart_001_01C2BE5F.46D54DF0
Content-Type: text/html;
charset="koi8-r"








Sorry,
nevermind .. I got it working..

size=2> 

Thanks
for the help.


size=2>-----Original Message-----
From: Robert Lagana
[mailto:Robert.Lagana@entrust.com]
Sent: Friday, January 17, 2003
2:24 PM
To: 'modssl-users@modssl.org'
Subject: RE: win32
apache and ssl


size=2>Thanks,

size=2> 

I
tried

size=2> 

size=2>openssl -config and it does not recognize the
option.

size=2> 

I
tried creating the directory and dummy file.

size=2> 

It
does not give the error finding the file anymore however.. after typing in the
correct password it just hangs..

size=2> 

Is
there a sample openssl.cnf  ?

size=2> 

size=2>Thanks,

size=2>R


size=2>-----Original Message-----
From: Sergey Strakhov
[mailto:strakhov@01com.com]
Sent: Friday, January 17, 2003 2:08
PM
To: modssl-users@modssl.org
Subject: Re: win32 apache
and ssl


I'm on a win 2000 sp2 box.

Do you know why it's looking for
/usr/local/ssl/openssl.cnf ?
This is the default place
for the config file of OpenSSL on Unix platforms.
You can change it with
the command line option -config .
Otherwise you can create
C:\usr\local\ssl\openssl.cnf  (assuming you run openssl from some
directory on your drive C:)...
 
 
 


------_=_NextPart_001_01C2BE5F.46D54DF0--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org