I am trying to install QGIS 3.4 on my Ubuntu 18.04. I am following instructions given at QGIS website.
I have also updated my /etc/apt/sources.list file as below.
deb https://qgis.org/ubuntu-ltr bionic main
deb-src https://qgis.org/ubuntu-ltr bionic main
While doing 'sudo apt-get update' I'm getting the below error.
ashj@ashj:~/Downloads/LAStools$ sudo apt-get update
[sudo] password for ashj:
Ign:1 https://qgis.org/ubuntu-ltr bionic InRelease
Err:2 https://qgis.org/ubuntu-ltr bionic Release
Could not handshake: An unexpected TLS packet was received. [IP: 10.4.21.120 8080]
I have searched for this error and tried this post and made respective updates. Yet I am not able to resolve it.
Could anyone help me understand what might be going wrong?