and i can login in there into the https://ip:8080 but when in aio i put my domain i get this error
NOTICE: PHP message: It seems like the ip-address of test.domains.it is set to an internal or reserved ip-address. (It was found to be set to 'x.x.x.x')
NOTICE: PHP message: The response of the connection attempt to "https://cloud.glamourviaggi.it:443" was:
NOTICE: PHP message: Expected was: 85fc96f3cb24813dd2518b99e527d3b49971e025778b4404
NOTICE: PHP message: The error message was: SSL certificate problem: unable to get local issuer certificate
i’ve seen some workaround like to not enable ssl encrypt into pfsense ha proxy config or tried with ssl offloading and without
or doing overprotocol =>https in config.php(this i can’t managed because i don’t know in the aio installation where to find config.php to editing)
hi, in the step 5, the reverse proxy is pfsense that is located in a vm so is not in the host os and not in a container
Make sure that the reverse proxy is running on the host OS or if running in a container, connected to the host network. If that is not possible (e.g. on Windows or if the reverse proxy is running on a different host), substitute localhost or 127.0.0.1 in the default configurations by the private ip-address of the host that is running the docker daemon. If you are not sure how to retrieve that, you can run: ip a | grep "scope global" | head -1 | awk '{print $2}' | sed 's|/.*||'. If the command returns a public ip-address, use ip a | grep "scope global" | grep docker0 | awk '{print $2}' | sed 's|/.*||' instead (the commands only work on Linux)
and when i retrieve the first code i get the ip of the OS where i wanna host nextcloud
and now when i try to put the domain i get a new error
"it seems like the ip-address is set to an internal or reserver ip address. This is not supported. (it was found to be set to “pfsense ip”)
so looks like that the container can exit and see the pfsense and ping the haproxy but haproxy can’t reverse to the public ip i guess if i understand well
i’m using a wildcard in ssl offloading in the frontend of HAproxy and in backend i’ve set the ip of the host where i run aio and set port 11000 with encrypt ssl and ssl check
yes everything is ok but i need that the nextcloud config accept my proxy host there is a command or something? because i’ve added trusted_proxies_domain=ip pfsense, but in the log when i put
2023-06-14T14:47:42.726283038Z NOTICE: PHP message: It seems like the ip-address of https://test.ncdomain.com:443 is set to an internal or reserved ip-address. (It was found to be set to '10.*.*.*')
2023-06-14T14:47:42.753087371Z NOTICE: PHP message: The response of the connection attempt to "https://test.ncdomain.com:443" was:
2023-06-14T14:47:42.753201252Z NOTICE: PHP message: Expected was: 5b691f308e26c354ce10920e2d5e75312c8c890ee66f4e2b
2023-06-14T14:47:42.753280068Z NOTICE: PHP message: The error message was: SSL certificate problem: unable to get local issuer certificate