Re: best way to automate startup

2001-05-24 Thread Martin Lichtin
Can someone point me in the right direction, or have any ideas on how I can have my Apache server start up without asking for the pass phrase? http://www.modssl.org/docs/2.8/ssl_faq.html#ToC31 __ Apache Interface to OpenSSL

mod_ssl's mod_proxy support

2001-03-19 Thread Martin Lichtin
Anyone know how to configure mod_ssl parameters when it's doing the client requests inside mod_proxy? I have something like VirtualHost 192.168.1.7:3128 ProxyRequests On NoCache * /VirtualHost as part of a mod_ssl-enabled server. It handles https:// proxy requests just fine, but I also

Re: Incorrect Certificate presented for Virtual Site...Why?

2001-02-11 Thread Martin Lichtin
You can't do name-based virtual hosting with SSL: http://www.modssl.org/docs/2.7/ssl_faq.html#vhosts __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Re: Apache, OpenSSL and Internet Explorer

2001-02-04 Thread Martin Lichtin
SSLSessionCache shm:/var/cache/httpd/ssl_cache http://www.modssl.org/docs/2.8/ssl_reference.html#ToC5 Eg: SSLSessionCache shm:ssl_scache(512000) __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User

How to do mass SSL-hosting?

2001-01-26 Thread Martin Lichtin
I wonder how people host sites that have SSL access. You need a separate IP# per domain name (actually two if you want to serve domain.com and www.domain.com properly), there seems to be no way around it. Or are there other solutions available? Thanks, Martin

Re: Permanent re-direct

2000-10-30 Thread Martin Lichtin
What Apache directive do I use to make http://my-server always go to https://my-server This should work: VirtualHost _default_:80 RedirectPermanent / https://my-server/ /VirtualHost __

Re: Permanent re-direct

2000-10-30 Thread Martin Lichtin
Invalid command 'RedirectPermanent' perhaps mis-spelled or defined by a module not included in the server configuration. What am I doing wrong ? Do you have the "mod_alias" module? It's part of the base configuration: http://www.apache.org/docs/mod/mod_alias.html Run "httpd -l" to see what

Thawte wildcard certs OK to use?

2000-09-07 Thread Martin Lichtin
Anyone has experience using them? Will they work with all the recent browsers or might it be too problematic for production use? http://www.thawte.com/support/server/general.html#wildcard Thanks, Martin __ Apache Interface to

Problematic HUP behaviour

2000-07-26 Thread Martin Lichtin
It seems mod_ssl ignores new values for SSLCertificateFile and SSLCertificateKeyFile when it handles reconfiguration via a HUP signal. __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing

Re: Problematic HUP behaviour

2000-07-26 Thread Martin Lichtin
[EMAIL PROTECTED] wrote: It seems mod_ssl ignores new values for SSLCertificateFile and SSLCertificateKeyFile when it handles reconfiguration via a HUP signal. That is correct. Ok, any reason why not? I'm guessing it doesn't reread the certificate because it possibly has to ask for a

Re: IE 5 File Download Problems

2000-06-12 Thread Martin Lichtin
tried both relative and complete URL's. This works with Navigator and over straight HTTP no SSL. Any ideas? Could this fix your problem? http://www.bivio.com/hp/downloading_with_ie.html __ Apache Interface to OpenSSL

Re: www.modssl.org site down

2000-06-01 Thread Martin Lichtin
It's working from here, Huntington Beach, California OK from Vegas as well. (US) There definitely have been major network routing problems in general. Note that modssl.org and engelschall.com are located in Zurich, Switzerland.

Re: Overriding EAPI_MM_CORE_PATH?

1999-12-14 Thread Martin Lichtin
Is there a way to override the path set by EAPI_MM_CORE_PATH using a httpd.conf directive? or do I have to manually edit the apache_1.3.9/src/apaci file that is created to change this path in the apache binary? A directive would be much cleaner. Correct, but for technical

Re: Lurking SSL requests

1999-11-30 Thread Martin Lichtin
However, we are experiencing severe problems with lurking https requests. Many clients say that they see infinitely long "waiting for reply" on their browsers. We've also seen https sockets in FIN_WAIT2 state on the server side. Looks like there are problems having Keep-Alive turned on.

Lurking SSL requests

1999-11-28 Thread Martin Lichtin
Hi, we are setting up a new site and were hoping to serve it almost exclusively via SSL. However, we are experiencing severe problems with lurking https requests. Many clients say that they see infinitely long "waiting for reply" on their browsers. We've also seen https sockets in FIN_WAIT2