Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Content layer
id1395335100
Content column
id1395335111
Content block
id1395335099

Content block
id1395335110
  1. Connectivity issues when the certificate is not trusted

    If you cannot connect to the 3DEXPERIENCE Platform because the certificate is not trusted, you need to export the certificate from the platform first and import it into the JRE trusted certificates keystore that is used to run your modeling tool.


    To download the certificate file


    Using Microsoft Edge

    1. Open the platform you want to download the certificate from.
    2. Click the connection icon in the address bar.
    3. Select Connection is secure and click the Show certificate icon:
    4. In the Certificate Viewer window that opens, select the Details tab.
    5. Select the certificate and click Export:

    Using Chrome

    1. Open the platform you want to download the certificate from.
    2. Click the security status symbol in the address bar.
    3. Select Connection is secure > Certificate is valid.
    4. In the Certificate Viewer window that opens, select the Details tab.
    5. Select the certificate and click Export:

    Using Mozilla Firefox

    1. Open the platform you want to download the certificate from.
    2. Click the padlock symbol in the address bar.
    3. Select Connection secure > More information.
    4. In the Security panel of the Page Info window, click View Certificate:

    5. Scroll down to the Miscellaneous section and click PEM (cert) next to Download to download the certificate:

    To install the certificate to the JRE


    1. Open the command prompt as an administrator.
    2. Go to the JRE security folder at <installation directory>\jre\lib\security.
    3. Copy the certificate file in the folder.
    4. Run the following keytool command:

      Code Block
      languagebash
      themeDJango
      linenumberstrue
      ..\..\bin\keytool.exe -import -trustcacerts -keystore cacerts -storepass changeit -noprompt -alias 'DS_Platform' -file .\<cert_filename>


      Info

      For more information, see the following: