Re: Setup help

2002-01-30 Thread Pete Palmer
   mod_ssl is pre-packaged with with RH 7.1.  The config items are in the /etc/httpd/conf/httpd.conf file, starting with: SSLEngine on When you say your "super cert" I'm guessing you mean your server cert.  You need to put that cert in the /etc/httpd/conf/ssl.crt directory (and then run the 'make

RE: ssl no response

2002-01-30 Thread Aodhan H
I've changed the conf now to see: SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key ServerAdmin [

Re: Setup help

2002-01-30 Thread R. DuFresne
Your best course would be to untar that modssl sourceball and read the documentation. Thanks, Ron DuFresne On Wed, 30 Jan 2002, Warren Macken wrote: > I have RH 7.1 server with Apache 1.3 installed and running,I need to get SSL > up and running.I have mod_ssl downloaded and ready to install

Setup help

2002-01-30 Thread Warren Macken
I have RH 7.1 server with Apache 1.3 installed and running,I need to get SSL up and running.I have mod_ssl downloaded and ready to install but I want to check what the is the best procedure first.   1: Where do I install mod_ssl and how do I configure to incorporate the super cert. I have p

Re: Problem installing mod_ssl on Solaris 8

2002-01-30 Thread Adam Ronthal
I had to add the following to my apachectl script to get it going: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib:/usr/local/ssl/lib export LD_LIBRARY_PATH Hope that helps -Adam At 05:14 PM 1/29/2002 -0400, LDC - Alan Mizrahi wrote: >Thanks, I read in the archives that Matt Goyer had a similar

FIXED! Client X509 Certificate import in Netscape 6.2

2002-01-30 Thread Colm McCartan
Replying to my own question, but for the archive... The same PKCS12 file used for importing to IE can be used to import the client PKCS record to NS (at least 6.2 - a colleague is getting an unspecified error with 6.1)... Simplpy use the (slightly misnamed) Restore button in the Certificate Ma

Client X509 Certificate import in Netscape 6.2

2002-01-30 Thread Colm McCartan
Hello all, Thanks to a previous post on here with regard to IE client certificates (http://marc.theaimsgroup.com/?l=openssl-users&m=10032072917&q=raw), we were able to successfully import certificates to IE and set up full client verification over SSL using openssl and Apache/modSSL - anyo

[BugDB] Problem with Opera 6.0 (PR#662)

2002-01-30 Thread modssl-bugdb
Full_Name: Roman Y. Shibrick Version: 2.8.5 OS: FreeBSD 4.4-stable Submission from: (NULL) (212.188.123.131) 1. I use Apache-1.3.22+mod_ssl_2.8.5+mod_perl+HTML-Embperl-1.3.4. 2. There is a following code: [- open FILE, "> /tmp/$filename"; print FILE $buffer while read( $fdat{myUp

Re: ensure 128 bit encryption

2002-01-30 Thread Thomas Binder
Hi! On Mon, Jan 28, 2002 at 10:00:20AM +0100, [EMAIL PROTECTED] wrote: > > Try the following (inside ... > > > SSLOptions +StdEnvVars > > RewriteBase absolute-filesystem-path-to-directory > > RewriteCond %{ENV:SSL_CIPHER_EXPORT} "^true$" > > RewriteRule ".*" /noexport.html > > nice try, but we