Client certificates and known msie 4 / 5.5 errors and SSLv2

2002-01-31 Thread Lennert de Waal
Hi, I know this topic has been covered before but I have some strange experiences and couldn't find a resolution. I'm using redhat 6.2 with Apache and mod_ssl configured. I have the known problems which prevent msie export versions (40 and 56 bit) from connecting to the server using SSL, but I'm

[BugDB] IE Problems connecting to mod_ssl server Linux (PR#663)

2002-01-31 Thread modssl-bugdb
Full_Name: Version: OS: Submission from: (NULL) (80.132.185.116) I'm having some very weird problems getting some IE clients to connect to a mod_ssl-enabled apache install, and I'm hoping someone has some insight on this beyond what's in the FAQ. The environment is as follows: Webserver

RE: [BugDB] IE Problems connecting to mod_ssl server Linux (PR#663)

2002-01-31 Thread Kuczborski, Carol L
I reported this same issue in the Apache mod_ssl Bug DB over 6 months ago, but received no response. I eventually worked with Oracle Worldwide Support (which packages Apache and mod_ssl with it's Oracle9i Application Server) in regards to the errors. The Cannot find server or DNS error along

RE: [BugDB] IE Problems connecting to mod_ssl server Linux (PR#663)

2002-01-31 Thread R. DuFresne
Carol, It was my understanding, and perhaps I've misread posts here, that the list here has long advocated this setting for IE issues: SetEnvIf User-Agent .*MSIE.* nokeepalive ssl-unclean-shutdown Also, for mozilla problems it has often been advocated to set this in the httpd.conf: SetEnvIf

test

2002-01-31 Thread Bab S
test _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com __ Apache Interface to OpenSSL (mod_ssl)

Httpd couldnot be started

2002-01-31 Thread Bab S
Hi I am currently trying to set up SSL on a LINUX box running Apache Web Server. When I run apachectl startssl, it says `httpd could not be started` here is what i get in the apache error_log after i do a apachectl startssl ** [Wed Jan 30 16:54:48 2002] [notice] caught SIGTERM, shutting

Re: Httpd couldnot be started

2002-01-31 Thread R. DuFresne
Did you create a cert when you went through the compile process? Does your httpd.conf point at it properly? Thanks, Ron DuFresne On Thu, 31 Jan 2002, Bab S wrote: Hi I am currently trying to set up SSL on a LINUX box running Apache Web Server. When I run apachectl startssl, it

Re: [BugDB] IE Problems connecting to mod_ssl server Linux (PR#663)

2002-01-31 Thread Lennert de Waal
Hi, I have searched and searched the past days, and have come across a new schannel.dll file (which resides in \windows\system for 9x and in \winnt\system32 for nt/win2k). It seems that the original installed with MSIE 4 and 5 is broken. When replacing the original with this file, the MSIE

up-to-date SSL performance figures wanted

2002-01-31 Thread [EMAIL PROTECTED]
Chaps, does anyone know where I can find up-to-date SSL performance figures for mod_ssl running on Linux on IA servers, especially for Pentium4 Xeonprocessors. Most on the info I have found is a couple of years old now and very dated. I particularly want stats on SSL connections per

RE: [BugDB] IE Problems connecting to mod_ssl server Linux (PR#66 3)

2002-01-31 Thread jon schatz
On Thu, 2002-01-31 at 07:59, R. DuFresne wrote: It was my understanding, and perhaps I've misread posts here, that the list here has long advocated this setting for IE issues: SetEnvIf User-Agent .*MSIE.* nokeepalive ssl-unclean-shutdown except on current (apache 1.3.22) builds, this

How a module can tell if a server is enabled to use SSL?

2002-01-31 Thread Melnick, Jeff
Title: How a module can tell if a server is enabled to use SSL? Does anyone know how my module (written in C), can tell if a server is enabled to use SSL? There doesn't seem to be a direct way of doing it. Thanks for the help.

RE: ??? 1.3.23

2002-01-31 Thread Gilles gros
When is planned the final release ? Thanks for letting us know. Gilles -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ralf S. Engelschall Sent: Monday, January 28, 2002 12:22 PM To: [EMAIL PROTECTED] Subject: Re: ??? 1.3.23 On Mon, Jan 28, 2002,

Re[2]: How a module can tell if a server is enabled to use SSL?

2002-01-31 Thread Christopher Taranto
Hi, Use the -l directive on the command-line to show the compliled in modules. Look for mod_ssl.c. ./httpd -l Compiled-in modules: http_core.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c mod_status.c mod_include.c mod_autoindex.c mod_dir.c mod_cgi.c