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

SSL issue #302

Closed
chefranov opened this issue Mar 23, 2024 · 7 comments
Closed

SSL issue #302

chefranov opened this issue Mar 23, 2024 · 7 comments
Labels

Comments

@chefranov
Copy link

chefranov commented Mar 23, 2024

When I run test.py I get this error:

Login to Audi service failed, trying again in 10 seconds
Login to Audi service failed, trying again in 10 seconds
Login to Audi service failed: Cannot connect to host content.app.my.audi.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)')]

Tried to add this to test.py:

import requests

response = requests.get('https://content.app.my.audi.com', verify=False)

and it the same

How can I fix it?

MacOS Sonoma 14.4

@chefranov
Copy link
Author

Tried on Windows and get this error:

Cannot connect to host mbboauth-1d.prd.ece.vwg-connect.com:443 ssl:True [SSLCertVerificationError: 
(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1000)')]

@chefranov
Copy link
Author

chefranov commented Mar 23, 2024

So it somehow fixed 😅
But now I have new issues:
image

Tried one more time and got it:

Login to Audi service failed, trying again in 10 seconds
Login to Audi service failed, trying again in 10 seconds
Login to Audi service failed: 'client_id'

@cdnninja
Copy link
Collaborator

cdnninja commented Apr 1, 2024

What version are you running?

@chefranov
Copy link
Author

v1.0.1

@Kolbi
Copy link
Contributor

Kolbi commented Apr 17, 2024

Can you please retest latest version?

Copy link

github-actions bot commented Jun 2, 2024

This issue is stale because it has been open for 45 days with no activity. Are you still experiencing this issue?

@github-actions github-actions bot added the stale label Jun 2, 2024
Copy link

This issue was closed because it has been inactive for 15 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants