Skip to content

Conversation

@Haoke98
Copy link

@Haoke98 Haoke98 commented Mar 25, 2024

Users can ignore SSL certificate verification and avoid SSL VerificationError when using self-generated SSL certificates by adding the content on the setting.py file of their Django projects. :

MINIO_STORAGE_CERT_CHECK=False

@SergeyDubovitsky
Copy link

+1

@thomasf
Copy link
Collaborator

thomasf commented Nov 2, 2024

I don't know if this should be encouraged, if you want to self sign you should import that certificate as trusted in the clients that use them.

@thomasf
Copy link
Collaborator

thomasf commented Nov 2, 2024

You can always subclass the storage yourself if you want to make it less safe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants