SSL TLS Ciper suite
Hi, I'd love to help.
If I defined the following cipher suites using the api:
Why do I still get in the pt test that other cipher suites manage to pass cf,
I am attaching a picture that shows that everything marked with lucky 13 in orange managed to pass cf.
"hostname": "Cruncher-pt.tufin.com",
"value": [
"ECDHE-ECDSA-AES128-GCM-SHA256",
"ECDHE-ECDSA-CHACHA20-POLY1305",
"ECDHE-RSA-AES128-GCM-SHA256",
"ECDHE-RSA-CHACHA20-POLY1305",
"ECDHE-ECDSA-AES256-GCM-SHA384",
"ECDHE-RSA-AES256-GCM-SHA384"
],
"status": "active",
"created_at": "2024-10-07T11:41:16.388324Z",
"updated_at": "2024-10-07T11:41:16.751173Z"
},
{
"hostname": "Cruncher.tufin.com",
"value": [
"ECDHE-ECDSA-AES128-GCM-SHA256",
"ECDHE-ECDSA-CHACHA20-POLY1305",
"ECDHE-RSA-AES128-GCM-SHA256",
"ECDHE-RSA-CHACHA20-POLY1305",
"ECDHE-ECDSA-AES256-GCM-SHA384",
"ECDHE-RSA-AES256-GCM-SHA384"
],
"status": "active",
"created_at": "2024-10-07T11:40:18.365433Z",
"updated_at": "2024-10-07T11:40:20.331567Z"
}
0 Replies