How to Fix Error opening HTTPS websites in Mozilla Firefox with JDK 11

When using JDK 11 with Sahi, HTTPS websites do not open in the Mozilla Firefox browser. We get the error shown in the image below. To resolve this issue, kindly upgrade to JDK 11.0.2 and above versions. We recommended the latest release JDK 11.0.8, as it contains all the security patches and bug fixes. Ensure […]

How to Fix: Scripts Failing in Firefox due to Security Warning when Moving from HTTPS to HTTP

When a secure web page (eg. https://example.com), submits a form request to an insecure web page (eg. http://example.com), Firefox issues a warning dialog. A user needs to manually click “Continue” or “Cancel” to dismiss this dialog.Note that this dialog is not one of the native JavaScript dialogs (confirm, prompt or alert) which Sahi can automatically handle. On […]