Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Server 2022
#1
I have to move from Windows Server 2016 to 2022 shortly.  I've found an issue which looks to be related to httpsys and SSL.

This code works correctly on httpsys/SSL/Server2016 or non SSL from an OnClick event:

Code:
WebApplication->TerminateAndRedirect(url); and
WebApplication->Response->Cookies->AddCookie()

On httpsys/SSL/Server2022 (Non SSL works) I get blank page with this:

ERR_HTTP2_PROTOCOL_ERROR

Also, the behavior of this is different from OnClick and OnAsyncClick:

Code:
WebApplication->Terminate(custom message);

OnClick goes back to main form with new session, OnAsyncClick works correctly by showing the custom message.  This seems not related to httpsys, etc.
Reply


Messages In This Thread
Server 2022 - by MJS@mjs.us - 01-07-2024, 02:00 PM
RE: Server 2022 - by Alexandre Machado - 01-09-2024, 01:15 AM
RE: Server 2022 - by Alexandre Machado - 01-10-2024, 12:24 AM
RE: Server 2022 - by magosk - 06-26-2024, 01:27 PM
RE: Server 2022 - by Alexandre Machado - 07-29-2024, 10:30 AM
RE: Server 2022 - by magosk - 08-05-2024, 08:01 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)