package httpclient import ( "errors" ) var ( ErrorHttpsClientInsecureSkipVerify = errors.New("Configuration file HttpsClient_InsecureSkipVerify filled in error") )