i’am running a Windows Server 2016 Machine with with task that rely on an IIS as Webserver.
Now trying to install pydio cells and connect it via an IIS ReverseProxy on https.
cells is accessible without TLS (SSL offload at the IIS Reverse Proxy)
but when i switch on TLS with self sign certificates i get a 502.3 error from the IIS Proxy…
(without SSL offload)
Is ther anybody out there who uses pydio cells behind an IIS Proxy?!
General information:
CELLS_BIND=myserver:8084
CELLS_EXTERNAL=https://data.mydomain.cloud
Certificates on Proxy wit Certify the Web are correkt for all subdomains -> no errors
IIS default Reverseproxy Rule pointing to https://myserver:8084
I guess you are going to config as follow:
[cells]:8084: <=== (selfsigned cert) tls === [IIS]:443 <===tls===
and you got: HTTP Error 502.3 - Bad Gateway A security error occurred
Did you ignore “certificate check” in the config of reverse proxy of IIS ?