You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running npx api-html -v 3 -f backend/spec/swagger.json I encounter the following error:
Error: certificate has expired
at TLSSocket.onConnectSecure (node:_tls_wrap:1532:34)
at TLSSocket.emit (node:events:527:28)
at TLSSocket._finishInit (node:_tls_wrap:946:8)
at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:727:12) {
code: 'CERT_HAS_EXPIRED'
Is there anything I can do to work around the issue?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
When running
npx api-html -v 3 -f backend/spec/swagger.json
I encounter the following error:Is there anything I can do to work around the issue?
Thanks
The text was updated successfully, but these errors were encountered: