refactor: set app version when enabling remote tls issue reporting

This commit is contained in:
James Houlahan
2020-04-24 16:00:12 +02:00
committed by Michal Horejsek
parent 0fd5ca3a24
commit e9735c6110
4 changed files with 11 additions and 11 deletions

View File

@ -144,7 +144,7 @@ func (p *proxyProvider) canReach(url string) bool {
url = "https://" + url
}
pinningDialer := NewPinningTLSDialer(NewBasicTLSDialer(), "")
pinningDialer := NewPinningTLSDialer(NewBasicTLSDialer())
pinger := resty.New().
SetHostURL(url).