syncthing-tray
syncthing-tray copied to clipboard
Keeps closing on Windows (TLS Handshake errors)
As the title suggests, there are several TLS handshake errors before it closes.
could you post a log?
I think you are using HTTPS but no trusted certificate (self generated certificate of syncthing). You can try with the parameter -i
.
I am already using that parameter, it doesn't connect without it.
2014/11/23 15:09:42 http: TLS handshake error from 127.0.0.1:56815: remote error: bad certificate 2014/11/23 15:09:47 http: TLS handshake error from 127.0.0.1:56827: WSARecv tcp 127.0.0.1:8080: An established connection was aborted by the software in your host machine.
I'm not able to reproduce it on linux, i will try it when i'm on a computer with windows later. What looks really strange for me is that there are no line numers from where that output comes.