Before asking, did you search first? Press at the upper right to search.
Hello,
I’ve encountered an issue while configuring a second website on port 8080. I have one website, screener.market
(IP: 45.148.28.67), running on port 80, which works fine. I intend to set up a new web server on the same IP (45.148.28.67) on port 8080. I’ve installed this second server using Docker and Nginx.
I can directly connect to the server at https://45.148.28.67:8080
, and I receive a response from the site. However, I can’t connect via https://screener.market:8080
and receive the following error:
“This site can’t establish a secure connection. screener.market sent an invalid response. ERR_SSL_PROTOCOL_ERROR.”
I’m uncertain what additional configuration is needed to access the second server via the domain and port 8080.