Install SSLH - mttstt/Domoticasite GitHub Wiki

Install SSLH

https://github.com/yrutschle/sslh

Configure SSLH

# This is a basic configuration file that should provide
# sensible values for "standard" setup.

verbose: false;
foreground: false;
inetd: false;
numeric: false;
transparent: false;
timeout: 2;
user: "nobody";
pidfile: "/var/run/sslh.pid";


# Change hostname with your external address name.
listen:
(
    { host: "192.168.1.132"; port: "443"; }
);

protocols:
(
     { name: "ssh"; service: "ssh"; host: "192.168.1.132"; port: "22"; },
     { name: "ssl"; host: "192.168.1.132"; port: "4443"; log_level: 1; }
);