danb35 / freenas-iocage-nextcloud

Script to create an iocage jail on FreeNAS for the latest Nextcloud 28 release, including Caddy, MariaDB or PostgreSQL, and Let's Encrypt
GNU General Public License v3.0
258 stars 70 forks source link

I can't access to nextcloud by ip or domain after first fresh install #140

Closed IronGuide closed 4 years ago

IronGuide commented 4 years ago

Hi

I am trying to install this script. I have already tried many time but after get success install i can't access my nextcloud webpage.

The output is: ERR_SSL_PROTOCOL_ERROR

I am using my TOKEN from cloudflare.

Here is my config file:

JAIL_IP="192.168.1.85" DEFAULT_GW_IP="192.168.1.1" POOL_PATH="/mnt/pool1" TIME_ZONE="Europe/Lisbon" HOST_NAME="nextcloud.xxxx.com" STANDALONE_CERT=1 CERT_EMAIL="xxxx@gmail.com" DNS_PLUGIN="cloudflare" DNS_ENV="CLOUDFLARE_EMAIL=xxx@xxx.com CLOUDFLARE_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxx"

I have already searh in previous tickets, but i do not found the answer. Thank you