Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property, when set to true, allows the system to accept all SSL certificates, bypassing standard validation checks. |
| What area does it affect? |
Secure communications |
| What does the default mean? |
The default value is "false". |
| When should you review it? |
Review this property when configuring SSL settings or troubleshooting secure connection issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.communications.trustmanager_trust_all |
| Sys ID |
|
| Type |
|
| Application |
Global |
| Default value |
false |
| Description |
|
| Updated |
2024-08-02 00:27:44 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... field, add the IP address or Host name of your server. i. Select Submit. The Connection URL is automatically created by the system. 5. Modify properties: Warning: By default, the com.glide.communications.trustmanager_trust_all property is set to false. The ServiceNow AI Platform trusts only certificates that it can verify against the JVM certificate store. Self-signed and enterprise-signed certificates are not trusted. You need ...
Context preview
Snippet 2
... System properties for a non-production environment Property Value com.glide.communications.httpclient.verify_hostname Set to false. com.glide.communications.httpclient.verify_revoked_certificate Set to false. If you need to add this system property, see Add a system property . com.glide.communications.trustmanager_trust_all Set to true. d. Check the MID security policy. In the intranet record, verify that the columns in the following table show the specified values. Intranet record values Column Value ...
Context preview
Snippet 3
... added in 7.0] Use system properties to ensure that certificate expiration and trust are checked for certificates received from outbound HTTPS call endpoints when host verification is not performed. When com.glide.communications.trustmanager_trust_all is set to true, then certificate expiration and trust are not checked for the certificate received from an outbound HTTPS call endpoint when host verification is not performed. Verify that ...
Related properties