SSL bad decompression

Matthew L. Creech mlcreech at gmail.com
Thu Aug 14 12:44:52 EDT 2008


On Thu, Aug 14, 2008 at 11:59 AM, Matthew L. Creech <mlcreech at gmail.com> wrote:
>
> Info from both before & after the server was upgraded.  Note that the
> same problem happened with both, and the "upgrade" was actually a full
> re-install on new hardware, I just copied the Apache and Subversion
> configurations from the old server (including the certificates).  So
> it's unlikely there are lingering one-off issues with the installation
> or anything like that, it has to be either a bug in one of the
> packages or a bad configuration on my part.
>

Okay, so this falls into the "bad configuration on my part" category.
I previously glossed over the fact that I had this line in my apache
vhost config:

SSLProtocol SSLv3 SSLv2

Checking out the Apache docs, it looked like TLSv1 was also needed.
So I changed the line to:

SSLProtocol All

and the problem went away.  Not sure why it was ever excluded, but
that seems to be the source of these problems.

-- 
Matthew L. Creech



More information about the neon mailing list