Изменить

Поделиться через


HttpServerCertificateValidation feature key

APPLIES TO: Business Central 2025 release wave 1 (v26) and later.

The HttpServerCertificateValidation feature key is used to control the server certificate validation for HTTP requests in Business Central. The feature key enabled by default, which means that validation is enabled. As you update your AL code, you can disable validation by using the feature key to ensure not to break customers. Learn more about enabling features in Enabling upcoming features ahead of time.

The HttpServerCertificateValidation feature key will be removed in Business Central version 27.0, when the server certificate validation will be enforced. At that point, the only way to disable it is through the UseServerCertificateValidation property.

Learn more in Analyzing server certificate validation errors with telemetry

HttpClient data type
UseServerCertificateValidation
Enabling upcoming features ahead of time