Skip to content

Commit c0b3251

Browse files
Updating the Service consupmtion info
1 parent b5a3da5 commit c0b3251

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/custom-domains.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Once you have a signed SSL/TLS certificate, you can upload it by following these
126126

127127
6. Paste the signed **TLS Certificate** (in PEM format).
128128

129-
7. Paste an **Intermediate Certificate Chain**. While optional for modern browsers, it is mandatory for programmatic access and service consumption (like OData). The intermediate certificate chain is provided by your certificate authority.
129+
7. Paste an **Intermediate Certificate Chain**. While optional for modern browsers, it is mandatory for programmatic access and service consumption (like [OData services](/refguide/consumed-odata-services/)). The intermediate certificate chain is provided by your certificate authority.
130130

131131
{{< figure src="/attachments/deployment/mendix-cloud-deploy/custom-domains/signed-certificate.png" width=80% class="no-border" >}}
132132

@@ -135,7 +135,7 @@ Once you have a signed SSL/TLS certificate, you can upload it by following these
135135
{{% alert color="warning" %}}
136136
The intermediate certificates of the main certificate authorities are included in the built-in CA databases of modern browsers. Therefore, you do not need to include an intermediate certificate to serve your website through SSL/TLS for users with modern browsers.
137137

138-
However, intermediate certificate chains are mandatory for programmatic access and service consumption, such as [OData services](/refguide/consumed-odata-services/), and missing intermediate certificates will cause service consumption failures even when browser access works normally. Tools such as curl, programming languages, and operating systems do not automatically resolve missing intermediate certificates.
138+
However, intermediate certificate chains are mandatory for programmatic access and [service consumption](https://www.mendix.com/evaluation-guide/app-lifecycle/develop/integration/service-exposure/), and missing intermediate certificates will cause service consumption failures even when browser access works normally. Tools such as curl, programming languages, and operating systems do not automatically resolve missing intermediate certificates.
139139

140140
You cannot predict how your users will attempt to connect to your website, and not including an intermediate certificate may result in connection issues for some users. To this end, Mendix recommends always including the intermediate certificate chain to ensure reliable connectivity for all use cases.
141141
{{% /alert %}}
@@ -166,7 +166,7 @@ To upload the custom domain certificate, follow these steps:
166166

167167
5. Paste the **TLS Private Key**.
168168

169-
6. Paste an **Intermediate Certificate Chain**. While optional for modern browsers, it is mandatory for programmatic access and service consumption (like OData). The intermediate certificate chain is provided by your certificate authority.
169+
6. Paste an **Intermediate Certificate Chain**. While optional for modern browsers, it is mandatory for programmatic access and service consumption (like [OData services](/refguide/consumed-odata-services/)). The intermediate certificate chain is provided by your certificate authority.
170170

171171
{{< figure src="/attachments/deployment/mendix-cloud-deploy/custom-domains/new-certificate.png" width=60% class="no-border" >}}
172172

@@ -207,7 +207,7 @@ You can do this by editing an existing custom domain certificate. To update an e
207207
1. Click the **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) icon on the CSR of interest.
208208
2. Select **Edit**.
209209
3. Paste the signed **TLS Certificate**.
210-
4. Paste an **Intermediate Certificate Chain**. While optional for modern browsers, it is mandatory for programmatic access and service consumption (like OData). The intermediate certificate chain is provided by your certificate authority.
210+
4. Paste an **Intermediate Certificate Chain**. While optional for modern browsers, it is mandatory for programmatic access and service consumption (like [OData services](/refguide/consumed-odata-services/)). The intermediate certificate chain is provided by your certificate authority.
211211

212212
{{% alert color="warning" %}}
213213
To edit an existing custom domain certificate, you need the following:

0 commit comments

Comments
 (0)