Configure proxy authentication
If you are behind a proxy server, before activating Katalon licenses, you need to configure the Authentication proxy settings.
This guide will allow you to authenticate and activate your Katalon licenses while working behind a proxy server.
General proxy authentication
Open Katalon Studio. In the toolbar, click on the Profile button and select Log out. You will be logged out of your current account, and the Welcome to Katalon Studio dialog appears.
Click Advanced settings at the bottom of the dialog.
In the Advanced Settings dialog, select one of the three options below:
- No proxy: There's no proxy.
- Use system proxy configuration: Katalon Studio automatically syncs with the proxy server behind your system.
- Manual proxy configuration: You can manually set up your proxy.
When you're done, click OK.
In the case you want to activate Katalon Runtime Engine with proxy settings, refer to the Proxy arguments for command-line syntax.
- Whitelist the wild-card Katalon domain (*.katalon.com)
- Include the necessary proxy arguments in the command line interface. Choose
MANUAL_CONFIG
for the proxy option and make sure the credentials are correct. - Avoid copying from another text editor because it may contain invisible/invalid characters that are not supported by Katalon TestOps.
Result
You've configured proxy authentication. You can continue signing in to Katalon Studio.
Kerberos proxy authentication (Beta)
Starting from version 10.2.0, Katalon Studio supports setting proxy authentication with Kerberos on Windows machine. Before using, you need to add the -Dkatalon.kerberosEnabled
parameter in the katalon.ini
file.
- On Windows, locate the
katalon.ini
file in the folder that contains Katalon Studio application. For example:C:\Users\<username>\Downloads\Katalon_Studio_Windows_64-8.6.9\katalon.ini
. - Open the file in a text editor and add the following parameter:
-Dkatalon.kerberosEnabled=true
. - Restart Katalon Studio.
Result
You can now use Kerberos for proxy authentication in Advanced settings.