Apache and mod_ssl

2001-08-22 Thread Janakiraman Mohanaraman
Hi: I am using mod_ssl and openssl in Linux platform for the first time. I was unable to locate documentation regarding the following and am not sure if this is do-able or not. I was trying to setup a directory on my server in such a way that all URL calls to that directory use SSL. Even if t

apache and mod_ssl

2002-02-08 Thread bhawna sinha
I have installed apache web server software and the Apache interface to OpenSSL(mod_ssl) in order to have a secure server. I have changed the configuration file httpd.conf and ssl is enabled on port 443. But the problem is whenever I try the url https://localhost:443, it says cannot connect to ser

apache and mod_ssl

2000-06-02 Thread Dave
I have been trying for the past couple of days to get apache and ssl(http://www.modssl.org and http://www.apache-ssl.org) to work. I have tried them both. Netscape hangs when I try to connect to https://localhost but works without security at http://localhost:443. Apache alone without s

apache and mod_ssl

2002-11-11 Thread Stefan Steger
hi guys!   i have following question:   i installed an apache webserver with mod_ssl. on this server serveral projekts are available, what i want is, that only one directory (projekt) is accessible via https/ssl (only https/ssl) for all users (also internet) and the rest of the site should ON

Apache and MOD_SSL

2004-12-27 Thread leandro asnaghi-nicastro
Hello everyone. I apologize for disturbing with this request, but I am a little stumped. I have Linux Slackware 2.4 on a Duron 700 with 150 MB of ram or so. I wanted access to SquirrelMail and I wanted to be able to do so with https, so that I was secure when doing it outside of the local netw

Apache and mod_ssl

2007-09-04 Thread Aaron Smith
I have a feeling that I'm missing something elementary here. I have an install of apache 2.0.55 with mod_ssl enabled on a HP-UX system in /opt/apache2. This one runs fine. I recompiled another copy of apache (same version) into /opt/apache2a (for testing purposes) to add m

Re: apache and mod_ssl

2001-05-02 Thread Mads Toftum
On Fri, Jun 02, 2000 at 07:29:14PM -0500, Dave wrote: > >I have been trying for the past couple of days to get apache and > ssl(http://www.modssl.org and http://www.apache-ssl.org) to work. I have > >tried them both. Netscape hangs when I try to connect to > https://localhost but works w

Re: Apache and mod_ssl

2001-08-22 Thread ___cliff rayman___
if u have compiled in mod_rewrite, i believe the code below will do what you want. i have not tested it here however. check out the following documentation. http://httpd.apache.org/docs/mod/mod_rewrite.html http://httpd.apache.org/docs/misc/rewriteguide.html - snip RewriteEngine

Re: Apache and mod_ssl

2001-08-22 Thread Janakiraman Mohanaraman
Thanks for your prompt response! MJ. At 04:48 PM 8/22/2001 -0700, you wrote: >if u have compiled in mod_rewrite, i believe the >code below will do what you want. i have not tested >it here however. check out the following documentation. > >http://httpd.apache.org/docs/mod/mod_rewrite.html >http

Re: Apache and mod_ssl

2001-08-22 Thread ___cliff rayman___
Janakiraman Mohanaraman wrote: > At 04:48 PM 8/22/2001 -0700, you wrote: > >if u have compiled in mod_rewrite, i believe the > >code below will do what you want. i have not tested > >it here however. check out the following documentation. > > > >http://httpd.apache.org/docs/mod/mod_rewrite.html

Re: Apache and mod_ssl

2001-08-23 Thread Alex Pircher
We do need 2 Virtual Host-Directives for HTTP & HTTPS (as we talked about this in this list before). So it's simpler to just to use: Redirect / https://%(HTTP_HOST)/ This needs the mod_alias which is compiled in by default. GreetingX, Alex --- ___cliff rayman___ <[EMAIL PROTECTED]> schrieb: >

RE: Apache and Mod_SSL

2002-01-23 Thread lin geng
You can use cygwin and it comes with openssl compiled. Regards, Lin Geng -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eduardo Fresno Sent: Wednesday, January 23, 2002 5:54 AM To: [EMAIL PROTECTED] Subject: Apache and Mod_SSL Hi, I was wondering

Re: apache and mod_ssl

2002-02-08 Thread Toomas Aas
Hi bhawna! On 7 Feb 02 at 16:02 you wrote: > problem is whenever I try the url > https://localhost:443, it says cannot connect to > server. Have you tried just https://localhost ? It should work without specifying the port, but it also should work when you do specify the port. Do you have '

RE: apache and mod_ssl

2002-02-08 Thread Kent Freeman
] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of bhawna sinha Sent: Thursday, February 07, 2002 4:02 PM To: [EMAIL PROTECTED] Subject: apache and mod_ssl I have installed apache web server software and the Apache interface to OpenSSL(mod_ssl) in order to

Re: apache and mod_ssl

2002-02-08 Thread jon schatz
On Thu, 2002-02-07 at 16:02, bhawna sinha wrote: > Also in the error log it says "invalid > method in request". that means you're talking SSL to a normal http server. in other words, port 443 is not listening for ssl connections. -- [EMAIL PROTECTED] || www.divisionbyzero.com gpg key: www.divis

Re: apache and mod_ssl

2000-06-03 Thread Mads Toftum
On Fri, Jun 02, 2000 at 07:29:14PM -0500, Dave wrote: > >I have been trying for the past couple of days to get apache and > ssl(http://www.modssl.org and http://www.apache-ssl.org) to work. I have > >tried them both. Netscape hangs when I try to connect to > https://localhost but works w

Re: apache and mod_ssl

2000-06-03 Thread Dave
After I sent the message, I turned on the computer (even though I did this before) and for some odd reason, it worked. Thanks for the help! __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support

Re: apache and mod_ssl

2000-06-04 Thread Troels Arvin
Dave wrote: > Netscape hangs when I try to connect to > https://localhost but works without security at http://localhost:443. You really need to tell us more about your setup: - What operating system? - How did you install mod_ssl and with which Apache? By the way, let's keep it simple: Forget

Re: Apache and MOD_SSL

2004-12-28 Thread Mads Toftum
On Mon, Dec 27, 2004 at 11:06:21PM -0500, leandro asnaghi-nicastro wrote: > $ openssl s_client -connect def.con.ca:443 > CONNECTED(0003) > 24271:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown > protocol:s23_clnt.c:475: > That's usually what happens if the server

Fine-tuning Apache and mod_ssl

2001-07-10 Thread Thum Chee Weng, Ronnie
.conf which is worth editing ? All my settings are default when Apache and mod_ssl is installed. Any help will be very much appreciated. - ronnie - This email had been checked by Asiatravelmart.com's Virus Scann

Apache and mod_ssl (extra info)

2007-09-04 Thread Aaron Smith
So I tried something kind of new. I completely removed the directory with the non-functioning apache install. I went back to the source, did a make clean, a new configure using the same parameters as before: ./configure --prefix=/opt/apache3 --enable-auth-dbm=shared --enable-exp

Problems Starting up Apache and mod_ssl

2000-07-10 Thread george
Hello, I recently installed the following: Apache 1.3.12 mod_ssl-2.6.5-1.3.12 openssl-0.9.5a mod_php-4.0.1pl2 The specs of my computer are: Best Linux 2000 R2 Pentium 166 48 MB RAM 10 GB HD # /usr/local/apache/bin/apachec

Apache and mod_ssl on WinNT-platform

2000-09-13 Thread Hiendl Elke
Hi, thrown in a running project, I found following: Apache 1.3.12 with mod_ssl 2.6.2. and OpenSSL 0.9.5 running on NT 4.0(SP 5). Although knowing well Apache on Linux, the same on a NT-platform is completely new for me. So, is there anybody who has experience with this kind of stuff? Do I have t

Help: reverse proxy, apache and mod_ssl

2001-02-23 Thread John
Hello, Using the latest versions of apache and mod_ssl I have been trying to configure (with no luck) a reverse proxy that will pass SSL to the backend server. Is this possible with mod_ssl? The mod_ssl announcement says: Support for HTTPS proxy via EAPI hooks in mod_proxy How? Does anyone

Re: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Mads Toftum
load the page. Ie. >loading the shopping cart in secure mode. > > Is there any tweaks under httpd.conf which is worth editing ? All my settings are >default when Apache and mod_ssl is installed. > Any help will be very much appreciated. > Using a shared memory cache for session ca

RE: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Thum Chee Weng, Ronnie
what would be a good figure to start using shm ? Default figure is 512000. I've 2GB RAM on my web server - ronnie - -Original Message- From: Mads Toftum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 6:46 PM To: [EMAIL PROTECTED] Subject: Re: Fine-tuning Apache and mo

Re: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Mads Toftum
On Tue, Jul 10, 2001 at 07:20:41PM +0800, Thum Chee Weng, Ronnie wrote: > what would be a good figure to start using shm ? > Default figure is 512000. > That depends on your OS and how busy your site is - check the output of make test when you build mm. I usually default mine to 1MB on solaris.

RE: Fine-tuning Apache and mod_ssl

2001-07-10 Thread David Rees
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mads Toftum > > On Tue, Jul 10, 2001 at 07:20:41PM +0800, Thum Chee Weng, Ronnie wrote: > > what would be a good figure to start using shm ? > > Default figure is 512000. > > > That depends on your OS a

RE: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Viken Nokhoudian
>I usually use 1MB as well on my servers. > >But if it takes forever to load a page even while the server is not under >load, I doubt that this is the problem. Check the setting >"HostnameLookups", it should be Off. I have noticed a pretty strange phenomenon that sounds similar to what you are

Two certificates in apache and mod_ssl

2002-06-21 Thread Kirchner Stefan
Hello, I defined two virtual hosts in apache + mod_ssl with two different server certificates. I tried to access the https connection and I got for both virtual hosts the certificate of the first virtual host. How do I have to configure it to get the right certificate of each virtual host. Or i

Re: Problems Starting up Apache and mod_ssl

2000-07-11 Thread Mads Toftum
On Mon, Jul 10, 2000 at 10:23:50PM -0600, george wrote: [SNIP] > # /usr/local/apache/bin/apachectl configtest > Syntax OK > # /usr/local/apache/bin/apachectl startssl > Syntax error on line 1032 of /usr/local/apache/conf/httpd.conf > Invalid command 'SSLEnable', perhaps mis-spelled or defined by a

Re: Apache and mod_ssl on WinNT-platform

2000-09-13 Thread Simon_Wilcox
BASE/WilliamsLea) Bcc Simon Wilcox/BASE/WilliamsLea Fax to Subject Apache and mod_ssl on WinNT-platform Hi, thrown in a running project, I found following: Apache 1.3.12 with mod_ssl 2.6.2. and OpenSSL 0.9.5 runn

RE: Apache and mod_ssl on WinNT-platform

2000-09-13 Thread Kirk Benson
e, so that we do not detect case errors in URLs during development. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Hiendl Elke > Sent: Wednesday, September 13, 2000 3:59 AM > To: [EMAIL PROTECTED] > Subject: Apache and mod_ssl on Wi

Apache and mod_ssl as a single package ?

2000-04-21 Thread Chirag Desai
Hi, Is there any future plans to provide mod_ssl as a part of standard Apache distribution (single package ?) so that users don't have to keep up two seperate version for each ? Or possibly after Sep 2000 since some patents are expiring by that time ? Please reply to me at above email since i a

RE: Two certificates in apache and mod_ssl

2002-06-21 Thread Brian F. Vaughan
chner Stefan [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 10:34 AM To: '[EMAIL PROTECTED]' Subject: Two certificates in apache and mod_ssl Hello, I defined two virtual hosts in apache + mod_ssl with two different server certificates. I tried to access the https connection and

Re: Two certificates in apache and mod_ssl

2002-06-21 Thread Sean M Alderman
Are you using IP Based virtual hosting? I don't think you can have multiple certificates on a since IP on the same port. On Fri, 2002-06-21 at 10:34, Kirchner Stefan wrote: > Hello, > > I defined two virtual hosts in apache + mod_ssl with two different server > certificates. > I tried to access

Apache and mod_ssl - refusing connections on https?

2007-07-31 Thread Glyn Astill
Hi people, I'm new to this list, so hello. I've been trying to get https working with apache 2.0.59 on NetBSD 3.99 today, and it's beginning to make my face ache. Basically when I try to view a page via https I get connection refused. Apache is compiled with mod_ssl.c, I have openssl installed.

Re: Apache and mod_ssl - refusing connections on https?

2007-07-31 Thread Omar W. Hannet
SSLEngine On? Glyn Astill wrote: Hi people, I'm new to this list, so hello. I've been trying to get https working with apache 2.0.59 on NetBSD 3.99 today, and it's beginning to make my face ache. Basically when I try to view a page via https I get connection refused. Apache is compiled with m

Re: Apache and mod_ssl - refusing connections on https?

2007-08-01 Thread Glyn Astill
Yes, I have SSLEngine On in ssl.conf, here's my ssl.conf file: SSLRandomSeed startup builtin SSLRandomSeed connect builtin Listen 443 Listen my.ip.ad.dr:443 AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl.crl SSLPassPhraseDialog builtin SSLSessionCache dbm

Re: Apache and mod_ssl - refusing connections on https?

2007-08-01 Thread Glyn Astill
I figured it out people, I just needed to start httpd with -DSSL. SO I was being dumb. --- Glyn Astill <[EMAIL PROTECTED]> wrote: > Yes, I have SSLEngine On in ssl.conf, here's my ssl.conf file: > > SSLRandomSeed startup builtin > SSLRandomSeed connect builtin > > > Listen 443 > Listen my.ip.

[BugDB] Apache and mod_ssl use different date formats (PR#322)

1999-12-02 Thread modssl-bugdb
Full_Name: Matt Braithwaite Version: 2.4.1 OS: BSD/OS Submission from: zildjian.hq.alink.net (207.135.64.149) I don't really see any reason for this: [02/Dec/1999 13:37:04] [warn] Init: (fg.alink.net:443) RSA server certificate CommonName (CN) `*' does NOT match server name!? [Thu Dec 2 13:37

apache and mod_ssl sending close_notify and getting XMLHTTP on IE out of sync

2006-06-22 Thread Pascal C. Kocher
Hello all In my environment a reverse proxy using apache (and mod_ssl) secures the frontend server. Server is Apache 1.3.35 with mod_ssl 2.8.26, openssl 0.9.8a The problem arises when using OWA and checking names in the mail being sent. IE uses XMLHTTP to make asynchronious lookups of the

Problem with Apache and Mod_ssl (reply to Re: Can't retrieve my web pages, please help!!)

2000-07-12 Thread Ronald Bootsman
I have the same problem, running http on port 80 for the normal page and want to run SSL on 443 for 1 subdomain. Check with curl if https works, it did: it gave the page I setup as a test. But with IE 5.0 (maybe thats wrong!) it failes. I have attached my httpd.conf, maybe you see what I am doing