Skip to content
New issue

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

Optionally disable ssl checks in all client requests #1042

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

julien-nc
Copy link
Member

closes #988

Can be useful when using self signed certs for the IdP.

Signed-off-by: Julien Veyssier <[email protected]>
@juliusknorr
Copy link
Member

Isn't it feasible to just import the self signed ca into the certificate chain? That way you could still validate the certificate

@saw-jan
Copy link

saw-jan commented Feb 6, 2025

Similar to what we do in integration_openproject. import the certs in development environment to be able to use self-signed certs.
See https://github.com/nextcloud/integration_openproject/tree/master/dev

@julien-nc
Copy link
Member Author

Sure it's possible to import a cert in NC or to add it to the system certs. I thought it could be convenient to quickly and temporarily disable this check for people who want to quickly setup a test environment.

@juliusknorr So you think this PR is not necessary and we should close it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable ssl verification in development
3 participants