Прошу помощи.
Есть шлюз из локалки под FreeBSD 9.1. На нем запущен маршрутизатор i2p (в цвете последних событий...nnm там, или flibusta...). Ну и для пущей паранои хочется между клиентами и маршрутизатором https. Решил использовать stunnel. Сервер настроил по статье
http://forum.lissyara.su/viewtopic.php? ... nel#p50252
и все хорошо..вроде. конфиг
Код: Выделить всё
; Sample stunnel configuration file for Unix by Michal Trojnara 2002-2013
; **************************************************************************
; * Global options *
; **************************************************************************
; A copy of some devices and system files is needed within the chroot jail
; Chroot conflicts with configuration file reload and many other features
chroot = /var/run/stunnel
; Chroot jail can be escaped if setuid option is not used
setuid = stunnel
setgid = stunnel
; PID is created inside the chroot jail
foreground = no
pid = /stunnel.pid
; Debugging stuff (may useful for troubleshooting)
debug = 7
;output = /var/log/stunnel
; **************************************************************************
; * Service defaults may also be specified in individual service sections *
; **************************************************************************
; Certificate/key is needed in server mode and optional in client mode
cert = /usr/local/etc/stunnel/stunnel.cert
key = /usr/local/etc/stunnel/stunnel.key
sslVersion = all
; Example SSL server mode services
[https]
accept = 81
connect = 127.0.0.1:4444
Заранее благодарю за помощь!!!!