Hrm - the default termination *should* be edge if the router has been configured with a default certificate and you don't specify a destination CA cert. What version of the server are you running against?
'oc create route' is the new mechanism for creating routes where the parameters matter - you can specify one of the three types of termination there. On Fri, Mar 25, 2016 at 6:11 PM, Brandon Richins <[email protected]> wrote: > Is there a way to set https as the default option when exposing service > routes. `oc expose service xyz`. Right now we’re running `oc patch route > xyz -p '{"spec":{"tls":{"termination":"edge"}}}’` after the `oc expose` > command. This works but I’d love to be able to skip this step and encourage > https as the default. > > Thanks, > > Brandon Richins > > > _______________________________________________ > dev mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/dev _______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
