Issue with local TLS server on Windows Server 2022 image #11065
sfod
started this conversation in
Image configuration
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to test a custom TLS client in GitHub CI. For that, I want to use
openssl s_server
with self-signed cert:The client can successfully establish TCP connection, but after sending "Client Hello", the server closes the connection. I reproduced the same problem with
openssl s_client
:stdout:
stderr:
I tried the same openssl as used in Windows image (from this file https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json) on a fresh Windows Server 2002, and the above commands succeeded. So, my guess, some Windows settings are changed in GitHub Windows image that don't allow the local TLS connection to be established.
I'd appreciate if you could give a guidance on this problem.
Beta Was this translation helpful? Give feedback.
All reactions