oa3-api-defender icon indicating copy to clipboard operation
oa3-api-defender copied to clipboard

A node.js CLI to validate an OA3 spec's response schemas versus real API endpoints

Results 3 oa3-api-defender issues
Sort by recently updated
recently updated
newest added

is there anyway to disable SSL verification? ``` Error: unable to verify the first certificate at TLSSocket.onConnectSecure (node:_tls_wrap:1600:34) at TLSSocket.emit (node:events:517:28) at TLSSocket._finishInit (node:_tls_wrap:1017:8) at ssl.onhandshakedone (node:_tls_wrap:803:12) { code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE'...

When validating my YAML spec against my API I seem to get `200 - no problems found` every time. It doesn't seem to be picking up any incorrect types or...