In my VA (https://www.anumara-cargo.com),
I adjusted the local.config.php:
define ('SITE_URL', 'https://www.anumara-cargo.com');
and in simbrief.apiv1.js:
var api_dir = 'https://www.anumara-cargo.com/core/modules/SimBrief/';
The plan generated, however with the following error on the console:
Mixed Content: The page at 'https://www.anumara-cargo.com/index.php/SimBrief?ofp_id=1594082924_CF736D9208' was loaded over HTTPS, but requested an insecure frame 'http://www.simbrief.com/ ofp / flightplans / SBBRSBEG_PDF_1594082928.pdf '. This request has been blocked; the content must be served over HTTPS.
I was analyzing the simbrief.apiv1.js file here and we have several references to: "http://www.simbrief.com" and in the do_simbriefsubmit function there is: outputpage_calc = outputpage.replace ("http: //", "") ; if you change the http to https will it work correctly?