#Failed to download package - SSL connect error
1 messages · Page 1 of 1 (latest)
Failed to download package - SSL connect error
Hi @urban sun ,
Unfortunately, not:
The full traceback is: NoneType: None failed: [localhost] (item=<cluster_fqdn>:<node_name>) => { "ansible_loop_var": "item", "changed": false, "invocation": { "module_args": { "cert_filepath": null, "clear_logs": true, "disk_fw": null, "fail_on_502_error": false, "feature_flags": {}, "firmware_type": "service-processor", "force_disruptive_update": false, "force_ontap_version": null, "hostname": "<cluster_fqdn>", "http_port": null, "https": true, "install_baseline_image": false, "key_filepath": null, "node": "<node_name>", "ontapi": null, "package": null, "package_url": "<package_link>", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "reboot_sp": true, "reboot_sp_after_download": null, "rename_package": "SP_FW.zip", "replace_package": true, "server_password": null, "server_username": null, "shelf_module_fw": null, "state": "present", "update_type": null, "use_rest": "auto", "username": "netapp-ansible", "validate_certs": false } }, "item": { "cluster": "<cluster_fqdn>", "node_model": "FAS9000", "node_name": "<node_name>" }, "msg": "Failed to download package from https://.../SP_FW_308-04093_4.11.zip. Error: SSL connect error : error:0B07C065:x509 certificate routines:X509_STORE_add_cert:cert already in hash table"
Do you know what version of the ONTAP collection your using?
I'm running 21.24.1
We're calling the CLI through ZAPI to run the command storage firmware download -node <node_name or *> -package-url <package_url>
So you should be able to reproduce the issue by running the same command on the system that has an issue. If the KB does not help and the CLI command fails, you could open a support ticket.