Https with MSIE8 under XP SP3
Posted: 23 Nov 2016 06:38
The following problem is present since some months, after the switch to https. It is not a big problem, since I can make updates under Win7 too, where no problems occur. The problem is, as far as I can tell, actually on the MSIE8 side. Still, maybe there is something I, or Don, could do to enable updates to be done also in that environment.
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 instead of Maybe it would be of some use to know if any of these are emitted when the pages in question are served. Any other suggestions (apart of forgetting about XP and MSIE8)?
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" />