Secure route Origin 1.1.6

2016-04-13 Thread Den Cowboy
I have a docker container which is communicating on port 80 with another server. So it's using http and its an insecure route. Now we're going to use https (443). The other server has a certificate (.jks). How do I have to settle this? I have to create a secure route but which type? - passthrough

Re: Secure route Origin 1.1.6

2016-04-14 Thread Meng Bo
https://docs.openshift.org/latest/architecture/core_concepts/routes.html#secured-routes Please refer about doc for detail. If you want to use the passthrough route, you do not need to copy your certs to the route. Just make sure your service points to the secured https port and your route conn