Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@leonhard-s leonhard-s released this 10 May 11:30
· 147 commits to master since this release

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)