I'm trying to establish a Stunnel link between to system; a Linux server and a Windows client. Stunnel server and client show in their logs that they can reach each other but then they show the "Connection reset by peer" in their logs:
Window Client:
LOG3[682]: readsocket: Connection reset by peer (WSAECONNRESET) (10054)
Linux Server :
LOG3[97]: TLS fd: Connection reset by peer (104)
What's wrong here that I can't understand and fix it?
- I should mention that I'm using this Stunnel Server from a Linux Client perfectly.
- One more thins; this is an over WAN connection! and the network between my Linux Client to Linux Server and my Windows Client to Linux Server are different and I'm not able to test both of them in the same network.