Is the SSLProxyCipherSuite directive supported?
The TLS hello packet lists several ciphers (RC4 etc) which are not in the
directive list.
I have also tried SSLCipherSuite in the container and globally all to no
avail.
Here is the entry:
NameVirtualHost nc:8443
<VirtualHost nc:8443>
# Enable proxy forward requests
ProxyRequests On
<Proxy *>
Order deny,allow
Deny from all
Allow from nc
</Proxy>
SSLProxyEngine on
SSLProxyCipherSuite DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA
NoProxy ""
</VirtualHost>
Any ideas?
Thanks.
--
View this message in context: http://old.nabble.com/SSLProxyCipherSuite-directive-ignored- tp28183327p28183327.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
