audi_connect_ha icon indicating copy to clipboard operation
audi_connect_ha copied to clipboard

SSL issue

Open chefranov opened this issue 1 year ago • 5 comments

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 avatar Mar 23 '24 11:03 chefranov

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 avatar Mar 23 '24 13:03 chefranov

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'

chefranov avatar Mar 23 '24 13:03 chefranov

What version are you running?

cdnninja avatar Apr 01 '24 23:04 cdnninja

v1.0.1

chefranov avatar Apr 02 '24 06:04 chefranov

Can you please retest latest version?

Kolbi avatar Apr 17 '24 14:04 Kolbi

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

github-actions[bot] avatar Jun 02 '24 02:06 github-actions[bot]

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

github-actions[bot] avatar Jun 17 '24 02:06 github-actions[bot]