Thank you for your reply. We could check the pod logs while we make the requests. The error message was due to certs.
level=error msg="http: proxy error: x509: cannot validate certificate for xx.xx.xx.xxx because it doesn't contain any IP SANs" api_id=1 api_name="portal_keyless" mw=ReverseProxy org_id=default prefix=proxy server_name="xx.xx.xx.xxx:xxxxx" user_id=-- user_ip=127.0.0.1 user_name=
Now we would like to skip SSL verification on proxied backend. In another thread, it was suggested to modify Gateway config to set the value of “proxy_ssl_insecure_skip_verify” to true.
Do you think only changing the config value of proxy_ssl_insecure_skip_verify to true will help us.If yes, how do we change tyk configuration on a tyk kubernetes setup?