signalstickers / signalstickers-client

⚙️🐍 A Python client for the Signal stickers API
https://pypi.org/project/signalstickers-client/
GNU Lesser General Public License v3.0
54 stars 9 forks source link

Update API url and CA cert #13

Closed sweetgiorni closed 1 year ago

sweetgiorni commented 1 year ago

The old service URL, https://textsecure-service.whispersystems.org, is no longer in use and its CA cert seems to have changed recently. This PR updates the service URL to match the one in Signal Desktop's production.json. It also updates cacert.pem to reflect the new root cert.

You can validate the new cacert.pem by comparing to to the output of this command:

echo -n | openssl s_client -connect chat.signal.org:443 -showcerts
romainricard commented 1 year ago

Thanks a lot!

romainricard commented 1 year ago

A new release (3.2.0) has been pushed on https://pypi.org/project/signalstickers-client/