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
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