RE: RH 7.3 and SSL

2002-07-23 Thread Ashmore, Samuel R

If you are running Apache2 then in the ssl.conf there are directives taht
say SSLCertificateFile, SSLCertificateKeyFile, SSLCACertificateFile change
these.
If you are running Apache1.3 then in the httpd.conf there are the same
directives.  
These should point to your certificate, key and the cacert

-Original Message-
From: David F. Reed [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 6:48 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RH 7.3 and SSL


Pardon my ignorance and cross posting in hopes of finding the
answer.

I am running RH linux 7.3 (upgraded rom 6.2).

I am trying to get imaps and https working with my certificates;
I think the programs themselves are working, because they present
a funky localhost@localdomain certificate.

I seem unable to figure out where to put the certificates I generated
(in /usr/share/ssl/certs).

I did stop and restart the httpd service.

Any clues?


Many thanks.

--Dave

-- 
David F. Reed  - email: [EMAIL PROTECTED] (w)  [EMAIL PROTECTED] (h)
(for pgp key: [EMAIL PROTECTED] http://keys.pgp.com/ )
 

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



SSL cached sessions

2002-07-17 Thread Ashmore, Samuel R

Is it possible to determine whether a current connection is part of an
existing SSL session without modifying mod_ssl?  I want to do some logging
which will only be required once per session and not once per connection.
-Samuel

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: mod_ssl issue, https is not working

2002-07-12 Thread Ashmore, Samuel R

 There are many reason such as a port is not setup right, theres a conflict
with other programs.  When you reply to this attach your error log.  If you
want to you can aso attach the httpd.conf or ssl.conf. This might help us
understand what is happening on your system.

-Original Message-
From: Payal Suratwala [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 2:55 PM
To: [EMAIL PROTECTED]
Subject: mod_ssl issue, https is not working


I have installed Apache-V2.39-compiled with mod_ssl module.  
I have installed OpenSSL-V-0.9.6c and php4.2.2 on my server.  
I have created the RSA certificate and Private key and moved 
them in to the path described in the ssl.conf file.  When I 
do ./apachectl startssl, the ssl starts but when I open 
netscape to go to the https://servername, it prompts me that 
I am about to go to the secure website,and I click okay and 
then it tells me that the website is not found.  my 
http://servername site works, but https://servername does 
not, so what do I need to do? Why does the https now working? 
I have looked every where to find information about this and 
nothing has worked for me so far so, I would really 
appriciate some help on this issue?  Thank You,

PayalSuratwala
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: mod_ssl issue, https is not working

2002-07-12 Thread Ashmore, Samuel R

ALthough if you just use the default installs the virtual host is already
setup

-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 12, 2002 8:30 AM
To: [EMAIL PROTECTED]
Subject: RE: mod_ssl issue, https is not working


Have you created an SSL virtualhost?

As well as installing mod_ssl, you laso have to define a virtual host to
make use of it. Also, you have to tell the server to listen to port 443,
e.g.

Listen 192.168.0.1:443
VirtualHost 192.168.0.1:443
  ...etc

Rgds,

owen Boyle

-Original Message-
From: Payal Suratwala [mailto:[EMAIL PROTECTED]]
Sent: Donnerstag, 11. Juli 2002 22:55
To: [EMAIL PROTECTED]
Subject: mod_ssl issue, https is not working


I have installed Apache-V2.39-compiled with mod_ssl module.  
I have installed OpenSSL-V-0.9.6c and php4.2.2 on my server.  
I have created the RSA certificate and Private key and moved 
them in to the path described in the ssl.conf file.  When I 
do ./apachectl startssl, the ssl starts but when I open 
netscape to go to the https://servername, it prompts me that 
I am about to go to the secure website,and I click okay and 
then it tells me that the website is not found.  my 
http://servername site works, but https://servername does 
not, so what do I need to do? Why does the https now working? 
I have looked every where to find information about this and 
nothing has worked for me so far so, I would really 
appriciate some help on this issue?  Thank You,

PayalSuratwala
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: HTTPS not running

2002-07-11 Thread Ashmore, Samuel R

check the error log

-Original Message-
From: Shalen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 10:45 AM
To: [EMAIL PROTECTED]
Subject: HTTPS not running


  I am able to set up a http apache server using
  apache_1.3.26 and openssl-0.9.6d
   I also installed mod_ssl
   but when I write
   https://nessus
   I am not able to get anything
  but when I write
   http://nessus/
   I see the page,
Hey, it worked
The SSL/TLS-aware Apache webserver was successfully
 installed
 I also ran 
/usr/local/apache/bin/apachectl startssl
But I am not able to run https server
 Can someone guide me
  I am in urgent need to set up https server

I am referring the page
http://www.modssl.org/docs/apachecon2001


Please suggest

_
There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: Of topic...

2002-07-10 Thread Ashmore, Samuel R

i thikn they are done, but i don't know why

-Original Message-
From: Fredrik Lindström [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 10:18 AM
To: [EMAIL PROTECTED]
Subject: Of topic...



But what has happend to the www.modssl.org and www.openssl.org sites??

Regards Fredrik

_
Fredrik Lindström
Dune Networks
www.dunenets.net


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: Of topic...

2002-07-10 Thread Ashmore, Samuel R

it could be upgrades to the webserver.  Their mail server is still up.  If
you need access to a page simliar to the modssl page then go to
http://modssl.planetmirror.com it is relatively updated and for openssl go
to http://openssl.planetmirror.com.

-Original Message-
From: Ashmore, Samuel R [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 10:28 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Of topic...


i think they are down, but i don't know why

-Original Message-
From: Fredrik Lindström [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 10:18 AM
To: [EMAIL PROTECTED]
Subject: Of topic...



But what has happend to the www.modssl.org and www.openssl.org sites??

Regards Fredrik

_
Fredrik Lindström
Dune Networks
www.dunenets.net


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



authencation

2002-06-07 Thread Ashmore, Samuel R

After a user passes the certificate test and i want to transfer the CN to
Remote USer how would i do that

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]