-
Hello all, i am currently trying to get the waste schedule running. but i always get an ssl error and no data. have someone the same problem and a fix maybe? If i open a browser and check the certificate it looks good for me. Name ist correct, it is valid and the CA is an external one. HTTPSConnectionPool(host='om.kaw-hameln.de', port=443): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We run in this problem quite often. As far as I know (limited research) this is due to the implementation of the ssl libraries. Browsers typically use their own more resilient implementation. An easy fix is to disable SSL verification for the ICS source by setting |
Beta Was this translation helpful? Give feedback.
We run in this problem quite often. As far as I know (limited research) this is due to the implementation of the ssl libraries. Browsers typically use their own more resilient implementation.
An easy fix is to disable SSL verification for the ICS source by setting
verify_ssl: false