question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Help in installing the docker version on EC2

See original GitHub issue

Hi,

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:closed
  • Created 3 years ago
  • Comments:23 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
LevinGuycommented, Jun 26, 2020

Hi @lbroudoux ,

It is working, followed your video in the post (great post btw) and it is working great 😃

Thank you very much

Guy

1reaction
lbroudouxcommented, Jun 26, 2020

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 😉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found