-
Notifications
You must be signed in to change notification settings - Fork 31
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
patch_route() doesn't work - Route won't be updated. #26
Comments
I don't remember having had that problem. Did you try the |
BTW: I plan to migrate to openshift-acme, because having two services that do the same thing is not in my interest. If you have not yet started using openshift-letsencrypt, you might prefer using the other project. That is, if you did not have reasons to prefer that project. If so, please do tell me, so I might reconsider. |
I tried I think it's because of 15772. The reason for this way of using openshift-letsencrypt was that I didn't get openshift-acme to work either.... |
Is that on openshift-online or a diy installed openshift cluster? Am I correct, that it's openshift 3.6? |
@ibotty do you mean this project is dead? If so, maybe you should put a notice in the |
When I looked at the
watcher
pod's log, I noticed, that all steps work fine. Even the generation of thedata
object to patch the route with is correct. I took thisdata
object and passed it to openshift viaoc patch route <route-name> -p <data>
. This worked and the route was changed tohttps
.By turning on debugging in
common.sh
viaset -x
and removing2> /dev/null
in line 62 i got the messagecurl: (22) NSS: client certificate not found (nickname not specified)
.After this, cleanup proceeds and the route didn't change.
Any ideas, why this is failing?
The text was updated successfully, but these errors were encountered: