Bug ID Number |
BUG-000178784 |
Submitted | August 18, 2025 |
Last Modified | October 5, 2025 |
Applies to | ArcGIS CityEngine |
Version found | 2025.0 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | Under Consideration
The issue has been reviewed by the development team. It has not been prioritized into a release plan and will be monitored to determine its overall impact. Factors that are considered in the prioritization process include the number of users affected or requesting the functionality, business impact, whether a workaround exists, among others. If a bug is adversely affecting your business, see How To: Escalate a defect (https://support.esri.com/en/technical-article/000024129).
|
Workaround
Manual Certificate Addition
It is possible to manually add the certificate to the Java Runtime Environment (JRE) trust store shipped with ArcGIS CityEngine:
- Locate the root certificates file:
- C:\Program Files\ArcGIS\CityEngine<version>\jre\lib\security\cacerts
The keystore password is:
changeit
- Use the Java Keytool included with CityEngine:
- C:\Program Files\ArcGIS\CityEngine<version>\jre\bin\keytool.exe
- Run the following command:
- keytool.exe -importcert -trustcacerts -keystore "C:\Program Files\ArcGIS\CityEngine<version>\jre\lib\security\cacerts" -storepass changeit -file path\to\certificate.cer
- Refer to the official Keytool documentation: https://docs.oracle.com/javase/8/docs/technotes/tools/windows/keytool.html for more information.
In some cases, checking "Always trust this certificate" resolves the issue. However, this workaround may not work in all IT environments due to varying security configurations.
Steps to Reproduce