Closed nbarton915 closed 2 months ago
Same problem here
Also have this problem, please fix.
Same problem here, as well.
same problem here as well. Facing similar issue locally and in CI.
Gross bodge but will get you going until it's fixed Works without HTTPS, just use the HTTP url
RUN curl -s <HTTP URL> -o mssql-tools18.deb && \
ACCEPT_EULA=Y dpkg -i mssql-tools18.deb && \
rm -rf mssql-tools18.deb
Thanks for raising this issue. We've deployed a fix to mitigate it.
Describe the issue https://pmc-geofence.trafficmanager.net appears to not have a certificate.
I install mssql-tools18 as a part of a CI process regularly. Today, the CI processes is failing with the following output from the image build during the installation of the package.
I get the same error locally and regardless of what path I go to.
When did the issue occur? Noticed failing CI on September 11th 2024
If applicable, what package did you attempt to install, and from which repo?
mssql-tools18 for ubuntu 22.04
Steps to Reproduce Image build step we use:
Actual Result
Expected Result Installation of mssql-tools18
Additional context CI running in Github Actions to build a container image and was also tested locally