Help in installing the docker version on EC2
See original GitHub issueHi,
First, this project looks great 😃
I am trying to install the microcks on an EC2 machine. Running the docker-compose / setup-tls-run.sh works ok. But then I want to access it (from external IP) it is not working. I am accessing the 8080 port with the external IP but then it redirects to the keycloak server which is not working and getting :
This page isn’t working right now sent an invalid response. ERR_INVALID_HTTP_RESPONSE
I am accessing with https://IP:8080/
but then getting:
http://IP:8543/auth/realms/microcks/protocol/openid-connect/auth?client_id=microcks-app-js&redirect_uri=.....
but I think that keycloak is not installed with the external IP or there is an SSL issue.
Perhaps there is something I am not configuring correctly?
Thanks, Guy
Issue Analytics
- State:
- Created 3 years ago
- Comments:23 (10 by maintainers)
Top Results From Across the Web
How to install Docker on AWS EC2 instance with AMI (CE/EE ...
To get Docker running on the AWS AMI you should follow the steps below (these are all assuming you have ssh'd on to...
Read more >How to install Docker on Amazon Linux 2 - nixCraft
Login into remote AWS server using the ssh command: $ ssh ec2-user@ec2-ip-address-dns-name-here · Apply pending updates using the yum command: $ sudo yum...
Read more >How to Install Docker on EC2 and create a container - Medium
In this tutorial, I will guide you through the installation of Docker in an EC2 instance and help you create your very first...
Read more >How To Use Docker in an Amazon EC2 Instance
You have to install docker-compose to use those commands. This is done in three steps. In the first step, you download the latest...
Read more >How to install and run Docker Containers on Amazon EC2 ...
Hands-on ... Steps to be followed: ... Navigate to the EC2 dashboard, and click on Launch Instances. ... Update the installed packages and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @lbroudoux ,
It is working, followed your video in the post (great post btw) and it is working great 😃
Thank you very much
Guy
Hi @LevinGuy !
There was some troubles with the scripts when generating certificates. I’ve re-tested everything from scratch and documented everything on https://medium.com/microcksio/install-microcks-on-aws-for-a-test-ride-bfb8bfd3feb2.
Hope you’ll find it useful 😉