openapi-fuzzer
openapi-fuzzer copied to clipboard
rtls 'Failed to add native certificate too root store: UnsupportedCriticalExtension' main thread panic
Hi!
I'm trying to fuzz a public yaml: https://github.com/OAI/OpenAPI-Specification/blob/main/examples/v3.0/petstore.yaml with endpoint here https://petstore.swagger.io/v2
however, it fails with message (running with RUST_BACKTRACE=1
)
$ openapi-fuzzer -s petstore.yaml -u https://petstore.swagger.io/v2/
thread 'main' panicked at 'Failed to add native certificate too root store: UnsupportedCriticalExtension', C:\Users\Finicu\.cargo\registry\src\github.com-1ecc6299db9ec823\ureq-2.5.0\src\rtls.rs:74:14
stack backtrace:
0: 0x7ff71a9da9ef - <unknown>
... (other <unknown> threads) ...
22: 0x7ff71aa0515c - <unknown>
23: 0x7ffaece27034 - BaseThreadInitThunk
24: 0x7ffaeec82651 - RtlUserThreadStart
Any idea what could be causing this? Thanks!
openapi-fuzzer
was installed via cargo $ cargo install openapi-fuzzer
( openapi-fuzzer v0.1.3 )