You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Currently, we implemented a connection to electrum server with the use of standard websocket (ws) protocol. We need to do it secure way and use wss protocol.
In this PR we need to switch to wss protocol, handle certificates and test the solution.
The text was updated successfully, but these errors were encountered:
Currently, we implemented a connection to electrum server with the use of standard websocket (
ws
) protocol. We need to do it secure way and usewss
protocol.In this PR we need to switch to
wss
protocol, handle certificates and test the solution.The text was updated successfully, but these errors were encountered: