Default language.

Information
Unsupported content This version of the product is in limited support. However, the documentation is available for your convenience. You will not be able to leave comments.

SSL=3 and the console


When using SSL=3 (on master or any agent where console is supposed to connect), we need to supply a client certificate to the console. We already documented this process. The certificate is embedded in a PKCS12 file generated by the mtxcert.exe (or any other) tool. But this file is protected by a password. In order to be able to load this file registered in the $(CONSOLE_MAIN_DIR)/certs/console directory, the console needs this password. We just need to update the file $(CONSOLE_MAIN_DIR)/config/ConsoleConfig.properties .

Add (or update if existing) the following line:

ssl_pwd=[password]

where [password] is replaced by the correct password protecting the PKCS12 file.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

Home