Description of problem: The state of the 'Verify Peer Certificate' checkbox is not saved after creating or editing a Satellite 6 configuration management provider. Version-Release number of selected component (if applicable): 5.8.0.15 How reproducible: 100% Steps to Reproduce: 1.) Create and save a Satellite 6 configuration management provider, with Verify Peer Certificate checked. 2.) Edit the provider, and see that Verify Peer Certificate is no longer checked. Actual results: Verify Peer Certificate setting isn't saved. Expected results: Verify Peer Certificate setting is saved. Additional info: In the database, after saving the provider with Verify Peer Certificate checked, I can see that the endpoint record is stored with verify_ssl=0: vmdb_production=# select id, role, url, verify_ssl, certificate_authority from endpoints; id | role | url | verify_ssl | certificate_authority ----+---------+-------------------------------+------------+--------------------[...] 6 | default | https://satellite.example.com | 0 |
Verified on 5.9.0.1.