I am running a development setup of ZXTM. Based on a URI type, the script fires a request to google search XML API and when the XML response is returned back, the same is transformed using a XSL and displayed back to the browser.
While I am testing this, I see that the data that is returned back as part of the XML response (from google search) seems to be encrypted data.
Is there a way, I can impose HTTP call rather than HTTPS (secure)?
Or Alternatively, do I need to setup a Self certified (CSR) within the zxtm?
-M