I’ve set up a Droplet running Docker (via the one-click install) and installed Portainer on the same droplet via ssh. I’ve also created an A record subdomain.
I managed to access and setup Portainer through the web interface but I can’t access it via https, only http. (despite being able to access my other droplet on same domain via https)
Is there a step I’m missing? (I’m very inexperienced)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi @christiaanb,
It sounds like you don’t have anything listening on port 443(https). To check that, please SSH to your droplet
And run the following command
If you have 443 there than your droplet is listening on the said port for https.
Alternatively, the port in question might be 8443. This again can be checked with the netstat command I posted above.
Additionally, if you execute
OR
What do you see?
Regards, KDSYs
Hello,
Same issue here:
and it always show two js files failed to be loaded, please check the screenshot:
https://prnt.sc/10tjmr4
Any suggestion please?
Thanks @KDSys. I’m accessing via port 9000 because that’s what the install docs said: “You’ll just need to access the port 9000 of the Docker engine where portainer is running using your browser.”
Here’s what I’m seeing: