Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Fix compatibility with python 3.10 and SSL

Latest
Compare
Choose a tag to compare
@zloo zloo released this 21 Feb 13:47
· 1 commit to master since this release

[FIX] Python 3.10 has higher SSL standards than most Arista devices support without a huge upgrade. This fix allows older ciphersuites to be used to connect to the Arista devices. An example of such error:

PYEAPI Client Connection Exception: Socket error during eAPI connection: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)