Is there any way to change/order ciphers used for connection? #3299
-
Hello, i know it might not be the place to discuss it but i've got problem with cloudflare detecting tls fingerprint and blocking my requests. Could You please help me to find way for setting cipher suites in order or at least spoof cipher suite and tls version? related info |
Beta Was this translation helpful? Give feedback.
Answered by
tomchristie
Sep 12, 2024
Replies: 1 comment
-
For documentation on dealing with I can't help with your particular request, but worth noting that you can pass a custom |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tomchristie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For documentation on dealing with
SSLContext
you can refer to...I can't help with your particular request, but worth noting that you can pass a custom
SSLContext
instance withverify=<custom SSL context>
.