Re: DNS problems with IE

2000-09-11 Thread Dan Roscigno
David Rees wrote: > > On Thu, Sep 07, 2000 at 02:48:36PM -0700, Dan Roscigno wrote: > > > > The way to debug the problem is to watch the ssl_engine log. When an IE > > browser connects you might see that it is negotiating an > > EXP1024-DES-CBC-SHA which does not work. Next it will negotiate >

Re: DNS problems with IE

2000-09-08 Thread David Rees
On Fri, Sep 08, 2000 at 08:33:12AM -0500, Justin Funke wrote: > Problem solved. > > One of the rpm's I was using was faulty (looks like the one from > rpmfind.com) I re-installed all from the contrib section of mod_ssl site and > all is working well. Thanks everyone for their help. Glad to hear

RE: DNS problems with IE

2000-09-08 Thread Justin Funke
EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 4:25 PM To: '[EMAIL PROTECTED]' Subject: RE: DNS problems with IE On Thu, 7 Sep 2000, Justin Funke wrote: > I may be making a presumptuous assumption but I am assuming there is a way > to make all versions work. I can't ask my cu

Re: DNS problems with IE

2000-09-08 Thread David Rees
On Thu, Sep 07, 2000 at 02:48:36PM -0700, Dan Roscigno wrote: > > The way to debug the problem is to watch the ssl_engine log. When an IE > browser connects you might see that it is negotiating an > EXP1024-DES-CBC-SHA which does not work. Next it will negotiate > EXP1024-RC4-SHA which also wil

Re: DNS problems with IE

2000-09-07 Thread Dan Roscigno
Here is what works for me with one of Verisign's Global Certs: DocumentRoot /usr/local/apache/html SSLEngine on SSLCertificateFileconf/server.crt SSLCACertificateFile conf/gsid.crt SSLCertificateKeyFile conf/server.key SSLVerifyClient none SSLVerifyDepth 10

RE: DNS problems with IE

2000-09-07 Thread Nate Carlson
On Thu, 7 Sep 2000, Justin Funke wrote: > I may be making a presumptuous assumption but I am assuming there is a way > to make all versions work. I can't ask my customers to change browsers > before buying my product. I wonder if there is a downgrade option. I > remember seeing that somewhere. Rig

RE: DNS problems with IE

2000-09-07 Thread Justin Funke
I think rpmfind was where I grabbed one of them, I am going to reinstall the mod_ssl versions and will try again. Justin -Original Message- From: David Rees [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 3:42 PM To: [EMAIL PROTECTED] Subject: RE: DNS problems with IE

RE: DNS problems with IE

2000-09-07 Thread David Rees
> I installed from RPM, > > Versions used, > > Apache 1.3.12 > OpenSSL 0.9.5a > mod_ssl 2.6.5 > > I am thinking about re-downloading the rpm's from other sites (other than > mod_ssl I assume it is legit) and see if that helps. Where did you download the original rpms? Downloading the RPMs from t

RE: DNS problems with IE

2000-09-07 Thread Justin Funke
Sent: Thursday, September 07, 2000 3:18 PM To: [EMAIL PROTECTED] Subject: RE: DNS problems with IE If you've tried adding the two lines below, and this does not help, the next thing to check is your installation itself. What version of apache/mod_ssl/openssl are you running? Did you build from t

RE: DNS problems with IE

2000-09-07 Thread David Rees
If you've tried adding the two lines below, and this does not help, the next thing to check is your installation itself. What version of apache/mod_ssl/openssl are you running? Did you build from tarballs or install from RPMs? I've found that the two lines below fix all problems with all versio

RE: DNS problems with IE

2000-09-07 Thread Justin Funke
ssage- From: Carlos Ramirez [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 12:59 PM To: [EMAIL PROTECTED] Subject: Re: DNS problems with IE This was posted some time ago, but this seem to solve my DNS problems for IE. I added the following lines in my httpd

Re: DNS problems with IE

2000-09-07 Thread Carlos Ramirez
any ideas... -Original Message- From: Carlos Ramirez [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 12:59 PM To: [EMAIL PROTECTED] Subject: Re: DNS problems with IE This was posted some time ago, but this seem to solve my DNS problems for IE. I added the following lines in my

RE: DNS problems with IE

2000-09-07 Thread Justin Funke
server on 32mb ram. Thanks again if anyone else has any ideas... -Original Message- From: Carlos Ramirez [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 12:59 PM To: [EMAIL PROTECTED] Subject: Re: DNS problems with IE This was posted some time ago, but this seem to solve

Re: DNS problems with IE

2000-09-07 Thread Carlos Ramirez
This was posted some time ago, but this seem to solve my DNS problems for IE. I added the following lines in my httpd.conf file. My setup is running Solaris 2.5.1 with Apache/1.3.12 (Unix) mod_perl/1.21 mod_ssl/2.6.4 OpenSSL/0.9.5a Hope this helps ;) ## ## SSL Virtual Host Context ## ...