Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 569 Bytes

NginxProxyManager.md

File metadata and controls

22 lines (13 loc) · 569 Bytes

Use with frp

[NPM] -LAN- [frpc] -WAN- [frps] -LO- [Nginx]

frp create TCP tunnel from npm's 443 to VPS, nginx reverse proxy the tunnel

502 Bad gateway: SSL: error:14094458:SSL routines:ssl3_read_bytes:tlsv1 unrecognized name:SSL alert number 112

SNI related, add the following to nginx reverse proxy config:

proxy_ssl_name $host;
proxy_ssl_server_name on;

Home Assistant

ESPHome WebSocket

esphome/issues#4327

image