Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ssl support #3

Merged
merged 1 commit into from
Nov 24, 2017
Merged

Add ssl support #3

merged 1 commit into from
Nov 24, 2017

Conversation

Elbandi
Copy link
Contributor

@Elbandi Elbandi commented Nov 24, 2017

this allow connect to ssl electrum server

config := tls.Config{InsecureSkipVerify: true}
err := node.ConnectSSL("173.208.166.58:50002", &config)
...

@d4l3k d4l3k merged commit 4f93be0 into d4l3k:master Nov 24, 2017
@d4l3k
Copy link
Owner

d4l3k commented Nov 24, 2017

Looks good thanks!

anaisthatyou pushed a commit to anaisthatyou/go-electrum that referenced this pull request Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants