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

Allow self signed certificates for kroki #15

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

Conversation

jdputschadi
Copy link

When kroki is self-hosted, a self-signed certificate may be in the SSL certificate chain. This update allows a flag to be set to allow the self-signed certificate.

Add new configuration setting.
Leverage new flag to allow self-signed certificates in chain for the Kroki URL.
@pomdtr
Copy link
Owner

pomdtr commented Oct 7, 2024

Hey, thanks for the PR. Did you investigate other ways to enable this without disabling ssl altogether. You can point node to a custom certificate using the NODE_EXTRA_CA_CERTS env var

@jdputschadi
Copy link
Author

jdputschadi commented Oct 7, 2024 via email

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.

2 participants