Fixing "mixed content" errors when using a proxy

Hi @JasonBayton,

That’s similar to something I found out today. It finally made my NC Android client be able to register while being in LAN.

My full new entries:

 'trusted_proxies' =>
  array (
    0 => '555.555.555.555',
  ),
  'overwriteprotocol' => 'https',
  'overwrite.cli.url' => 'https://nc.domain.tld',
  'overwritecondaddr' => '^555\\.555\\.555\\.555$',

With “555” being the reverse proxy’s ip.

1 Like