Greetings,
I am currently trying to install Jenkins on Ubuntu 22.04.
I followed the follwing steps via the url, Debian Jenkins Packages.
echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc]
Debian Jenkins Packages binary/ | sudo tee
/etc/apt/sources.list.d/jenkins.list > /dev/null
However when we try to update Jenkins via this command:
sudo apt-get update
We will get the error “Could not handshake. Unexpected TLS packet was received. [my_proxy:port.number]”
Is there any way to resolve this TCL packet issue as we can’t seems to install Jenkins.
Thank you.