portarius icon indicating copy to clipboard operation
portarius copied to clipboard

Cannot sign in

Open CattopyTheWeb opened this issue 2 years ago • 12 comments

So when I enter my servers' private ip and port and all that stuff, I just get stuck loading. I enter the server ip in this format https://{private server ip}:{port}. The server doesn't have an SSL certificate, so maybe that's the issue? Any help is appreciated.

CattopyTheWeb avatar May 25 '23 14:05 CattopyTheWeb

Also, I downloaded the app from F-droid

CattopyTheWeb avatar May 25 '23 14:05 CattopyTheWeb

I can't either, downloaded from Play store. Last release was 7mo ago, I wonder if it's dead?

Geezus42 avatar May 26 '23 23:05 Geezus42

Found another.

https://github.com/zbejas/portarius/issues/39

Geezus42 avatar May 26 '23 23:05 Geezus42

So when I enter my servers' private ip and port and all that stuff, I just get stuck loading. I enter the server ip in this format https://{private server ip}:{port}. The server doesn't have an SSL certificate, so maybe that's the issue? Any help is appreciated.

Try http://{server}:{port} if you're not using SSL.

zbejas avatar May 27 '23 01:05 zbejas

I can't either, downloaded from Play store. Last release was 7mo ago, I wonder if it's dead?

I don't think it's dead

CattopyTheWeb avatar May 27 '23 12:05 CattopyTheWeb

So when I enter my servers' private ip and port and all that stuff, I just get stuck loading. I enter the server ip in this format https://{private server ip}:{port}. The server doesn't have an SSL certificate, so maybe that's the issue? Any help is appreciated.

Try http://{server}:{port} if you're not using SSL.

I did try that, but it just spat out an error. Authentication failed

CattopyTheWeb avatar May 27 '23 12:05 CattopyTheWeb

I solved this by getting an SSL cert with nginx proxy manager and duckDNS. Tho, I will keep this post open so we can figure out why it does that.

CattopyTheWeb avatar May 27 '23 12:05 CattopyTheWeb

@zbejas Maybe you should make it so it ignores SSL cert errors and just connects

CattopyTheWeb avatar Jun 30 '23 15:06 CattopyTheWeb

Great solution!

gooddavvy avatar Jul 01 '23 17:07 gooddavvy

For anyone still having this this issue, I fixed it by enabling http on the legacy 9000 port.

docker run -d -p 8000:8000 -p 9443:9443 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ee:latest --http-enabled

bookamp avatar Sep 11 '23 01:09 bookamp

For anyone still having this this issue, I fixed it by enabling http on the legacy 9000 port.

docker run -d -p 8000:8000 -p 9443:9443 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ee:latest --http-enabled

Thank you so much, that worked for me. I just used a different external port (9444:9000) and had to add --http-enabled

lead0r avatar Sep 11 '23 16:09 lead0r

For anyone still having this this issue, I fixed it by enabling http on the legacy 9000 port.

docker run -d -p 8000:8000 -p 9443:9443 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ee:latest --http-enabled

Thank you very much!

KevinTrinh1227 avatar Oct 22 '23 02:10 KevinTrinh1227