mhausenblas / burry.sh

Cloud Native Infrastructure BackUp & RecoveRY
Apache License 2.0
260 stars 38 forks source link

SSL/TLS support? #6

Closed dynek closed 6 years ago

dynek commented 7 years ago

Hello,

Wanted to give burry a try but our ETCd cluster is full HTTPs.

When passing endpoing hostname:2379 burry says: ERRO[0000] client: etcd cluster is unavailable or misconfigured; error #0: malformed HTTP response "\x15\x03\x01\x00\x02\x02"

If I specifically mention https:// in front I get: ERRO[0000] client: etcd cluster is unavailable or misconfigured; error #0: dial tcp: lookup https: no such host Is burry capable of SSL/TLS?

Thank you!

mhausenblas commented 7 years ago

Thanks for raising this issue @dynek. No, at the moment there's no support for SSL/TLS, need to be on the network or proxy it. I'll have a look into that as soon as I get a chance.