Compression in SSL

2001-07-18 Thread Darko Krizic
Hello! I heard that some versions of SSL offer some kind of compression. Is it true? Can I use it? What do I need to configure? What does the user (Browser) needs to have? Is it an alternative to implementing a gzip-Compression using "Accept-Encoding: gzip" and "Content-Encoding: gzip"? TIA

Compression in SSL

2007-02-12 Thread devel
Hello, In mod_ssl I can not see any option to enable compression. It's posible to enable compression in SSL or mod_deflate made it before? -- -- Devel in Precio http://www.pas-world.com __ Apache Interface to OpenSSL (mo

Re: Compression in SSL

2001-07-18 Thread Lutz Jaenicke
On Wed, Jul 18, 2001 at 12:06:48PM +0100, Darko Krizic wrote: > I heard that some versions of SSL offer some kind of compression. The RFC for TLS does not define a specific method of compression. mod_ssl uses the OpenSSL library, that does not provide compression. (It may in the future.)

Re: Compression in SSL

2001-07-18 Thread Michael Ströder
Lutz Jaenicke wrote: > > On Wed, Jul 18, 2001 at 12:06:48PM +0100, Darko Krizic wrote: > > I heard that some versions of SSL offer some kind of compression. > > The RFC for TLS does not define a specific method of compression. > mod_ssl uses the OpenSSL library, that does not provide compression

Re: Compression in SSL

2007-02-13 Thread Eckard Wille
devel schrieb: > In mod_ssl I can not see any option to enable compression. > It's posible to enable compression in SSL or > mod_deflate made it before? Hi, if you are using Apache 2 you should be fine with mod_deflate. Test your site with the firefox plugin "LiveHttpHeader