I installed pydio with cells v3 on my windows server behind nginx. The service is up and reachable from both the outside the network at sub.domain.com
and within my network using the servers local IP. From outside, SSL is working, from inside the self-issued SSL certificate is used and flaged as insecure.
The browser interface is working perfectly fine. However, I can’t log in using the win-desktop client or andriod app. Entering https://sub.domain.com
and clicking ‘Username’ opens the browser and I get a 520 ‘Web server is returning an unknown error.’ Before the error, the pydio interface is rendered for a few milliseconds:
Connecting...
Application is not yet connected to agent. Please wait
while we are trying to connect...
followed immediately by
Disconnecting
Application is disconnected from agent. Please wait
while we are trying to reconnect...
However, the logs in the admin page don’t show any errors. Interestingly, when the 520 error is shown in the browser, the URL begins with domain.com, not sub.domain.com.
I have only mapped sub.domain.com
to internal-server-IP:8080
in nginx. Am I missing something here?