-
Notifications
You must be signed in to change notification settings - Fork 179
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
NET::ERR_CERT_INVALID when starting the app #78
Comments
Tests are all passing. Everything looks good but the certificate. |
@mohamed-taman any update on this issue? or guidance on how to solve it? |
I also go the same error
…On Fri, Jul 31, 2020 at 3:43 PM Pablo Chico de Guzman < ***@***.***> wrote:
Tests are all passing. Everything looks good but the certificate.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI7HKADJ4B5DXWYLIPWYETR6LC65ANCNFSM4PQITDTQ>
.
|
Hi @gwokudasam @pchico83 I will work on it once I came back to my vacation, but it is not enabled yet through API Gateway, this is why you can access it yet. |
@mohamed-taman I am trying to run the app on Kubernetes, behind an nginx ingress controller that provides HTTPs termination. Is it possible to expose the gateway on HTTP? |
Yes, you can, just from API Gateway disable the https property and related certificates properties and it will work normally as HTTP. |
@pchico83 Just in two weeks or less, I will start to migrate this project folly to work on K8s and adding a Monitoring stack as well. So stay tuned. |
Describe the bug
I am getting certificate errors when starting the app.
To Reproduce
Steps to reproduce the behavior:
1 -
./setup.sh
2 -
./mvnw clean verify -Ddockerfile.skip
3 -
docker-compose -p ssm up -d
If I go to https://localhost:8443/swagger-ui.html, I get this error:
Checking the
gateway
logs withdocker logs -f ssm_gateway_1
:Expected behavior
It works.
Desktop (please complete the following information):
Additional context
Not sure if it might be my JDK 15 installation? If you push your images to Docker Hub, I can also give them a try.
The text was updated successfully, but these errors were encountered: