<type>[optional scope]: <description>

[optional body]

[Ticket: no]
This commit is contained in:
2023-11-16 19:49:37 +01:00
parent 638cbba10b
commit 938f19f3a7
2 changed files with 3 additions and 3 deletions

View File

@@ -654,8 +654,8 @@ sub Open {
PeerHost => $host,
PeerPort => 3001,
Proto => 'tcp',
SSL_startHandshake => 1, #( $proto eq 'wss' ? 1 : 0 ),
SSL_verify_mode => SSL_VERIFY_NONE,
SSL_startHandshake => 1, #( $proto eq 'wss' ? 1 : 0 ),
SSL_verify_mode => 'SSL_VERIFY_NONE',
KeepAlive => 1,
Timeout => $timeout
)