Skip to content

Commit c6b5e38

Browse files
committed
remove manual cert validation for vorwerk connections
1 parent ffc04c7 commit c6b5e38

2 files changed

Lines changed: 1 addition & 37 deletions

File tree

pybotvac/cert/ksecosys.com.crt

Lines changed: 0 additions & 36 deletions
This file was deleted.

pybotvac/vorwerk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ class Vorwerk(Vendor):
1111
scope = ["openid", "email", "profile", "read:current_user", "offline_access"]
1212
audience = "https://mykobold.eu.auth0.com/userinfo"
1313
source = "vorwerk_auth0"
14-
cert_path = os.path.join(os.path.dirname(__file__), "cert", "ksecosys.com.crt")
14+
cert_path = True

0 commit comments

Comments
 (0)