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 server seems to not work in v1.14 #4831

Open
omerbrandis opened this issue Dec 27, 2024 · 1 comment
Open

httpS server seems to not work in v1.14 #4831

omerbrandis opened this issue Dec 27, 2024 · 1 comment
Labels

Comments

@omerbrandis
Copy link
Contributor

upgraded my existing application to use poco 1.14 with openssl 3.0.15
when using firefox to get a page from the server over ssl it shows a "SSL_ERROR_RX_RECORD_TOO_LONG" error.
chorme did not show an error msg, but was unable to render, it looks like it kept retrying to get the page.

when using poco 1.13.3 application works.

@micheleselea
Copy link
Contributor

SSL_ERROR_RX_RECORD_TOO_LONG this usually happen if you try to connect to an https on a server that is http.
So probably your problem is that is failing the creation of ssl context to create ssl server socket, check if conext is created correctly

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

2 participants