-
Notifications
You must be signed in to change notification settings - Fork 170
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
SSL issues with new apicast #787
Comments
Ok, I missed that the config/environment variables have changed.
Seems to start fine now but does not respond to: Running cURL from inside the Docker container
Any ideas? |
@4integration just opened a PR fixing the example using the builtin HTTPS functionality: #789 |
@4integration and to answer your question, it can be any path. Also it is almost always better to use absolute paths as it is pretty explicit where they point to. |
Thanks @mikz Do you have any idea why apicast doesn't listen on 8443? Any hints to debug this? |
@4integration I don't know. Can you try to follow the example in #789 ? |
As mentioned in #789 it didn't work and seems to be differences between Red Hat repo and quay.io repo |
@4integration is there anything we can do ? 3.2-stable docs are in a branch: https://github.com/3scale/apicast/tree/3.2-stable/examples/add-ssl Plus there has been one slight change in master that we can incorporate to that branch if it works. |
I just upgraded to latest APIcast in Docker using this image
https://access.redhat.com/containers/?tab=overview#/registry.access.redhat.com/3scale-amp22/apicast-gateway
To configure SSL I have followed this example
https://github.com/3scale/apicast/tree/master/examples/add-ssl
but with the new version it have been changed and the directory
/opt/app-root/src/
doesn't exist anymore in the image.What is the new directory to be mapped?
Starting with docker-compose
and this config
The text was updated successfully, but these errors were encountered: