mirror of https://github.com/ansible/ansible.git
Handle InternalError raised by cryptography when running in FIPS mode (#65477)
Since older versions of paramiko do not require cryptography, we cannot catch the exact exception from cryptography. Remove other exceptions since we're catching everything nowpull/65671/head
parent
0b2558051c
commit
d35c1a435b
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- paramiko - catch and handle exception to prevent stack trace when running in FIPS mode
|
||||
Loading…
Reference in New Issue