-
Notifications
You must be signed in to change notification settings - Fork 53
Issue removing ssl cert from application with spaces in common name #1225
Comments
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 @msull92 on September 16, 2015 14:57 @benwilber forgot to tag you |
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 @msull92 on September 16, 2015 15:44 |
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 |
This issue was moved to teamhephy/controller#33 |
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
The text was updated successfully, but these errors were encountered: