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 disables SSLv3 for outbound connections, ensuring that only TLS is used for secure communications. |
| What area does it affect? |
Outbound connection security |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when assessing security protocols or during system upgrades. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.outbound.sslv3.disabled |
| Sys ID |
8d74391e8d34021087de63ac7f1f001e |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
When active, outbound connections from an instance will be forced to use TLS instead of SSL. |
| Updated |
2024-05-25 04:26:18 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... side attacks such as BEAST, SSL heart-bleed etc., legacy versions of SSL were proven to be insecure when utilized for HTTP secure shell implementation. Either update the value of the glide.outbound.sslv3.disabled system property to true OR insert this system property with a value of true. Documentation sn_SE10209 1 Act Relative Links should be enforced Absolute URLs can pose a security risk ...
Context preview
Snippet 2
... name glide.xmlutil.max_entity_expansion and the value 3000. • Old Remediation: Ensure the property glide.xmlutil.max_entity_expansion is set to 3000 or less. Disable outbound SSLv2/SSLv3 connections • New remediation: Ensure the Glide Property glide.outbound.sslv3.disabled exists and is set to the value true. If the property does not appear in the sys_properties table, add a new record. • Old Remediation: Ensure the property glide.outbound.sslv3.disabled is ...
Related properties