Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
With version 27, the HttpServerCertificateValidation
feature key is removed in Business Central, and the server certificate validation is enforced. You can disable server certificate validation through the HttpClient.UseServerCertificateValidation(Boolean) method.
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.
Learn more in Analyzing server certificate validation errors with telemetry
Related information
HttpClient data type
HttpClient.UseServerCertificateValidation(Boolean) method
Enabling upcoming features ahead of time