cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
403 stars 134 forks source link

Error on API generatio #324

Closed Nikotiine closed 2 months ago

Nikotiine commented 4 months ago

Hello Team, I have a problem with generating models using this API. I only have this problem on Windows 10 (I tried with Ubuntu under WSL, same problem). Do you have any idea how to unlock this for me?

Error on API generation from https://acs-preprod.proxy-preprod.modulr.fr/doc/acs.json: ResolverError: Error downloading https://acs-preprod.proxy-preprod.modulr.fr/doc/acs.json unable to get local issuer certificate

luisfpg commented 2 months ago

I use Linux, and here it works: ng-openapi-gen --input https://acs-preprod.proxy-preprod.modulr.fr/doc/acs.json generates correctly. Sorry, can't help you with Windows. Maybe there are incompatible SSL versions / algorithms?