-
Notifications
You must be signed in to change notification settings - Fork 26
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
Issue removing ssl cert from application with spaces in common name #33
Comments
From @deis-admin on January 19, 2017 23:43 From @benwilber on September 16, 2015 0:35 @msull92 can you try replacing the spaces with edit: with replace spaces in This is definitely a bug that |
From @deis-admin on January 19, 2017 23:43 From @msull92 on September 16, 2015 14:57 I would love to do that, but it's not even showing up in etcdctl, see below: |
From @deis-admin on January 19, 2017 23:43 From @msull92 on September 16, 2015 14:57 @benwilber forgot to tag you |
From @deis-admin on January 19, 2017 23:43 From @carmstrong on September 16, 2015 15:9 @msull92 It looks like the certificate has been cleared from etcd (and thus shouldn't be served any longer by the router), but is still there in our database. Do you see an error when you try to delete it? If you could also paste the logs from the controller component when you try to delete the certificate, that'd be helpful. Thanks! |
From @deis-admin on January 19, 2017 23:43 From @msull92 on September 16, 2015 15:44 |
From @deis-admin on January 19, 2017 23:43 From @msull92 on October 21, 2015 5:9 This has since caused an issue with restarting the controller because it tries to load in the certs from the database into etcd and fails because that cert causes an error. So others can find this later I will attach the stack trace.
To fix this, log into the database and remove the offending cert from the Note: Not sure if it will matter, but just for completeness; I am running a stateless platform on AWS. v1.11.1 |
chore(controller): CELERY_BROKER use rabbitmq and modify celery-deplo…
From @deis-admin on January 19, 2017 23:43
From @msull92 on September 15, 2015 18:14
I am having an issue removing an ssl certificate from an application where the certificate's common name has spaces in it. Is there a way to manually remove this using etcdctl?
Copied from original issue: deis/deis#4487
Copied from original issue: deis/controller#1225
The text was updated successfully, but these errors were encountered: