-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
HTTPS Required Error on Keycloak Administration Console #31
Comments
As a quick note, the problem was solved by enabling HTTPS! |
In order to improve the documentation, can you tell me what you did to enable HTTPS? |
Sure, but note that my solution is somewhat specialized in building systems on Azure VM. 1. Get a public DNS name for the VMLet's say 2. Open the receive portsI opened the following ports.
3. Setup HTPPS connection3.1 Install certbot and get certificatessudo apt install certbot
sudo certbot certonly --standalone -d mydomain.com Here, you should answer the following:
If successful, the following files are generated (can be accessed only via root).
Now you can close port 80. 3.2 Copy pem filesI copied these files to any location under my home folder using 4. Add the following settings to Keycloak's
|
Hello,
I am running a containerized Keycloak instance on an Azure Virtual Machine.
When following the Stellio documentation on Keycloak Integration, I encountered the "HTTPS required" error when accessing the Administration Console (see attached screenshot).
Could you please advise if there are any additional steps or configurations I may have missed to enable HTTP access?
Thank you so much for your help.
The text was updated successfully, but these errors were encountered: