You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error code: SSL_ERROR_UNRECOGNIZED_NAME_ALERT Is the error if you navigate to the pmc url in your browser.
Also clicking on mssql-tools18 from the .deb files in this list deb package link navigates you to the pmc-geofence link which returns the same error.
#12 10.90 Err:4 https://packages.microsoft.com/debian/12/prod bookworm/main amd64 mssql-tools18 amd64 18.4.1.1-1
#12 10.90 Could not handshake: A TLS fatal alert has been received. [IP: 4.155.111.140 443]
#12 10.91 E: Failed to fetch https://pmc-geofence.trafficmanager.net/debian/12/prod/pool/main/m/mssql-tools18/mssql-tools18_18.4.1.1-1_amd64.deb?geofence=true Could not handshake: A TLS fatal alert has been received. [IP: 4.155.111.140 443]
#12 10.91 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
#12 10.91 Fetched 795 kB in 8s (103 kB/s)
#12 ERROR: process "/bin/sh -c mkdir -p /etc/apt/keyrings && curl -sSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /usr/share/keyrings/microsoft-prod.gpg && curl https://packages.microsoft.com/config/debian/12/prod.list > /etc/apt/sources.list.d/mssql-release.list && apt-get update && ACCEPT_EULA=Y apt-get install -y msodbcsql18 mssql-tools18 && rm -rf /var/lib/apt/lists/* && echo 'export PATH=\"$PATH:/opt/mssql-tools18/bin\"' >> ~/.bashrc" did not complete successfully: exit code: 100
------
Here is the response running curl
curl https://pmc-geofence.trafficmanager.net/
curl : The request was aborted: Could not create SSL/TLS secure channel.
At line:1 char:1
+ curl https://pmc-geofence.trafficmanager.net/
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Is there anything we can do on our end to resolve this? Is there another option we can use for the mssql-tools18 package? It is a dependency for us and holding up the build of our application
The text was updated successfully, but these errors were encountered:
We are unable to download
mssql-tools18
in our dockerfile due to an error from https://pmc-geofence.trafficmanager.net/Error code:
SSL_ERROR_UNRECOGNIZED_NAME_ALERT
Is the error if you navigate to the pmc url in your browser.Also clicking on mssql-tools18 from the .deb files in this list deb package link navigates you to the pmc-geofence link which returns the same error.
Here is the response running curl
Is there anything we can do on our end to resolve this? Is there another option we can use for the
mssql-tools18
package? It is a dependency for us and holding up the build of our applicationThe text was updated successfully, but these errors were encountered: