Failed to use W10 nextcloud client through ssl

Franck

Cadet
Joined
Mar 3, 2018
Messages
4
Hi all,

I installed a reverse proxy based on Pound in a jail with ssl listening service, even if i’m able to safely browse nextcloud web interface now, nextcloud W10 client and nextcloud android app are failing to connect to the server. I probably forgot something, could you please help me ?

Thanks a lot in advance

Here are my pound.cfg and config.php :

-> usr/local/etc/pound.cfg

******************
#Pound Configuration

ListenHTTPS
Address 192.168.1.31
Port 443
xHTTP 3
Cert "/ssl/sll.pem"

Service
BackEnd
Address 192.168.1.28
Port 80
End
End
End
******************

-> usr/local/www/nextcloud/config/config.php

'trusted_domains' =>
array (
0 => '192.168.1.28',
1 => '192.168.1.31',
2 => 'xx.xx.xxx.xxx', /* my public ip address... */
),
 
Top