skibum55 / xk6-git

Load testing extension for GIt with K6
Apache License 2.0
0 stars 2 forks source link

Support Insecure endpoints #5

Closed skibum55 closed 1 year ago

skibum55 commented 1 year ago

Add insecure flag as an option. Test servers don't always have valid certs.

https://github.com/go-git/go-git/blob/bf3471db54b0255ab5b159005069f37528a151b7/plumbing/transport/client/example_test.go [github.com]

TLSClientConfig: &tls.Config{​​​InsecureSkipVerify: true}​​​,