Space banner

   

This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. 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.

Was this page helpful? Yes No Submitting... Thank you

Comments