mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-23 15:30:44 -04:00
cli: support http proxy
This commit is contained in:
parent
a5a7cec11b
commit
d6567ec52d
5 changed files with 7 additions and 7 deletions
|
@ -108,7 +108,7 @@ func runVerify(cmd *cobra.Command, _ []string) error {
|
|||
|
||||
fileHandler := file.NewHandler(afero.NewOsFs())
|
||||
verifyClient := &constellationVerifier{
|
||||
dialer: dialer.New(nil, nil, &net.Dialer{}),
|
||||
dialer: dialer.New(nil, nil, nil),
|
||||
log: log,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue