You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for letting us know. We will check with switch version of FAB OS and Python compatibility.
Will capture which version of Python is tested for the 9.x switches etc.
Do you see the same issue with the 9.x switches as well?
We will try address it in the next Ansible release.
JFYI I just managed to install python3.9 on my new system and can confirm that exactly the same ansible playbook works with python3.9 and not with python3.10. FOS version I'm testing on is 8.2.2a.
After upgrading to Python 3.10, I'm getting
File "/usr/lib/python3.10/urllib/request.py", line 1351, in do_open\n raise URLError(err)\nurllib.error.URLError: <urlopen error [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)>\n"
I believe this is because the increased default security settings in Python 3.10 are incompatible with FabricOS 8.x switches. Problem and solution (not verified by me) are described here: https://stackoverflow.com/questions/71006708/getting-sslv3-alert-handshake-failure-when-trying-to-connect-to-imap
The text was updated successfully, but these errors were encountered: