| 漏洞 ID 编号 |
BUG-000178784 |
| 已提交 | August 18, 2025 |
| 上次修改时间 | October 27, 2025 |
| 适用范围 | ArcGIS CityEngine |
| 找到的版本 | 2025.0 |
| 操作系统 | Windows OS |
| 操作系统版本 | 11.0 64 bit |
| 状态 | Under Consideration
该问题已由开发团队审核。 其尚未被优先纳入发布计划,但将对其进行监控以确定总体影响。 在优先级排序过程中考虑的因素包括受影响或请求功能的用户数量、业务影响、是否存在解决方法等。 如果漏洞对您的业务产生不利影响,请参阅“操作方法:升级缺陷”(https://support.esri.com/en/technical-article/000024129)。
|
解决办法
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.
重现步骤