Skip to content
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

enableSSLv3 does no longer exist in ISVA 10.0.5 - Parameter is not valid: enableSSLv3 #163

Open
nieelu opened this issue Dec 19, 2022 · 0 comments

Comments

@nieelu
Copy link

nieelu commented Dec 19, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant