We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi again,
so opening https://portainer.mydomain.nl/ gives me this error in my webbrowser: Client sent an HTTP request to an HTTPS server.
https://portainer.mydomain.nl/
Client sent an HTTP request to an HTTPS server.
Changing the port from 9443 to 9000 in the config fixes it.
9443
9000
Is it a bug or config error on my side?
Thank you!
PS. I haven't figured out how to set the password yet, whatever i set PORTAINER_ADMIN_PASSWORD to i always get Unauthorized 🤷🏼♂️
PORTAINER_ADMIN_PASSWORD
Unauthorized
The text was updated successfully, but these errors were encountered:
Okay, i figured out how to set the admin password (source)
So let's say the password is test1234:
test1234
$ htpasswd -nbB admin 'test1234' admin:$2y$05$QbX5CFLupABLCSv51ks6D.RA/pQoIvxmqdqfd.W21Uh0TC7sRx26y
$
`$$2y$$05$$QbX5CFLupABLCSv51ks6D.RA/pQoIvxmqdqfd.W21Uh0TC7sRx26y`
.env
Sorry, something went wrong.
@notDavid I confirm you it's not a bug, I also had to change the port to 9000
Thank you for your feedback, it helped me a lot. It definitely should be mentioned in the docs or as comment in the .env file.
Again, many thanks 🙏
701f781
Sorry for the late fix, indeed some changes in Portainer were breaking, and as I do not use Portainer anymore, I did not encounter the issue myself.
Successfully merging a pull request may close this issue.
Hi again,
so opening
https://portainer.mydomain.nl/
gives me this error in my webbrowser:Client sent an HTTP request to an HTTPS server.
Changing the port from
9443
to9000
in the config fixes it.Is it a bug or config error on my side?
Thank you!
PS.
I haven't figured out how to set the password yet, whatever i set
PORTAINER_ADMIN_PASSWORD
to i always getUnauthorized
🤷🏼♂️The text was updated successfully, but these errors were encountered: