You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing stackbuilder, we have the possibility to specify a proxy for http and ftp connexions. However, no https proxy is configurable. Thus, in some environment, stackbuilder is not able to query https://www.postgresql.org/applications-v2.xml. Even though there is a workaround, it'd be nice to have the possibility to specify it directly (and to have it saved alongside other proxy informations).
Workaround
open a CMD windows
Declare these variables:
set HTTPS_PROXY=<proxy>
set https_proxy=<proxy>
execute stackbuilder from this cmd window
Thanks!
The text was updated successfully, but these errors were encountered:
Description
When executing stackbuilder, we have the possibility to specify a proxy for http and ftp connexions. However, no https proxy is configurable. Thus, in some environment, stackbuilder is not able to query
https://www.postgresql.org/applications-v2.xml
. Even though there is a workaround, it'd be nice to have the possibility to specify it directly (and to have it saved alongside other proxy informations).Workaround
Thanks!
The text was updated successfully, but these errors were encountered: