Hello DavidEngelMS,
I am trying to build my code using ubuntu-22.04 using Azure Pipelines and it fails when I am trying to setup odbc driver 18. It fails
with the following error :
#7 8.662 The following NEW packages will be installed:
#7 8.796 0 upgraded, 1 newly installed, 0 to remove and 22 not upgraded.
#7 8.796 Need to get 211 kB of archives.
#7 8.796 After this operation, 0 B of additional disk space will be used.
#7 8.796 Ign:1 https://packages.microsoft.com/ubuntu/23.04/prod lunar/main amd64 mssql-tools18 amd64 18.4.1.1-1
#7 9.858 Ign:1 https://packages.microsoft.com/ubuntu/23.04/prod lunar/main amd64 mssql-tools18 amd64 18.4.1.1-1
#7 11.92 Ign:1 https://packages.microsoft.com/ubuntu/23.04/prod lunar/main amd64 mssql-tools18 amd64 18.4.1.1-1
#7 15.99 Err:1 https://packages.microsoft.com/ubuntu/23.04/prod lunar/main amd64 mssql-tools18 amd64 18.4.1.1-1
#7 15.99 Could not handshake: A TLS fatal alert has been received. [IP: ]
#7 16.00 E: Failed to fetch https://pmc-geofence.trafficmanager.net/ubuntu/23.04/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: ]
#7 16.00 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
#7 ERROR: process "/bin/sh -c curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && curl https://packages.microsoft.com/config/ubuntu/23.04/prod.list > /etc/apt/sources.list.d/mssql-release.list && apt update && ACCEPT_EULA=Y apt install -y --no-install-recommends --allow-unauthenticated msodbcsql18 && ACCEPT_EULA=Y apt install -y --no-install-recommends --allow-unauthenticated mssql-tools18 && echo 'export PATH=\"$PATH:/opt/mssql-tools18/bin\"' >> ~/.bash_profile && echo 'export PATH=\"$PATH:/opt/mssql-tools18/bin\"' >> ~/.bashrc" did not complete successfully: exit code: 100
------
This builds were running good until a week ago.
I would really appreciate any suggestions.
Thank you,
Pradeep