With the move to protect customers from HTML-injections and other man-in-the-middle attacks we've been moving away from http:// links in favor of https:// links.
I am using the latest version X4 build 5.13.2016
However it appears that the HTMLviewer component is unable to open https:// links in the default web browser, or any browser for that matter, clicking on the link has absolutely no effect at all.
Now if we change https:// to http://it works correctly and the page is opened in the default web browser.
This works
Code: Select all
<a href="http://www.flashfxp.com">www.flashfxp.com</a>
This doesn't
Code: Select all
<a href="https://www.flashfxp.com">www.flashfxp.com</a>
I tested this problem on multiple systems from Windows 7 to Windows 10 all with the same result.