RE: [Fwd: "Common" Error?]

2002-02-13 Thread Pantelis Roditis
Hi, i did that and i still get the same error... When i try openssl x509 -noout -in server.crt i still get this error. Could this be something wrong with my CA ? Please not that this is my third certificate with errors. Is there any way to debug my certificate and see whats going on? Thanx in ad

mod_ssl blocking on NS 6.1 HTTPS post

2002-02-13 Thread Will Guaraldi
We seem to be having a problem with Netscpae 6.1 and 6.2 when interacting with mod_ssl. We're running Apache 1.3.20 (Win32) ApacheJServ/1.1.2 mod_ssl/2.8.4 on a Windows 2000 Server. We're compiling it using VC++ 6.0. The problem manifests itself like this. We're doing an HTTPS post to a Java S

[BugDB] Can't load mod_ssl module (PR#649)

2002-02-13 Thread modssl-bugdb
You have to download and install (unzip and add to %PATH%) this tool:openssl-0.9.6c-win32.zip (http://www.modssl.org/contrib/) to solve this problem. >I have somme trouble with the installation of SSL on apache. >I downloaded and installed the files : >apache_1.3.22-win32-x86.exe >Apache_1.3.22

Apache Access Violation

2002-02-13 Thread c2z4s9
I am running Apache-mod_ssl 1.3.22 on a NT machine. A frame of one of the web pages calls a CGI script. When attepting to run this script the child process I am currently running crashes with an access violation (exception number c005). This does NOT seem to happen if either I open the fram

Re: Apache Access Violation

2002-02-13 Thread Cliff Woolley
On Wed, 13 Feb 2002, c2z4s9 wrote: > If you are interested I have the NT error info as well (very long and > confusing to me). Yes, that's important information. Please post it if it's not incredibly long, or at least email it to me directly at [EMAIL PROTECTED] Thanks, --Cliff --

RE: Apache Access Violation

2002-02-13 Thread c2z4s9
Here it is Application exception occurred: App: (pid=92) When: 1/25/2002 @ 16:33:40.677 Exception number: c005 (access violation) *> System Information <* Computer Name: USAF-ART4 User Name: SYSTEM Number of Processors: 1 P

VirtualServers config for SSL

2002-02-13 Thread Andrew V. Sirotkin
Hello, All! I want to use some VirtualServers on port 80 and _default_ VirtualServer on 443 on demand. I used Listen 80 Listen 443 ... NameVirtualHost host.net:80 ... SSLEngine on . ... . When I brows host.net by 443 I get a good result (certificate & etc.) W