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
Read access violation in SSLEAY32.DLL when Poco::Net::Context::sessionCacheEnabled() calls SSL_CTX_get_session_cache_mode(_pSSLContext). _pSSLContext is initialized to an invalid value that cannot be used for any necessary operations.
Expected behavior
HTTPS requests should succeed.
Actual behavior
Read access violation in SSLEAY32.DLL when Poco::Net::Context::sessionCacheEnabled() calls
SSL_CTX_get_session_cache_mode(_pSSLContext)
._pSSLContext
is initialized to an invalid value that cannot be used for any necessary operations.Steps to reproduce the problem
Attempt to run the code uploaded here.
POCO version
2.0.0-pre-3
Compiler and version
MSVC 19.16.27023.1 for x86
Operating system and version
Windows 10 x64, but compiling software as x86.
Other relevant information
poco:x86-windows
was installed with vcpkg. Using Visual Studio 2019, compiling software with v142 toolset.The text was updated successfully, but these errors were encountered: