SSL issue
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
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)')]
So it somehow fixed 😅
But now I have new issues:
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'
What version are you running?
Can you please retest latest version?
This issue is stale because it has been open for 45 days with no activity. Are you still experiencing this issue?
This issue was closed because it has been inactive for 15 days since being marked as stale.