Changes

no edit summary
Line 74: Line 74:     
* Install only Stunnel.exe deamon, you can skip openssl.exe.
 
* Install only Stunnel.exe deamon, you can skip openssl.exe.
 +
Once the application is installed, open stunnel, go to configuration and select edit configuration. Remove all the content and paste as below:
 +
 +
; Example TLS client mode services
 +
[my-stunnel-conf]
 +
Client = yes
 +
Accept = 127.0.0.1:23
 +
Connect =84.15.X.X:2030
 +
Cert = ca-cert1.pem
 +
 +
Connect IP depends on your configuration and write them accordingly. Here in this example, it is as above.
 +
 +
*
 
==Testing Results==
 
==Testing Results==