-
Notifications
You must be signed in to change notification settings - Fork 141
Always getting a captcha #269
Comments
Hi @Aaron2550, In every case that I've seen, where Cloudflare's TLS pattern detection consistently causes users to receive CAPTCHA, OpenSSL is advertising SHA1 in the signature algorithms. There's an easy way to check if that's the case here as well.
If you're able to use a proxy to view the exact same URL in browser without CAPTCHA, cookies cleared beforehand, it's not an IP issue. This cipher string will get you pretty close to chromium/chrome which is the default user agent/headers that are sent: The default cipher string is currently: I can't omit SHA1 completely on my system without getting handshake errors but other systems can so give that a try: See my #268 (comment), you'll have to test that with Node.js v12.11.0. It was just released a few days ago. Trial & Error, you've already tried using a single cipher in the shared code snippet, try different ciphers and sigalgs in conjunction with Keep checking with ssllabs to see if you've successfully modified your signature(s) and compare to your browser by visiting the same URL. Sorry for the slow response. I didn't get a notification :( |
https://tmofans.com/ responds with CAPTCHA in browsers and https://japscan.co/ is down. So, I'm going to close this for now. If I'm mistaken, please let me know by commenting on this issue and it'll be reopened. |
Please attempt to answer the following questions before submitting a new issue:
Can't make it work #229
Yet another issue on SSL/TLS #224
Always Captcha (with proxies) #234
Please share a minimal working code snippet that reproduces the problem.
Code snippet
The text was updated successfully, but these errors were encountered: