Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to access x.domain.com #25

Open
vansh1 opened this issue Jan 12, 2022 · 4 comments
Open

Fail to access x.domain.com #25

vansh1 opened this issue Jan 12, 2022 · 4 comments

Comments

@vansh1
Copy link

vansh1 commented Jan 12, 2022

i am using python3 JSFInder.py -f file.txt and getting this error

@FirstLIF
Copy link

yes,me too

@QDGSCLOUD
Copy link

me too

@QDGSCLOUD
Copy link

how to resolve it

@Labster22
Copy link

【已解决】读源码发现有这个报错ssl.SSLError: [SSL: DH_KEY_TOO_SMALL] dh key too small
参考 https://stackoverflow.com/questions/38015537/python-requests-exceptions-sslerror-dh-key-too-small
在 JSFinder.py 文件中添加这两行
requests.packages.urllib3.disable_warnings()
requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS += ':HIGH:!DH:!aNULL'
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants