So, I have set up a reverse proxy for learning purposes and everything seams to work fine except sync, the setup is as following:
Windows server 1 :80 redirects to Windows server 1 :443
Widows server 1 :443 reverse proxy with included cert to Windows server 2 :80 with pydio, everything is accessible from browser just fine, uploading, downloading and sharing is fine.
When I try to setup sync with or without https I get “The server is unreachable.” message.
If you could tell me where logs are located I will search trough them and analyse them and maybe even provide something fun from it.
Pro tips?
EDIT: Sync client added https to the URL while I were typing it in, this caused the URL to be https://https://test.domain.com/pydio/
not sure how this happened but editing out the last https:// changed the result and it’s now accessible just fine.
EDIT 2: If any one were wondering how sharing were fixed, I had to set server URL to https:// instead of automatic http since Sever two is connecting trough http. (default setup were auto http as reverse proxy https goes trough http).