Skip to content
Snippets Groups Projects
Commit b54e8a18 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

disabled debug mode

parent c0ae8170
No related branches found
No related tags found
2 merge requests!38Resolve "Find spurious JSON Dump to stdout",!18Develop
Pipeline #52239 passed with warnings
...@@ -31,7 +31,6 @@ func NewMCPClient(endpoint, username, password string, database *database.Databa ...@@ -31,7 +31,6 @@ func NewMCPClient(endpoint, username, password string, database *database.Databa
// create the transport // create the transport
transport := httptransport.New(endpoint, "/", nil) transport := httptransport.New(endpoint, "/", nil)
transport.Transport.(*http.Transport).TLSClientConfig = &tls.Config{InsecureSkipVerify: true} transport.Transport.(*http.Transport).TLSClientConfig = &tls.Config{InsecureSkipVerify: true}
transport.Debug = true
// create the API client, with the transport // create the API client, with the transport
basicAuth := httptransport.BasicAuth(username, password) basicAuth := httptransport.BasicAuth(username, password)
// authenticate client // authenticate client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment