We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When evaluating the Ansible collections for ISVA 10.0.5, I noticed our playbooks fail with the following error:
[2022-12-19 10:54:07,253] [PID:93927 TID:140623308458880] [ERROR] [ibmsecurity.appliance.ibmappliance] [_process_response():70] text: {"message":"Parameter is not valid: enableSSLv3"} msg: '(''HTTP Return code: 400'', ''{"message":"Parameter is not valid: enableSSLv3"}'')' name: ibmsecurity.isam.base.admin.set
When inspecing the administrator settings in the LMI, I can see that the following setting does not exist:
Enable SSLv3 | False
In 10.0.2 the setting is available, but not in 10.0.5 it seems.
This causes the Ansible playbooks to fail, maybe a check for the ISVA version can be implemented?
I am able to resolve this by deleting the option in: roles/set_admin_cfg/tasks/main.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When evaluating the Ansible collections for ISVA 10.0.5, I noticed our playbooks fail with the following error:
[2022-12-19 10:54:07,253] [PID:93927 TID:140623308458880] [ERROR] [ibmsecurity.appliance.ibmappliance] [_process_response():70] text: {"message":"Parameter is not valid: enableSSLv3"}
msg: '(''HTTP Return code: 400'', ''{"message":"Parameter is not valid: enableSSLv3"}'')'
name: ibmsecurity.isam.base.admin.set
When inspecing the administrator settings in the LMI, I can see that the following setting does not exist:
Enable SSLv3 | False
In 10.0.2 the setting is available, but not in 10.0.5 it seems.
This causes the Ansible playbooks to fail, maybe a check for the ISVA version can be implemented?
I am able to resolve this by deleting the option in: roles/set_admin_cfg/tasks/main.yml
The text was updated successfully, but these errors were encountered: