MicrosoftDocs / openapi-docs

Creative Commons Attribution 4.0 International
12 stars 28 forks source link

Documentation of the new disableSSLValidation option #94

Closed rohitkrsoni closed 1 month ago

rohitkrsoni commented 1 month ago

Since a new option in CLI is being added such that SSL Validation can be bypassed.

Use Case: Locally hosted https servers does not have valid certificate and hence generating Client API for them is not possible as SSL Validation would fail for them.

Solution: We can pass a disableSSLValidation option in the command if we want to disableSSLValidation

Issue: https://github.com/microsoft/kiota/issues/4176