Thanks Daniel.
SSLCipherSuite -
ALL:!ADH:!EXPORT40:!EXPORT56:!LOW:!RC4:!MD5:!IDEA:+HIGH:+MEDIUM:+EXP:+eNULL
SSLProtocol all -SSLv2 -SSLv3
This is the openssl version output:
openssl ciphers -v
DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA Enc=AES(256) Mac=SHA1
DHE-DSS-AES256-SHA SSLv3 K
I ran into this content length issue lately and am trying to see if this is
the right place to ask.
Really new to this, so please bear with me here.
Basically, a post request received with content_length set to the
compressed data length, apache decompressed it, but left the
content_length inta
You should share your SSLCiphersuite and SSLProtocol values first, besides
that version of openssl is quite lacking regarding the availability of
ciphers and protocols.
2015-07-30 5:37 GMT+02:00 Sunil R :
> I’m trying to upgrade the Apache version from httpd 2.2.25 to 2.4.12. Im
> building apache
Hi,
I'm using the following architecture
Client > Apache HTTP Server > OHS > WLS
Where OHS stands for Oracle Http Server and WLS stands for Oracle Weblogic
Application Server.
Using HTTPS, I've stablished a 2 way SSL configuration for all the segments
in the connection.
WLS uses an specific hea
On 7/30/2015 2:42 AM, Tobias Adolph wrote:
Hi Chris,
Am 30.07.2015 um 00:04 schrieb ScuzzyEye:
I'm having a difficult time figuring out how to convert an Apache 2.2
access rule to 2.4.
What I'm doing in 2.2 is pretty simple:
order deny,allow
deny from 192.168.1.0/24
deny from 192.168.2.0/24
a