parent
7ffd74d87e
commit
ccdd377930
@ -5,6 +5,7 @@
|
||||
- New CLI flag `-maxtime-job` to set max. execution time per job.
|
||||
- Changed behaviour of `-maxtime`, can now be used for entire process.
|
||||
- Changed
|
||||
- Added tls renegotiation flag to fix #193 in http.Client
|
||||
|
||||
- v1.0.2
|
||||
- Changed
|
||||
|
||||
@ -53,6 +53,7 @@ func NewSimpleRunner(conf *ffuf.Config, replay bool) ffuf.RunnerProvider {
|
||||
MaxConnsPerHost: 500,
|
||||
TLSClientConfig: &tls.Config{
|
||||
InsecureSkipVerify: true,
|
||||
Renegotiation: tls.RenegotiateOnceAsClient,
|
||||
},
|
||||
}}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user