Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
accept only domain names (no ips) for ssl enabled electrum servers
looks like using IP with ssl encryption isn't a common practice [1], also tls connector from tokio-rustls explicilty calls the ServerName argument in `connect` method `domain`, so lets stick with that. https://stackoverflow.com/questions/2043617/is-it-possible-to-have-ssl-certificate-for-ip-address-not-domain-name
- Loading branch information