unique cipher-text

2003-08-14 Thread Robert Lagana
Hi, Does anyone know why using the req -new option from the same private key, twice does not generate a unique CSR? As an example: I have an existing private key. I then generate a CSR from it. Openssl req -new -key privakey.key -out csr.txt I then generate another CSR from the private key

openssl upgrade

2003-03-20 Thread Robert Lagana
On a linux 7.2 system, would it be easy to upgrade the current version of OpenSSL to the most recent? Are there any directions for this? Thanks __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User

RE: openssl upgrade

2003-03-20 Thread Robert Lagana
Linux 7.2 RedHat Pentium -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 11:45 AM To: '[EMAIL PROTECTED]' Subject: Re: openssl upgrade On 20 Mar 2003 at 11:34, Robert Lagana wrote: On a linux 7.2 system, would it be easy to upgrade

win32 apache and ssl

2003-01-17 Thread Robert Lagana
Title: win32 apache and ssl 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

RE: win32 apache and ssl

2003-01-17 Thread Robert Lagana
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

RE: win32 apache and ssl

2003-01-17 Thread Robert Lagana
Sorry, nevermind .. I got it working.. Thanks for the help. -Original Message-From: Robert Lagana [mailto:[EMAIL PROTECTED]]Sent: Friday, January 17, 2003 2:24 PMTo: '[EMAIL PROTECTED]'Subject: RE: win32 apache and ssl Thanks, I tried openssl -config

RE: Migrating Apache/ModSSL/OpenSSL certificate to Win2K/IIS 5.0

2002-12-11 Thread Robert Lagana
Title: RE: Migrating Apache/ModSSL/OpenSSL certificate to Win2K/IIS 5.0 You can take your private key and public key from Apache.. import them into MS IIS 4.0 as a key pair set. IIS 4 will ask you for the private key and the public key. Backup the keypair set as a keypair file (.key) this

Securing directories

2002-11-08 Thread Robert Lagana
Hello, Using mod_ssl .. on Apache .. I would like to secure two directories.. https://www.domain.com/homedir https://www.domain.com/homedir2 Now if user go to http://www.domain.com will users get a pop up saying that SSL is required? Is this just a matter of having Port 80 and Port 443

RE: Securing directories

2002-11-08 Thread Robert Lagana
, Robert Lagana wrote: Hello, i Using mod_ssl .. on Apache .. I would like to secure two directories.. https://www.domain.com/homedir https://www.domain.com/homedir https://www.domain.com/homedir2 https://www.domain.com/homedir2 Now if user go to http://www.domain.com http

Site for modssl.org

2002-10-09 Thread Robert Lagana
Title: Site for modssl.org Hi, I can't hit http://www.modssl.org I'm in need of the latest rpm or tarball for linux 7.2 Does anyone have another site I could use to download? Thanks, Rob

RE: How to Benchmark SSL on Apache based servers?

2002-09-27 Thread Robert Lagana
Title: RE: How to Benchmark SSL on Apache based servers? Thanks ! -Original Message- From: Josh Chamas [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 1:28 PM To: [EMAIL PROTECTED] Subject: Re: How to Benchmark SSL on Apache based servers? Robert Lagana wrote: Hi

How to Benchmark SSL on Apache based servers?

2002-09-26 Thread Robert Lagana
Title: How to Benchmark SSL on Apache based servers? Hi, Is it possible to benchmark the server load with mod_ssl enabled on Apache? Is there particular software that can do this? Thanks, Rob

RE: certificate + network ACL + passwords problem?

2002-09-23 Thread Robert Lagana
Title: RE: certificate + network ACL + passwords problem? Hi, Does anyone know what the Challenge Passphrase is used for when creating a CSR ? I know it can be used for a Verisign renewal or reissue etc... Is there anything else? Thanks, Rob

Intermediate Certificates

2002-09-17 Thread Robert Lagana
Title: Intermediate Certificates Hi, Can you put more than one intermediate signer certificate for chaining in Apache? Meaning having two lines in the apache config file. SSLCertificateChainFile /usr/local/apache/conf/ssl.crt/ca.crt SSLCertificateChainFile

RE: Macs not able to access 128bit Security sites?

2002-08-27 Thread Robert Lagana
Title: RE: Macs not able to access 128bit Security sites? I have an issue where MSIE on a MAC doesn't recognize the signer of the Entrust certificate, however when you look at the signers in the security preferences in MSIE (Mac OS 8.1 +, MSIE 5 +) The Entrust.net secure root is there as well

RE: Macs not able to access 128bit Security sites?

2002-08-27 Thread Robert Lagana
Title: RE: Macs not able to access 128bit Security sites? Ben, Can you try this site https://www.xe.com Thanks, Rob -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 9:25 AM To: Modssl List Subject: Re: Macs not able to access 128bit

Apache and MSIE on Macs

2002-08-19 Thread Robert Lagana
Title: Apache and MSIE on Macs Hi, I have an issue where all web browser clients can connect to my Apache web server securly using https:// EXCEPT for MAC MSIE (5.0 or 5.1 etc..) clients. The ssl certificate that I have installed also uses an intermediate certificate for chaining. When