Closed JMeisnerEpicor closed 2 weeks ago
@JMeisnerEpicor Thanks for reporting these issues.
/etc/apt/trusted.gpg.d
as that's reserved for OS keys. Instead, the community recommendation, which we adhere to in newer Ubuntu releases, is to use the signed-by
directive. If you look at the prod.list
file, you'll see that it expects the key to be at /usr/share/keyrings/microsoft-prod.gpg
. If you move the key to that location, this should work.Get:7
line that you're successfully connecting to packages.microsoft.com
. But you're getting a cert issue with pmc-geofence.trafficmanager.net
Both certs are issued by the same CA (DigiCert Global Root G2), which is included in ca-certificates
, so if your client trusts one site, it should trust the other as well. Consider running curl https://pmc-geofence.trafficmanager.net/
or openssl s_client -connect pmc-geofence.trafficmanager.net:443
to get more detail on the TLS handshake.Excellent, thank you!
Describe the issue Cannot install mssql-tools-18 on Ubuntu 24.04
When did the issue occur? Nov. 7th 2024
If applicable, what package did you attempt to install, and from which repo? mssql-tools18
Steps to Reproduce Ubuntu directions from microsoft: https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-setup-tools?view=sql-server-ver16&tabs=ubuntu-install
Actual Result
sudo apt-get update
using the below command gives a signature couldn't be trusted errorsudo curl https://packages.microsoft.com/config/ubuntu/24.04/prod.list | sudo tee /etc/apt/sources.list.d/mssql-release.list
apt-get update
will update successfullyHowever it wont install mssql-tools18
Expected Result It should install with a valid certificate regardless of the version used
Additional context fresh install of Ubuntu from windows store using WSL