My client is able to connect to testops.katalon.io with his web browser but fails to do the same with Katalon app.
We try both with or without proxy setting within the app, but he still fails to connect.
Any idea what might be missing?
My client is able to connect to testops.katalon.io with his web browser but fails to do the same with Katalon app.
We try both with or without proxy setting within the app, but he still fails to connect.
Any idea what might be missing?
Could you share the relevant snippet from the Katalon Error Log? You can find this under Help > Export Logs
it’s almost always an environment issue
browsers handle proxy/SSL automatically but the Katalon app doesn’t
check firewall/endpoint security, proxy auth (NTLM/Kerberos), and SSL inspection
Katalon logs usually show this as an SSL or proxy error.
Steps:
https://testops.katalon.ioSource: Katalon Documentation - Cannot connect to Katalon TestOps server (2)
Steps:
https://testops.katalon.ioSource: Katalon Documentation - Cannot connect to Katalon TestOps server (1)
If your client is behind a corporate firewall or on-premises system, ensure these IP addresses are whitelisted:
Source: Katalon Documentation - IP Addresses errors
https://testops.katalon.io (Solution 2)In Katalon Studio: Help > Proxy Settings (or during sign-in). Select Manual Config, enter host:port, username/password if authenticated. Whitelist *.katalon.com, testops.katalon.io (HTTPS/443), and analytics.katalon.com in corporate firewall/proxy.
If proxy intercepts SSL, export proxy’s CA certificate (.cer/.crt) and import via Help > SSL Certificates > Add in Studio. Restart app. Test with Project > Settings > Integration > Katalon TestOps > Fetch Projects
Thank you.
According to my client, there is no error. I am just a firewall guy poking holes for him the go through. On the firewall, no SSL inspection/decryption configured. On the Katalon app, I remember options to specify proxy or no proxy. I am not sure which option my client should use.
Not sure if solution 1 is possible as my client does not know his credentials. I can confirm URL was entered correctly (option 2), and firewall rules are in place (option 3)
thank you.