Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

Screen Designer Troubleshooting - Installing Cert for HTTPS

Here's illustrated guide to Installing Cert for HTTPS and troubleshooting Screen Designer problems.

Goal

If you have not yet been able to connect Screen Designer to your HTTPS site, you will first need to import the site's certificate to your Screen Designer keystore

Phase 1 - Exporting SSL Certificate

  1. Navigate to TeamConnect Application Login page (or /standardLogin if you are subject to SSO redirects)ScreenDesigner-HTTPS-001.png
  2. Depending on browser, export certificate from HTTPS site
    1. Example with Internet Explorer
      1. You can alternately click on the "lock" icon next to the URL to shortcut to the certificate specific to the site you've navigated toScreenDesigner-HTTPS-003.png
    2. Example with FirefoxScreenDesigner-HTTPS-002.png

 

Phase 2 - Importing Certificate to Keystore

 

  1. Two options for importing Certificate to Keystore:
    1. Use your Java's Keytool command to import certificate to Screen Designer's "screendesigner.jks" located in Screen Designer folder
      1. /path/to/keytool -import -alias <aliasname> -file <path/to/certificate/certificatename.cer> -keystore screendesigner.jks
        1. Default password: changeit
    2. Download and use Keystore Explorer tool to import keystore via an easy-to-use GUI tool.
  2. Run Screen Designer once more

After performing above steps if it throws below error.

 

- Incorrect username, password or instance URL. 

 

Then please confirm that the URL should end with webservice/rest/

Note - 'webservice' and 'rest' both should be in small letters.