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:
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:
OnClick goes back to main form with new session, OnAsyncClick works correctly by showing the custom message. This seems not related to httpsys, etc.
This code works correctly on httpsys/SSL/Server2016 or non SSL from an OnClick event:
Code:
WebApplication-&tTerminateAndRedirect(url);
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-&tTerminate(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.