Hi,
what´s wrong?
here my setup
set service https api debug
set service https api keys id MY-HTTPS-API-ID key ‘q4eH6Gxrf5hNZtAmovyGXSHM6WGDRHbP6aLTxaXQWLoX’
set service https api-restrict virtual-host ‘vyos’
set service https virtual-host meins listen-address ‘*’
set service https virtual-host meins listen-port ‘443’
set service https virtual-host meins server-name ‘vyos.test.local’
VyOS 1.4-rolling-202304130846
sudo netstat -tulpn | grep 443
error logs from nginx
2023/04/18 11:48:06 [error] 5982#5982: *2 directory index of "/srv/localui/" is forbidden, client: 10.10.0.238, server: vyos.test.local, request: "GET / HTTP/1.1", host: "192.168.0.100"
2023/04/18 11:48:06 [error] 5982#5982: *2 open() "/srv/localui/favicon.ico" failed (2: No such file or directory), client: 10.142.72.238, server: vyos.test.local, request: "GET /favicon.ico HTTP/1.1", host: "192.168.0.100", referrer: "https://192.168.0.100/"
2023/04/18 12:24:40 [error] 5982#5982: *7 open() "/srv/localui/favicon.ico" failed (2: No such file or directory), client: 10.142.72.238, server: vyos.test.local, request: "GET /favicon.ico HTTP/1.1", host: "192.168.0.100", referrer: "https://192.168.0.100/retrieve"
2023/04/18 12:26:28 [error] 6953#6953: *1 open() "/srv/localui/favicon.ico" failed (2: No such file or directory), client: 10.142.72.238, server: vyos.test.local, request: "GET /favicon.ico HTTP/1.1", host: "192.168.0.100", referrer: "https://192.168.0.100/retrieve"
2023/04/18 12:27:11 [error] 6953#6953: *2 open() "/srv/localui/favicon.ico" failed (2: No such file or directory), client: 10.142.72.238, server: vyos.test.local, request: "GET /favicon.ico HTTP/1.1", host: "192.168.0.100", referrer: "https://192.168.0.100/retrieve"
sudo netstat -tulpn | grep 443
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 6952/nginx: master
tcp6 0 0 :::443 :::* LISTEN 6952/nginx: master