Description of problem: This came up while working on 491361. The example given will fail because of the version mismatch, however we don't provide a way to specify that flag in the UI. We do append the --disconnected flag to the command if the original activation was done that way. But it's not accepted as an option on the page either. We can either always pass this flag or add a checkbox to the page to allow the user to explicitly indicate it when uploading the file. Version-Release number of selected component (if applicable): 5.3 How reproducible: Always Steps to Reproduce: 1. Currently, you can't exactly tell when it has occurred. I have local changes for 491361 that will provide a better error message that will indicate the version mismatch, but for now if you were to upload an old cert over a newer one the upload will simply say "Local activation failure". Actual results: Expected results: Additional info:
NOTABUG. We should not allow you to flip version of a sat cert within the UI of Satellite. To me, this is correct behavior. When changing version, is for Upgrades, which is done command line. So you should not hit this code path in a 'valid' usage. Cliff