Hi all,
I am trying to test a Payment Acquirer integration for Payfast with my web site: https://www.lesswatts.co.za.
According to the odoo server log, the base URL resolves to HTTP://www.lesswatts.co.za instead of HTTPS...
When I use Postman to test the two URL variants, the HTTPS-version does result in the correct behaviour, but with HTTP it does not pass any date to the ODOO server.
The base URL is correctly spesified in the Sytem paramaters, and I have added a system vairable web.base.url.freeze with value "yes" as per a post elsewhere on this forum.
Can someone please assist with possible causes why the base_url returns an HTTP URL instead of a HTTPS URL?