groob/moroz

TLS handshake error

weiminm opened this issue · 1 comments

Hi,

I am running the binary and everytime I try a santactl sync I get this error.

http: TLS handshake error from XX EOF

I created the cert with the instructions:

openssl genrsa -out server.key 2048
openssl rsa -in server.key -out server.key
openssl req -sha256 -new -key server.key -out server.csr -subj "/CN=santa"
openssl x509 -req -sha256 -days 365 -in server.csr -signkey server.key -out server.crt
rm -f server.csr

Thanks,

nevermind! I forgot to trust the cert. All is good!