You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Cliff Woolley <cl...@yahoo.com> on 2001/10/31 06:32:59 UTC

ssl-std.conf

I'd love to know why this is a 0-byte file...  :)

--Cliff

--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA



Re: ssl-std.conf

Posted by Cliff Woolley <cl...@yahoo.com>.
On Wed, 31 Oct 2001, Daniel Stone wrote:

> This is the snippet I use in the Debian package:
> #### SSL stuff:
> #<IfModule mod_ssl.c>
> #SSLCertificateFile /etc/apache2/server.crt
> #SSLCertificateKeyFile /etc/apache2/server.key
> #SSLLog /var/log/apache2/ssl.log
> #SSLLogLevel info
>
> #<VirtualHost _default_:443>
> #SSLEngine on
> #</VirtualHost>
> #</IfModule>

FYI, that's not nearly enough for various broken browsers to work.  IE is
sure to puke on a config as minimal as this.  You need a couple of
BrowserMatch's, you need to set the SSLCipherSuite, and you _must_ have a
session cache.

--Cliff


--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA



Re: ssl-std.conf

Posted by Daniel Stone <da...@sfarc.net>.
On Wed, Oct 31, 2001 at 12:41:17AM -0500, Cliff Woolley wrote:
> On Tue, 30 Oct 2001, William A. Rowe, Jr. wrote:
> 
> > > I'd love to know why this is a 0-byte file...  :)
> >
> > Waiting for a) the mod_ssl project to donate their own, or b) waiting for
> > someone to craft an original file.  Consider it a placeholder, if you
> > would prefer a newline in there, I'd be happy to fix.
> 
> Oh, no problem... I just couldn't tell if it was a mistake or not.  :)
> I'll add a comment in there so it's clear it's a placeholder.

This is the snippet I use in the Debian package:
#### SSL stuff:
#<IfModule mod_ssl.c>
#SSLCertificateFile /etc/apache2/server.crt
#SSLCertificateKeyFile /etc/apache2/server.key
#SSLLog /var/log/apache2/ssl.log
#SSLLogLevel info

#<VirtualHost _default_:443>
#SSLEngine on
#</VirtualHost>
#</IfModule>

:) d

-- 
Daniel Stone						    <da...@sfarc.net>
"That will have to do for now, old boy, the pavilion appears to be on fire."
-- English cricket writer Dickie Rutnagur cheerfully wrapping up a report 
from India.

Re: ssl-std.conf

Posted by Cliff Woolley <cl...@yahoo.com>.
On Tue, 30 Oct 2001, William A. Rowe, Jr. wrote:

> > I'd love to know why this is a 0-byte file...  :)
>
> Waiting for a) the mod_ssl project to donate their own, or b) waiting for
> someone to craft an original file.  Consider it a placeholder, if you
> would prefer a newline in there, I'd be happy to fix.

Oh, no problem... I just couldn't tell if it was a mistake or not.  :)
I'll add a comment in there so it's clear it's a placeholder.

Thanks,
Cliff

--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA



Re: ssl-std.conf

Posted by "William A. Rowe, Jr." <wr...@covalent.net>.
From: "Cliff Woolley" <cl...@yahoo.com>
Sent: Tuesday, October 30, 2001 11:32 PM

> I'd love to know why this is a 0-byte file...  :)

Waiting for a) the mod_ssl project to donate their own, or b) waiting for
someone to craft an original file.  Consider it a placeholder, if you
would prefer a newline in there, I'd be happy to fix.

Bill