Fabian Topfstedt

Results 3 issues of Fabian Topfstedt

Added a ca cert bundle probe path /usr/local/etc/openssl/cert.pem that is available on macOS after installing openssl using homebrew. This is a workaround to fix SSL errors with the current version...

Added `notUsed` to the list of valid Tracking event attributes. # 3.14.1 Tracking Event Descriptions (Source: VAST 4.2 PDF) ## Player Operation Metrics (for use in Linear and NonLinear Ads)...

ssl.wrap_socket is not available on Python 3.12+: ``` File "/some/where/hetzner/util/http.py", line 66, in connect self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file, ^^^^^^^^^^^^^^^ AttributeError: module 'ssl' has no attribute 'wrap_socket' ``` The new...