alex2108 / syncthing-tray

trayicon to display status of syncthing
MIT License
57 stars 9 forks source link

Keeps closing on Windows (TLS Handshake errors) #6

Open Rewt0r opened 9 years ago

Rewt0r commented 9 years ago

As the title suggests, there are several TLS handshake errors before it closes.

alex2108 commented 9 years ago

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.

Rewt0r commented 9 years ago

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.

alex2108 commented 9 years ago

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.