Hi all, I am a new STUNNEL user,I will do 2 secure sockets TCP (Server / Client). I would like to know how to set 'stunnel.conf. I tried but it does not work.
Description:
----------
I created a CA root and from this I have created 2 pairs (key and certificate) one for the server and one for the client. You can send me please a config file from a server? Many thanks,
Stunnel.config (serveur)
-----------------------
; Sample stunnel configuration file by Michal Trojnara 2002-2006 ; Some options used here may not be adequate for your particular configuration
; Certificate/key is needed in server mode and optional in client mode ; The default certificate is provided only for testing and should not ; be used in a production environment ;cert = stunnel.pem ;key = stunnel.pem cert = server.crt
key = serverkey.key
; Some performance tunings socket = l:TCP_NODELAY=1 socket = r:TCP_NODELAY=1
CAfile = ca.crt
;[Server] accept = 192.168.1.4:4433 connect = 192.168.1.4:4433