Re: wacky setup

1999-08-29 Thread Simon Garner
Hi, Install openssl, then mm, then modssl. Then install php and modperl. Then install apache. Make sure you use APACI to install apache (see the "for real hackers" install section in modssl install doc). Let me know if you need more detailed instructions. Cheers, Si

Re: SSL Virtual hosts ?

1999-08-16 Thread Simon Garner
ow the phone number associated with each line). So IP-based SSL virtual hosting is no problem. However, with name-based virtual hosting the Host header isn't sent until after the SSL handshake -- thus the server doesn't know which certificate to use for the handshake, so it uses the default server in

Re: Testing SSL server with Netscape

1999-06-01 Thread Simon Garner
Ralf, I've seen such error when I made wrong certificate. Are you sure that you entered FQDN of your server when was asked about "Your name:" by Ope This seems to be a common confusion -- why not change the question in OpenSSL to say "Your domain name" ins

Re: Help with enabling VirtualHosts

1999-05-24 Thread Simon Garner
/htdocs /VirtualHost VirtualHost www.testing.com:443 DocumentRoot /www/secure/htdocs /VirtualHost Cheers, Simon Garner __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Re: ModSSL and IE5.0 and Keepalive

1999-05-15 Thread Simon Garner
you tried other browsers? -Simon Garner __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager

Re: forcing secure via name (off topic?)

1999-05-11 Thread Simon Garner
the browser considering the server a fake? Yes, unless you have a Thawte wildcard certificate for *.xxx.org, which I think don't work in some older browsers. Verisign don't do wildcard certs. If the domain in the browser doesn't match the CN on the cert then it's an error. Cheers, Simon Garner

Re: forcing secure via name (off topic?)

1999-05-10 Thread Simon Garner
Redirect / http://www.hostname.org/ /VirtualHost Where 123.123.123.123 is your IP address. I just made all that up, so it may or may not work :) Cheers, Simon Garner - Original Message - From: Eric Gus [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 11, 1999 2:21 PM Subject

Re: Apache process dying...

1999-05-07 Thread Simon Garner
Hi Brent, That's exactly the problem I've been getting, but nobody seems to even want to attempt to help. Try running 'openssl version' and see if that segfaults too. That's what I'm getting, I think it's what's causing Apache to segfault (bad OpenSSL). Cheers, Simon Garner - Original

Re: Segfaults

1999-05-03 Thread Simon Garner
/usr/local/etc/https/conf --enable-module=info \ --enable-module=speling --enable-module=rewrite \ --activate-module=src/modules/php3/libphp3.a --enable-module=ssl $ make $ make install I have libc-5.3.12-27 and glibc-2.1-0.990311 if it matters (OpenSSL core seems to indicate a libc problem?). Al

Re: Segfaults

1999-05-02 Thread Simon Garner
Hi, Could I have some help here please! :) I have to have SSL working by the end of the week... :( Simon Garner - Original Message - From: Simon Garner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 30, 1999 11:23 AM Subject: Re: Segfaults Hi, There are 2 or 3

Re: Segfaults

1999-04-29 Thread Simon Garner
compiler and options ** A test compilation with your Makefile configuration ** failed. This is most likely because your C compiler ** is not ANSI. Apache requires an ANSI C Compiler, such ** as gcc. The above error message from your compiler ** will also provide a clue. Aborting! Cheers, Simo