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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: