Version 0.2.1
This version introduces a workaround for the PS2 API occasionally letting its SSL certifications expire, which would cause SSL verifications errors when attempting to use the auraxium.EventClient
websocket.
- Introduced the
no_ssl_certs
field to allow disabling SSL verification (see #55)
The above flag can be used as follows to use the ESS client even when the SSL certs are expired:
client = event.EventClient(service_id='s:example', no_ssl_certs=True)