Search results

  1. H

    my APP load fine in localhost:8080, how I can send this as response to ANY request to HTTPS://hn.mydomain.com ?

    hello. using DOCKER I install [APP] and this run fine in localhost:8080 but when ANY CLIENT open HTTPS://hn.mydomain.com:8080 this load "perfect", but the browser launch WARNNING about certificate. Then my best solution is send ANY REQUEST to HTTPS://hn.mydomain.com with response from...
  2. H

    how to set SSL over PORT X ?

    hello, we put the line address *:443 *:port1 *:port2 into the file /usr/local/lsws/conf/httpd_config.conf but yet the browsers lounches alert when we try open https://web:port1 or https://web:port2 how we can fix? what file we need edit? thanks
  3. H

    put [address *:443 *:port] into [httpd_config.conf] is correct for ADD SSL to X port ?

    hello, we need ADD SSL to some ports. how we can do it? we edit the file /usr/local/lsws/conf/httpd_config.conf and we change the lineaddress *:443by the lineaddress *:443 *:P1 *:P2we restart all but website:p1 and website:p2 yet NOT LOAD with SSL. What we can...
Top