glide.outbound.sslv3.disabled

ServiceNow property description:

When active, outbound connections from an instance will be forced to use TLS instead of SSL.

Attributes

  • Sys ID: 8d74391e8d34021087de63ac7f1f001e
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.outbound.sslv3.disabled` is used to enhance security by disabling SSLv3 for outbound connections from an instance. When this property is active, it ensures that all outbound connections are forced to use TLS (Transport Layer Security) instead of the less secure SSL (Secure Sockets Layer). This is crucial for protecting data in transit from vulnerabilities associated with SSLv3, such as the POODLE attack. The property is part of ServiceNow's broader efforts to phase out older, less secure protocols in favor of more secure alternatives. Disabling SSLv3 helps maintain compliance with modern security standards and best practices. For more details, you can refer to the ServiceNow documentation on disabling SSLv2 and SSLv3.

Source

Related property: com.glide.outbound_tracking.disabled