Wapt repository and wapt-host with a different proxy configuration
Published: November 19, 2019 - 10:29 AM
Hello,
After reading the thread viewtopic.php?f=9&t=1130,
I wanted to implement the indicated configuration, i.e., not to have multiple wapt-host repositories. However, the different proxy usage is causing a problem:
[global]
url_repo=https://depot.nini.lan/wapt
verify_cert=0
wapt_server=https://wapt.yob.lan
http_proxy=https://proxy.yob.lan:8080
use_http_proxy_for_server=1
use_http_proxy_for_repo=0
....
[wapt-host]
url_repo=https://wapt.yob.lan/wapt-host
use_http_proxy_for_repo=1
When I run "watp-get update", the proxy is not recognized for the wapt-host repository.
Thank you for your help
. Best regards,
Yoni
After reading the thread viewtopic.php?f=9&t=1130,
I wanted to implement the indicated configuration, i.e., not to have multiple wapt-host repositories. However, the different proxy usage is causing a problem:
[global]
url_repo=https://depot.nini.lan/wapt
verify_cert=0
wapt_server=https://wapt.yob.lan
http_proxy=https://proxy.yob.lan:8080
use_http_proxy_for_server=1
use_http_proxy_for_repo=0
....
[wapt-host]
url_repo=https://wapt.yob.lan/wapt-host
use_http_proxy_for_repo=1
When I run "watp-get update", the proxy is not recognized for the wapt-host repository.
Thank you for your help
. Best regards,
Yoni