Quantcast
Channel: Atozed Forums - All Forums
Viewing all articles
Browse latest Browse all 275

Server 2022

$
0
0
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-&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.

Viewing all articles
Browse latest Browse all 275

Trending Articles