Under XP SP3 with MSIE the pages are not reachable via https protocol ("Die Webseite kann nicht angezeigt werden."), most notably these two:
https://www.xyplorer.com/version_beta.php
https://www.xyplorer.com/version.php
BTW, even under XP they are reachable with no problems when using different browsers, which I normally do, but this does not help with update process. To my knowledge, everything needed in MSIE8 is activated (all SSL and TSL support).
On https://social.msdn.microsoft.com/Forum ... evelopment there is a suggestion to use
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=8" />Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=7" />
XYplorer Beta Club