From ac401a6d0efdf4e8f3752c6afcefc56a68693f9c Mon Sep 17 00:00:00 2001 From: Simon de Montigny <123022266+sdemontigny@users.noreply.github.com> Date: Mon, 25 May 2026 08:50:10 -0400 Subject: [PATCH] Update quickstart-create-connect-server-vnet.md Link to download public SSL certificate was erroneous in the proposed wget command. Found the correct link in https://learn.microsoft.com/en-us/azure/mysql/flexible-server/security-tls-root-certificate-rotation --- .../connectivity/quickstart-create-connect-server-vnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/postgresql/connectivity/quickstart-create-connect-server-vnet.md b/articles/postgresql/connectivity/quickstart-create-connect-server-vnet.md index 35bbf6d1f3..3ad03cf097 100644 --- a/articles/postgresql/connectivity/quickstart-create-connect-server-vnet.md +++ b/articles/postgresql/connectivity/quickstart-create-connect-server-vnet.md @@ -140,7 +140,7 @@ sudo apt-get install postgresql-client Connections to the database are enforced with SSL, hence you need to download the public SSL certificate. ```bash -wget --no-check-certificate https://dl.cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem +wget --no-check-certificate https://cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem ``` ## Connect to the server from Azure Linux virtual machine