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
I set insecureSkipTLSVerify to true as instructed, but I still have a TLS validation error: handshakeFailed(NIOSSL.BoringSSLError.sslError([Error: 268435581 error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED at /.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/handshake.cc:393]))
The insecureSkipTLSVerify property doesn't seem to be handled in the source code
The text was updated successfully, but these errors were encountered:
I set insecureSkipTLSVerify to true as instructed, but I still have a TLS validation error: handshakeFailed(NIOSSL.BoringSSLError.sslError([Error: 268435581 error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED at /.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/handshake.cc:393]))
The insecureSkipTLSVerify property doesn't seem to be handled in the source code
The text was updated successfully, but these errors were encountered: