We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, can you help with that case. If I set "disabledStrictSSL": true and set url with "https" prefix, I have got a error like this
I found a file https://github.com/acacode/swagger-typescript-api/blob/13.0.22/src/util/request.js and I think you forgot defined "unidiciGlobalDispatcherSymbol" variable before the 38 line?
Thank you in advance for your reply.
The text was updated successfully, but these errors were encountered:
Same error here
Sorry, something went wrong.
I have found the workaround with using this in my config: process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
This skips the SSL check on the nodeJS level. Couldn't find any way in which disable SSL flag would work.
No branches or pull requests
Hi, can you help with that case.
If I set "disabledStrictSSL": true and set url with "https" prefix, I have got a error like this
I found a file https://github.com/acacode/swagger-typescript-api/blob/13.0.22/src/util/request.js and I think you forgot defined "unidiciGlobalDispatcherSymbol" variable before the 38 line?
Thank you in advance for your reply.
The text was updated successfully, but these errors were encountered: