I used easy_deploy script to setup a Frappe CRM server, now I have integrated Exotel for outgoing calls from CRM. frappe.utils.get_url() returns http://server_name, and exotel doesn’t allow communication to http servers as webhook addresses, and hence that was causing no further communication after the successful outgoing call initiation. And this likely caused another call into exotel.
I have the domain address as https://server_name, how do I configure Frappe CRM to consider https://server_address as frappe.utils.get_url() as a proper docker way of doing things?
Any help would be much appreciated here. Thank you.