Hi @michae1ho11ey,
This is the solution. It works for me. Now, I have Nextcloud acces with my iPhone.
Iâve just added this line:
âoverwriteprotocolâ => âhttpsâ,
And change:
From:
âoverwrite.cli.urlâ => âhttp://nextcloud.example.comâ,
To:
âoverwrite.cli.urlâ => âhttps://nextcloud.example.comâ,
However, now I canât connect to my Nextcloud server with my local domain because the overwriteprotocole donât accept when I send http://mycloud.local/. The Web browser overwrite from http to https.
How I do the difference for external https connection and internal http connection ?
I use Nextcloud with docker.
Sorry for my english.
Thanks