Quantcast
Channel: Support Portal
Viewing all articles
Browse latest Browse all 1872

Re : Hardening of PMP SSL/TLS configuration

$
0
0
To make PMP work with Firefox 39.0, you'll need to modify the ciphers= strings from:
ciphers="TLS_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA"
to
ciphers="TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA"

A smaller list may be all that's needed, but this works.

Viewing all articles
Browse latest Browse all 1872

Trending Articles