cg
CDCloudflare Developers
•Created by cg on 7/26/2023 in #workers-help
Specifing the TLS version on an mTLS request?
I am trying to connect to the BlackhawkNetwork (https://developer.blackhawknetwork.com/digital-gift-services/docs/shared-certificate-for-non-production-testing)
With the provided, public, test certs.
When testing the certificates locally using curl, I can connect via TLS 1.2
When using Workers mTLS, I get a 525 error, when using the same certificates. I'm suspicious that the TLS version that the Workers mTLS is using, is not supported. Can I specify what TLS version to use, to rule out this possibility?
When curling, I see the cipher user is supported by Cloudflare:
1 replies