-
Notifications
You must be signed in to change notification settings - Fork 229
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
[Ошибка] Error while getting Access Token: SSL: CERTIFICATE_VERIFY_FAILED #143
Comments
Сам отвечу на вопрос. Может кому пригодится. А помог мне chatgpt этим ответом: Add Amazon Root CA 1 to your local certificate store: Download the Amazon Root CA 1 certificate from the Amazon Trust Services repository. Make sure the intermediate certificates (like Amazon RSA 2048 M02) are available either in the certificate store or provided by the server during the handshake. |
в файле core/tapper.py строку async with aiohttp.ClientSession(headers=headers, connector=proxy_conn) as http_client: |
тогда каждая сессия будет запущена без прокси ( = акки в бан) |
Так как правильно делать? Покупать платный прокси на каждый аккаунт? |
error while getting Access Token: Cannot connect to host api.hamsterkombat.io:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')] | Response text: ...
Помогите пожалуйста. Как решить проблему с сертификатом? Видел, были такие проблемы, но решения не увидел. Заранее спасибо!
The text was updated successfully, but these errors were encountered: