AW: 2.0.36 + mod-ssl + Win2k = Easy Money

2002-06-10 Thread Andre Steffens
Hello List, I'm also searching for an Win2k binary with SSL support. But it's not possible for me to spend $500 for this. I would be very grateful if someone can help me without money... Thx Andre __ Apache Interface to OpenSSL

Multiple sites using different IP's

2002-06-10 Thread Michael R. Tuzi
I have read many posts about the inability to use virtual host names with ssl. My firewall uses NAT, and only allows one LAN IP to receive requests for httpd on ports 80 and 443. Given that I can have multiple IP's on one NIC (i'm running Redhat Linux 7.2) and that I can setup my internal DNS (

RE: RHL7.0 with openssl0.9.5a & 0.9.6

2002-06-10 Thread John . Airey
Why did you forcibly install and upgrade the packages? Were there error messages without it? The ONLY time I'd ever forcibly install a package is if it was already installed according to the RPM database but files were damaged. This is because certain packages (eg openssl) cannot be removed and r

Re: 2.0.36 + mod-ssl + Win2k = Easy Money

2002-06-10 Thread John
Thanks everyone, we now have everything working fine. A quick howto for beginners (who perhaps experience what we have experienced): If you want win2k + mod-ssl, don't trust the apache HOWTO at http://httpd.apache.org/docs-2.0/platform/win_compiling.html, they may be fine for those who don't nee

RE: Multiple sites using different IP's

2002-06-10 Thread David Marshall
Michael, Here is how I've done this. external dns SITEIP --- www.site1.org external IP.A to NAT for 192.168.0.1 www.site2.com external IP.B to NAT for 192.168.0.2 my Firewall/NAT device translates external IP.A ---> 192.168.0.1 external IP.B ---> 192.168.0.

Testing with a dummy certificate...

2002-06-10 Thread Sean M Alderman
Hi all, Just got Apache and Mod_SSL setup last friday for the first time. I did the make certificate to create a dummy cert and installed it. I run APACHE_HOME/bin/apachectl startssl to get the server started and get prompted for the passphrase, enter the phrase and the server starts up. When

Re: Testing with a dummy certificate...

2002-06-10 Thread Sean M Alderman
Opps...Nevermind, I just found that I had missed changing one line in the conf/httpd.conf to change the port number from 8443 to 443. Is there are a reason why the config defaults to ports 8080 and 8443 instead of 80 and 443? On Mon, 2002-06-10 at 10:55, Sean M Alderman wrote: > Hi all, > Just

Re: RHL7.0 with openssl0.9.5a & 0.9.6

2002-06-10 Thread Nalin Dahyabhai
On Fri, Jun 07, 2002 at 07:09:59PM -, [EMAIL PROTECTED] wrote: > I just upgraded my openssl and the sent a SIGHUP to httpd and I got the > following error: > > Syntax error on line 265 of /etc/httpd/conf/httpd.conf: > Cannot load /etc/httpd/modules/libssl.so into server: symbol __sysconf, >

Re: Testing with a dummy certificate...

2002-06-10 Thread Geoff Thorpe
Hi there, On 10 Jun 2002, Sean M Alderman wrote: > Opps...Nevermind, I just found that I had missed changing one line in > the conf/httpd.conf to change the port number from 8443 to 443. > > Is there are a reason why the config defaults to ports 8080 and 8443 > instead of 80 and 443? You can on

RE: RHL7.0 with openssl0.9.5a & 0.9.6

2002-06-10 Thread ben
Well here's the situation. I need openssl 0.9.6 but I also need openssl 0.9.5a. So RedHat came out with three packages: openssl-0.9.6 (refered to as 0.9.6) openssl-0.9.5a (refered to as 0.9.5a) openssl095a-0.9.5a (refered to as openssl095a) Since you can't install two of the same package, they c

fakebasicauth

2002-06-10 Thread luca dell'agnello
Hi I would like to use FakeBasicAuth in conjunction with mod_auth_mysql in order to check for DN in a db. Any hints ? TIA luca __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

apache2 won't start

2002-06-10 Thread Jeff Landers
As this rookie creeps ever closer to getting it to run, I keep coming up with problems that I am sure someone has seen before. Thanks for the help. Apache 2036 ssl 096c on solaris 8 ./bin/apachectl startssl [Mon Jun 10 10:19:51 2002] [crit] [Mon Jun 10 10:19:51 2002] file vhost.c, line

Re: apache2 won't start

2002-06-10 Thread Cliff Woolley
On Mon, 10 Jun 2002, Jeff Landers wrote: > ./bin/apachectl startssl [Mon Jun 10 10:19:51 2002] [crit] [Mon Jun 10 > 10:19:51 2002] file vhost.c, line 232, assertion "rv == APR_SUCCESS" > failed Abort - core dumped ./bin/apachectl startssl: httpd could not be > started That means the call to ap

[BugDB] I/O Error when using https (PR#715)

2002-06-10 Thread modssl-bugdb
Full_Name: Stephan PAVEK, Mag. Version: 2.8.1 OS: Win NT 40 Submission from: (NULL) (193.83.101.90) We are running a web-application using SSL. The environment is as follows: IAS 1.0.2.2.2 (ORACLE) using Apache (v 1.3.19) and open_ssl (v 0.9.5a) on an AIX-Machine, ORACLE-DB v. 8.1.7.3. Using IE

Re: [BugDB] I/O Error when using https (PR#715)

2002-06-10 Thread Jason
Have you tried adding this in your httpd.conf SetEnvIf User-Agent ".*MSIE.*" "nokeepalive" "ssl-unclean-shutdown" "downgrade-1.0" "force-response-1.0" It may prevent (but not correct) your problem with IE - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMA

Re: Testing with a dummy certificate...

2002-06-10 Thread Sean M Alderman
I guess that makes sense. This box we're putting it on already has Tomcat and Inktomi's search engine fighting for 8080 and the surrounding ports... Not that they're any of them are difficult to change, but it presented an interesting configuration glitch when I missed that second port statement

Re: 2.0.36 + mod-ssl + Win2k = Easy Money

2002-06-10 Thread Phil Smiley
I've successfully compiled Apacche 2.0.36 and openssl as this thread describes. I'm encountering problems building modssl though. When I try to use NMAKE /f "mod_ssl.mak" CFG="mod_ssl - Win32 Release", i get the following:    link.exe @C:\DOCUME~1\ADMINI~1.000\LOCALS~1\Temp\nma02752.   Cre

Apache 1.3.23 Problem

2002-06-10 Thread Cordova, Silvio
I am having trouble running Apache 1.3.23. It will not listen on port 443 for https. The server was started with "apachectl startssl" as per the instructions, but it will only listen on port 80. I was able to force it on port 443, but it only works with http and not with https. I am running it

RE: Apache 1.3.23 Problem

2002-06-10 Thread Chris Hsiang
In your http.conf, do you have a listen 443 directive? Also -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Cordova, Silvio Sent: Monday, June 10, 2002 7:27 PM To: '[EMAIL PROTECTED]' Subject: Apache 1.3.23 Problem I am having trouble running Apache 1.