Skip to content

Commit

Permalink
docs: add base64 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
lennessyy committed Oct 29, 2024
1 parent 554ea8c commit 8792edd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ configured through Local UI will be retained even after a
| HTTP Endpoint | The address where the HTTP proxy server is located. It's used to route HTTP traffic through the proxy. |
| HTTPS Endpoint | The address where the HTTPS proxy server is located. It's used to route HTTPS traffic through the proxy. |
| No Proxy | Specifies exceptions to the proxy rules. It lists addresses or domains that should bypass the proxy and connect directly, useful for local or internal network resources. |
| CA Certificates | CA certificates that are used to authenticate the proxy server. |
| CA Certificates | CA certificates that are used to authenticate the proxy server. The certificates must be encoded in base64 format. |

4. Click **Confirm**. Updating the HTTP proxy settings causes HTTP/HTTPS services on the Edge host to restart, so you
will not be able to access the console for a short duration .
Expand Down

0 comments on commit 8792edd

Please sign in to comment.