mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix(git): proxy git requests
This commit is contained in:
parent
f990617a7e
commit
6ed1856049
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ func NewService() *Service {
|
|||
httpsCli := &http.Client{
|
||||
Transport: &http.Transport{
|
||||
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
},
|
||||
Timeout: 300 * time.Second,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue