Setup behind explicit proxy #1703
anony-source
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was unable to find any documentation related to installing tpotce behind an explicit proxy.
To install tpotce behind an explicit proxy you have to do the following steps (I hope I didn't miss any steps, tested on Debian 12):
" environment:
https_proxy: "http://proxy.example.com:1234""
If you made syntax errors during this step the installer will warn you, if you have trouble to access online contents through the defined proxy you will receive errors related to "TASK [Download Docker Engine GPG key (Debian, Raspbian, Ubuntu)] " task.
If your proxy decrypt the TLS connections you have to install a trusted certificate.
I hope the above steps will help you to install tpotce behind an explicit proxy.
Beta Was this translation helpful? Give feedback.
All reactions