Hello, I'm trying to install Jupyter notebook for Cognos Analytics 12.0.4. I am using docker and the port 8010. The http worked (i tested in the browser), but for HTTPS i got the error that "This site can't be reached The connection was reset."
docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
89c42f31aa06 ca_jupyter_hub "jupyterhub -f /srv/…" 3 seconds ago Up 2 seconds 0.0.0.0:8010->8000/tcp ca_jupyter_hub
4e609e4dd37f ca_jupyter_viewer "python3 -m nbviewer…" 3 seconds ago Up 2 seconds ca_jupyter_viewer
ps -ef|grep proxy
/usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8010 -container-ip 172.20.0.3 -container-port 8000 -use-listen-fd
node /usr/local/bin/configurable-http-proxy --ip --port 8000 --api-ip 127.0.0.1 --api-port 8001 --error-target http://ca_jupyter_hub:8080/bi/v1/jupyter/hub/error --log-level info --ssl-key /srv/proxy.key --ssl-cert /srv/proxy.crt
Any suggestion what is happening here? what i need to do/check/anything?
------------------------------
Ema Pohrib
------------------------------