[Bug 1400473] Re: Apache 2.2 on Ubuntu 12.04 LTS doesn't allow disabling TLS1.0

2015-06-02 Thread RedScourge
I have installed the update, and testing with the latest Chrome and IE browsers on Windows 7 confirms that they now recognize our server as running TLS1.2! Thanks for the fix! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in

[Bug 1400473] Re: Apache 2.2 on Ubuntu 12.04 LTS doesn't allow disabling TLS1.0

2015-03-17 Thread RedScourge
From the Apache 2.2 documentation: TLSv1.1 (when using OpenSSL 1.0.1 and later) A revision of the TLS 1.0 protocol, as defined in RFC 4346. TLSv1.2 (when using OpenSSL 1.0.1 and later) A revision of the TLS 1.1 protocol, as defined in RFC 5246. I suspect that the issue is that the current

[Bug 1400473] Re: Apache 2.2 on Ubuntu 12.04 LTS doesn't allow disabling TLS1.0

2015-03-17 Thread RedScourge
I get something similar when I run that command for my own domain name: SSL-Session: Protocol : TLSv1.2 Cipher: DHE-RSA-AES256-GCM-SHA384 However, I still get the warning in apachectl configtest : SSLProtocol: Illegal protocol 'TLSv1.2' Action 'configtest' failed. I am going to

[Bug 809400] Re: Cannot compile any version of PHP I want on Lucid due to dependencies in apache2-prefork-dev

2011-07-25 Thread RedScourge
Holy cow you're right, I definitely need to get to 5.2.17 somehow. I've compiled PHP before with configure and make, but I'm not familiar at all with any of these other build tools you mention. I'm sure nobody wants to be teaching everyone how to do all this stuff or be doing it for them. Could

[Bug 809400] Re: Cannot compile any version of PHP I want on Lucid due to dependencies in apache2-prefork-dev

2011-07-24 Thread RedScourge
Sorry for being rude, but as you might imagine this whole situation was frustrating, and it was not the first time some little thing about Ubuntu LTS caused me much main and suffering. Not as much as RedHat but that's another story. Getting logged in and posting was even more frustrating as the

[Bug 74647] Re: php5-gd not using bundled GD library

2011-07-12 Thread RedScourge
I installed PHP 5.2.X on Lucid which normally comes with 5.3.X as I have old code I cannot yet change. This lead to a headache recompiling PHP with the proper GD library because libaprutil1-dev and apache2-prefork-dev depend on their respective non-dev packages, so in order to satisfy the

[Bug 74647] Re: php5-gd not using bundled GD library

2011-07-12 Thread RedScourge
would be awesome if this would be done, or if an optional php5-gd- boutell package could be created that does this. I know this would work, because I am currently running the default php5 package from karmic and only had to swap in my recompiled php5-gd package,