MM

2001-04-24 Thread Diana Shepard
Well I asked this about a week ago, but I'll ask again because I can't figure out what the heck MM wants. I'm trying to install mod_ssl2.8.2-1.3.19 on a Solaris 8 system. I'm at step 4 of the mod_ssl INSTALLATION instructions, the MM Shared Memory Library build. Here is the error I keep getting:

Re: SSLProtocol all -SSLv3 having no effect on ie 5 behavior

2001-04-24 Thread James Hastings-Trew
on 4/23/01 6:30 PM, Tim Taylor at [EMAIL PROTECTED] wrote: So I went back to the archive and found some mention of ssl session cache so I tried dropping in.. SSLsessioncache none I ran into this problem myself. You really do need a session cache. SSLSessionCache

Re: block by IP

2001-04-24 Thread Bruno Georges
Have a look at mod_rewrite from Ralf S. Engelschall http://www.engelschall.com/pw/apache/rewriteguide/ Bruno Georges [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can I have a directory which I can block access to by a range of IPs or specific IPs? I read about this a few weeks ago but at

Re: block by IP

2001-04-24 Thread Cliff Woolley
On Tue, 24 Apr 2001 [EMAIL PROTECTED] wrote: Can I have a directory which I can block access to by a range of IPs or specific IPs? Yes, but it doesn't have anything to do with mod_ssl. It's handled by mod_access. See http://httpd.apache.org/docs/mod/mod_access.html --Cliff

RE: MM

2001-04-24 Thread Diana Shepard
Cliff, Thanks for the reply, but I am already using the GNU gcc compiler. Diana Shepard -Original Message- From: Cliff Woolley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 8:52 AM To: [EMAIL PROTECTED] Subject: Re: MM On Mon, 23 Apr 2001, Diana

RE: SSLProtocol all -SSLv3 having no effect on ie 5 behavior--Solved

2001-04-24 Thread Tim Taylor
That Worked The session cache settings were what I needed. Thanks for the response/ Tim Taylor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of James Hastings-Trew Sent: Tuesday, April 24, 2001 10:07 AM To: [EMAIL PROTECTED] Subject: Re: SSLProtocol all

Re: MM

2001-04-24 Thread Erdmut Pfeifer
On Mon, Apr 23, 2001 at 05:19:52PM -0600, Diana Shepard wrote: Well I asked this about a week ago, but I'll ask again because I can't figure out what the heck MM wants. I'm trying to install mod_ssl2.8.2-1.3.19 on a Solaris 8 system. I'm at step 4 of the mod_ssl INSTALLATION instructions,

RE: MM

2001-04-24 Thread Diana Shepard
Erdmut, Thanks very much for the taking the time to respond. I tried your suggestion, but unfortunately the same error persists. Think I'll just have to skip MM in the mod_ssl install. Diana Shepard University of Colorado, Boulder -Original Message- From: Erdmut Pfeifer

RE: MM

2001-04-24 Thread Geoff Thorpe
Um, as I haven't looked at the source and am unlikely to have a chance to dig into it for you, I'm wary of leaping in with off-the-top-of-my-head suggestions ... *but* ... :-) On Tue, 24 Apr 2001, Diana Shepard wrote: Thanks very much for the taking the time to respond. I tried your

Re: MM

2001-04-24 Thread Erdmut Pfeifer
On Tue, Apr 24, 2001 at 01:32:56PM -0600, Diana Shepard wrote: Erdmut, Thanks very much for the taking the time to respond. I tried your suggestion, but unfortunately the same error persists. sorry, my fault, didn't look closely enough at what the script is really doing. You also need

Netscape give I/O Exception, IE OK

2001-04-24 Thread Neil Aggarwal
Hello: This is really strange. I am using a test server certificate generated from mod SSL 2.8.2 for apache 1.3.19 on a freshly installed Redhat 7.1 server. I used the stock openssl (OpenSSL 0.9.6-3) that came with the installation. If I connect to https://serverName using Internet Explorer,

Re: Netscape give I/O Exception, IE OK

2001-04-24 Thread Brett W. McCoy
On Tue, 24 Apr 2001, Neil Aggarwal wrote: This is really strange. It's in the FAQ -- http://www.modssl.org/docs/2.8/ssl_faq.html#ToC50 When I connect via HTTPS to an Apache+mod_ssl server with Netscape Navigator I get I/O errors and the message Netscape has encountered bad data from the

RE: Netscape give I/O Exception, IE OK

2001-04-24 Thread Joey Wang
Hi, I have seen the same problem once. I have generated the RAS certificate using mod_ssl's make certificate utility and choose NOT to encrypt the key, I got exactly the same problem. But if you choose to encrypt the key when runing mod_ssl's make certificate utility, you will be fine. If you do

Re: Netscape give I/O Exception, IE OK

2001-04-24 Thread Neil Aggarwal
Joey: Actually, I had a different certificate previously installed in netscape and the two certificates were colliding. I really apprecaite your help though. Thanks, Neil. Joey Wang wrote: Hi, I have seen the same problem once. I have generated the RAS certificate using