-
Notifications
You must be signed in to change notification settings - Fork 19
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
aruboss_file_transfer using https #33
Comments
Hi, What the playbook ? What do you have on the log ? (you can enable debug rest on cli) Do you have check the web server log ? it is self signed certificate or public certificate ? Do you have try to include CA on the switch ? |
Playbook
Output from Ansible Logs from the switch: When I use http, it works. I see in the firewall logs the switch attempts to use https and it's allow through the firewall. I don't know how to "include CA on the switch". This is my question. I tried to create 3 new ta_profiles and copy the CA to them. I created 3 because 1 root and 2 intermediaries. The are INCOMMON profiles below. Is this right? uct-m60lab-playground# sh crypto pki ta-profile Profile Name Profile Status CRL Configured OCSP Configured IDEVID_ROOT Root Certificate Installed |
I just notice in the switch log, the switch is trying to use http and the url starts with https. |
Need to check if upgrade via HTTPS is supported... |
How do I make the switch trust my SSL certificate where the OS image is located? I'm trying to use arubaoss_file_transfer and https and it's failing. I'm getting "status": "FTS_CONN_FAILED", "result": "Peer unreachable." error message. I think it's because the switch doesn't trust the SSL certificate. I'm testing on a 3810M switch on KB.16.10.0015 image. I didn't find a command in the cli to use https to transfer file.
The text was updated successfully, but these errors were encountered: