Force HTTP to HTTPS
testgrinder service will be discontinued on January 31, 2025
testgrinder SMPC was discontinued as of February 1, 2024
With default settings tg-app servers will communicate on both HTTP and HTTPS. Until you Install SSL Certificate browsers will issue a security warning for HTTPS since tg-app comes with a self-signed SSL certificate, which is not trusted by browsers (rightfully so).
Once you install a valid SSL Certificate, since HTTP is not secure, it is advisable to reconfigure tg-app servers to redirect HTTP requests to HTTPS rather than process them outright. In order to do that, set FORCE_SSL parameter to true in .env Configuration File.
Last updated