Bug #9252
closedDocker :: ERR_SSL_PROTOCOL_ERROR
0%
Description
Dear Support,
I have encountered a strange problem that I have never experienced before.
I installed Goautodial on a CentOS 7 Docker container and followed all the installation steps correctly.
However, when I try to access http://localhost inside the Docker container, it redirects me to https://localhost and shows the error message "SSL certificate problem: unable to get local issuer certificate". To proceed, I have to keep pressing "Y" until I reach the login page.
On the other hand, when I try to access the host IP with the Docker container port from outside the Docker container, I get the error message " ERR_SSL_PROTOCOL_ERROR ".
I ran the Docker image using the following command:
docker run -d -it --privileged -p 8090:80 -p 5060:5060/udp -p 5070:5070/udp --name=callcenter eeb6ee3f44bd /usr/sbin/init
Please advice how can I solve this problem?