Skip to content

Commit cd3ab82

Browse files
committed
docs(srv): add new entries to FAQ MTA-5829
1 parent c9ab607 commit cd3ab82

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pages/serverless-containers/faq.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,19 @@ For now, the `HEALTHCHECK` Docker directive has no impact on container readiness
173173

174174
## Network and storage
175175

176+
### Can I redirect all HTTP traffic to HTTPS?
177+
178+
Yes, you can [redirect every inbound HTTP connections to HTTPS](/serverless-containers/how-to/manage-a-container/#manage-a-deployment-from-the-scaleway-container-registry) by enabling **HTTPS connections only** in the **Security** tab of the **Advanced options** of your container.
179+
176180
### Can I whitelist the IPs of my containers?
177181

178182
Serverless Containers does not yet support Private Networks. However, you can use the Scaleway IP ranges defined at [https://www.scaleway.com/en/peering/](https://www.scaleway.com/en/peering/) on Managed Databases and other products that allow IP filtering.
179183

180184
### Which protocols are supported by Serverless Containers?
181185

182-
Serverless Containers use the **http1** protocol by default, but some services (e.g., gRPC) only support `http2`.
186+
Serverless Containers support **http1** and **http2**. **http1** is enabled by default, but some services (e.g., gRPC) only support **http2**.
183187

184-
Protocol switching is available in the Console under the `Advanced options` section in the `Deployment` tab.
188+
You can [modify the protocol](/serverless-containers/how-to/manage-a-container/#manage-a-deployment-from-the-scaleway-container-registry) used by your container from the **Requests tab** of the **Advanced options**.
185189

186190
### Why does my gRPC container not respond?
187191

0 commit comments

Comments
 (0)