Fixed another TLS typo
This commit is contained in:
@@ -111,7 +111,7 @@ func (app *CortezaApp) Setup() (err error) {
|
||||
|
||||
http.SetupDefaults(
|
||||
app.Opt.HTTPClient.HttpClientTimeout,
|
||||
app.Opt.HTTPClient.ClientTLSInsecure,
|
||||
app.Opt.HTTPClient.ClientTSLInsecure,
|
||||
)
|
||||
|
||||
monitor.Setup(app.Log, app.Opt.Monitor)
|
||||
|
||||
Reference in New Issue
Block a user