| Server IP : 81.2.241.106 / Your IP : 216.73.216.165 Web Server : Apache/2.4.67 (Debian) System : Linux tranq-f.bakta.org 5.10.0-45-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64 User : lisky ( 1002) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /etc/stunnel/ |
Upload File : |
; Sample stunnel configuration file by Michal Trojnara 2002-2006 ; Some options used here may not be adequate for your particular configuration ; Please make sure you understand them (especially the effect of chroot jail) ; Certificate/key is needed in server mode and optional in client mode cert = /etc/stunnel/certs/Server.crt key = /etc/stunnel/certs/Server.key ; Protocol version (all, SSLv2, SSLv3, TLSv1) sslVersion = TLSv1.2 ;sslVersion = all ;fips = yes ;options = NO_SSLv2 ;options = NO_SSLv3 ; Some security enhancements for UNIX systems - comment them out on Win32 ;chroot = /var/lib/stunnel4/ setuid = stunnel4 setgid = stunnel4 ; PID is created inside chroot jail ;pid = /stunnel4.pid pid = /var/run/stunnel4/stunnel4.pid ; Some performance tunings socket = l:TCP_NODELAY=1 socket = r:TCP_NODELAY=1 ;compression = rle ; Workaround for Eudora bug ;options = DONT_INSERT_EMPTY_FRAGMENTS ; Authentication stuff ;verify = 2 ; Don't forget to c_rehash CApath ; CApath is located inside chroot jail CApath = /etc/stunnel/certs ; It's often easier to use CAfile ;CAfile = /etc/stunnel/certs/ca-cert.cer CAfile = /etc/stunnel/certs/IngenicoCZdevCA.crt ; Don't forget to c_rehash CRLpath ; CRLpath is located inside chroot jail ;CRLpath = /crls ; Alternatively you can use CRLfile ;CRLfile = /etc/stunnel/crls.pem ; Some debugging stuff useful for troubleshooting debug = 7 output = /var/log/stunnel4/stunnel.log ; Use it for client mode ;client = yes ; Service-level configuration ;[pop3s] ;accept = 995 ;connect = 110 ;[imaps] ;accept = 993 ;connect = 143 ;[ssmtp] ;accept = 465 ;connect = 25 ;[https] ;accept = 443 ;connect = 80 ;TIMEOUTclose = 0 ;[auth_gpe] ;accept = 34400 ;connect = 193.58.72.199:34400 ;[auth_gpe_production] ;accept = 44 ;connect = 193.58.72.199:443 ;[gprs_test] ;client = no ;accept = 34401 ;connect = 80 ;[ingestate] ;client = no ;accept = 26000 ;connect = 10.10.1.11:6000 ;[UPC_STMP_server] ;accept = 2465 ;connect = mail.upcmail.cz:465 ;[sslecho] ;client = no ;accept = 4321 ;connect = 4322 ;[ACU_FEP_test_server] ;accept = 30054 ;connect = 82.208.19.165:30054 ; vim:ft=dosini