Hi!
I updated pkg today and its configuration of proxy settings seems to have changed.
Before I had this in my pkg.conf
But after the update things seems to have changed. Suddenly none of my machines where able to update packages.
I changed the config to this and now it works:
Any pointers to where I can read about this change?
I updated pkg today and its configuration of proxy settings seems to have changed.
pkg[55503]: pkg upgraded: 2.3.1_1 -> 2.4.2Before I had this in my pkg.conf
Code:
pkg_env: {
HTTP_PROXY: "http://proxy:8888"
HTTP_PROXY_AUTH: "basic:*:user:pass"
}
But after the update things seems to have changed. Suddenly none of my machines where able to update packages.
I changed the config to this and now it works:
Code:
pkg_env: {
HTTP_PROXY: "http://proxy:8888"
HTTP_PROXY_AUTH: "user:pass"
}
Any pointers to where I can read about this change?