Phil PhillipsDirector of DevOps & Quality AssuranceCommented:
ECDH refers to the encryption protocol (Elliptic curve Diffie–Hellman)
secp256r1 refers to the elliptic curve used by the cipher
FS indicates that the cipher supports Forward Secrecy
I'm not sure what (0xc014)/(0x35)/(0x2f) are, but I'm guessing it's a constant associated with the cipher.
0
willie0-360Author Commented:
Thanks a lot for your help.
It worked!
Excellen!
Grade: A
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
So, in your case, the SSLCipherSuite line would look like:
Open in new window