cli: support http proxy

This commit is contained in:
Thomas Tendyck 2025-04-16 11:05:32 +02:00 committed by Thomas Tendyck
parent a5a7cec11b
commit d6567ec52d
5 changed files with 7 additions and 7 deletions

View file

@ -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,
}