I am using a point of sale system that can send a webhook to an endpoint but I am told it is not working because these ciphers are not enabled.
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384
The error in the log is showing "The request was aborted: Could not create SSL/TLS secure channel.
Basically from the retool side, it doesnt look like its ever making it to my workflow endpoint but on their side its giving this error.
Do I have any options here?