stianeikeland / node-etcd

:satellite: Etcd client for nodejs
BSD 3-Clause "New" or "Revised" License
259 stars 85 forks source link

[BUG] EProto Error on Connecting to HTTPS-enabled ETCD Instance #73

Closed DerekTBrown closed 7 years ago

DerekTBrown commented 7 years ago

I get the following weird message when trying to connect to an HTTPS instance:

{"errors":[{"server":"https://10.100.1.11:2379","httperror":{"code":"EPROTO","errno":"EPROTO","syscall":"write"},"timestamp":"2017-08-02T09:23:13.442Z"}],"retries":0}
DerekTBrown commented 7 years ago

This was on Node 6.x.x. Didn't realize that wasn't supported. Creating a PR to fix these issues.