Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To disable the check, please follow the procedure below:

  1. Stop the PowerFolder Server service.
  2. Insert the following two lines into the Server Configuration FileSet the Web Base URL under Preferences > Network > Server URLs:

    Code Block
    provider.url.httptunnel=httphttps://powerfolder.example.com/rpc
    web.base.url=https
  3. Set the Web Tunnel URL under Preferences > Network > Server URLs:

    Code Block
    http://powerfolder.example.com/rpc

    (warning)Please  Please note that the tunnel URL needs to stay on HTTP. The traffic sent to this URL from the client URL should not use HTTP not HTTPS, since the traffic posted against that URL will be encrypted by the PowerFolder - internal protocol and therefore doesn't need to get encrypted twice (this would slow down the whole data-exchange between clients behind a firewall and the server).

    Start the PowerFolder Server service

    .

  4. Restart PowerFolder Server.

Other possible solutions

...