Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS Error downloading mssql-tools18_18.4.1.1-1_amd64.deb #897

Open
a1ly404 opened this issue Sep 11, 2024 · 0 comments
Open

TLS Error downloading mssql-tools18_18.4.1.1-1_amd64.deb #897

a1ly404 opened this issue Sep 11, 2024 · 0 comments

Comments

@a1ly404
Copy link

a1ly404 commented Sep 11, 2024

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.

#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant