I'm stuck, a beginner with Islandora and ISLE, trying to install a local server
on Windows 10.
On Step 9 Test the Site
ERR_SSL_PROTOCOL_ERROR
hpw.localdomain’s server IP address could not be found.
Tried clearing cache, using edge, chrome, firefox.
I don't know what to do!
Prior steps seem okay until..
On Step 8,
$ docker-compose up -d
Failed
Had to disable both IIS and Apache so Islandora could use port 80 and 8080.
Where should I change Islandora Tomcat ports so I can use IIS/Apache
or is this just an installation problem.
change line 144 of docker-compose.local.yml, made IIS happy but
still have ERR_SSL_PROTOCOL_ERROR
$ docker-compose up -d
Creating network "hpw_local_isle-internal" with the default driver
Creating network "hpw_local_isle-external" with the default driver
Creating isle-proxy-ld ... done
Creating isle-portainer-ld ... done
Creating isle-mysql-ld ... done
Creating isle-solr-ld ... done
Creating isle-fedora-ld ... done
Creating isle-apache-ld ... done
Creating isle-images-ld ... done
$ docker ps -a | grep isle-
91dd0fa9c7ae islandoracollabgroup/isle-imageservices:1.5.2 "/init" 2 hours ago Up 3 minutes 0.0.0.0:8083->8080/tcp isle-images-ld
a3063b380519 islandoracollabgroup/isle-apache:1.5.2 "/init" 2 hours ago Up 3 minutes 80/tcp isle-apache-ld
5e23b6e29ef8 islandoracollabgroup/isle-fedora:1.5.2 "/init" 2 hours ago Up 4 minutes 0.0.0.0:8081->8080/tcp isle-fedora-ld
ffceba7a176d islandoracollabgroup/isle-solr:1.5.2 "/init" 2 hours ago Up 4 minutes 8983/tcp, 0.0.0.0:8082->8080/tcp isle-solr-ld
0551179f0760 islandoracollabgroup/isle-mysql:1.5.2 "docker-entrypoint.s…" 2 hours ago Up 4 minutes 3306/tcp, 33060/tcp isle-mysql-ld
e0d469c8b829 traefik:1.7.9 "/traefik" 2 hours ago Up 3 minutes 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 0.0.0.0:8080->8080/tcp isle-proxy-ld
c46f9feea5df portainer/portainer "/portainer -H unix:…" 36 hours ago Up 4 minutes 0.0.0.0:9010->9000/tcp isle-portainer-ld
This box has other potential conficts such as MySql and WSL.