[sslh] startup problem

Christian Schoenebeck christian.schoenebeck at gmail.com
Tue Apr 7 22:34:37 CEST 2015


Hi,

I'm trying to use sslh 1.17 running on router with OpenWrt.

starting sslh with
/usr/sbin/sslh -p 0.0.0.0:443 --ssh localhost:59122 --ssl localhost:5232 --user nobody --pidfile /var/run/sslh.pid
works fine, 
same with
/usr/sbin/sslh -p [::]:443 --ssh localhost:59122 --ssl localhost:5232 --user nobody --pidfile /var/run/sslh.pid

starting sslh with
/usr/sbin/sslh -p [::]:443 -p 0.0.0.0:443 --ssh localhost:59122 --ssl localhost:5232 --user nobody --pidfile /var/run/sslh.pid
produce error:
0.0.0.0:https:bind: Address already in use

starting sslh with
/usr/sbin/sslh -p 0.0.0.0:443 -p [::]:443 --ssh localhost:59122 --ssl localhost:5232 --user nobody --pidfile /var/run/sslh.pid
produce error:
:::https:bind: Address already in use

Thanks for support

Christian



More information about the sslh mailing list