Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPS requests (Poco::Net functionality) fail #2760

Closed
LeoCodes21 opened this issue Aug 6, 2019 · 2 comments
Closed

HTTPS requests (Poco::Net functionality) fail #2760

LeoCodes21 opened this issue Aug 6, 2019 · 2 comments
Labels

Comments

@LeoCodes21
Copy link

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.

@LeoCodes21 LeoCodes21 changed the title HTTPS requests (Poco::Net::HTTPSClientSession) fail HTTPS requests (Poco::Net functionality) fail Aug 6, 2019
@github-actions
Copy link

This issue is stale because it has been open for 365 days with no activity.

@github-actions github-actions bot added the stale label Jan 12, 2022
@github-actions
Copy link

This issue was closed because it has been inactive for 60 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant