mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
(cherry picked from commit 033b456b7a)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -63,7 +63,11 @@
|
||||
- result is not changed
|
||||
- result is failed
|
||||
# We got the expected error message
|
||||
- "'The handshake operation timed out' in result.msg or 'unknown protocol' in result.msg or 'wrong version number' in result.msg"
|
||||
- >-
|
||||
'The handshake operation timed out' in result.msg
|
||||
or 'unknown protocol' in result.msg
|
||||
or 'wrong version number' in result.msg
|
||||
or 'record layer failure' in result.msg
|
||||
|
||||
- name: Test timeout option
|
||||
get_certificate:
|
||||
|
||||
Reference in New Issue
Block a user