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

Failed to save add-on configuration, not a valid value > MAIL_VERIFY_SSL #326

Open
Ulrich72 opened this issue Jul 3, 2024 · 1 comment

Comments

@Ulrich72
Copy link

Ulrich72 commented Jul 3, 2024

Problem/Motivation

I need to add the MAIL_VERIFY_SLL option:

Source: https://www.bookstackapp.com/docs/admin/email-webhooks/

# Verify SSL/TLS certificates during SMTP sending
# WARNING: Disabling verification using a 'false' value 
# can make you vulnerable to MITM attacks
MAIL_VERIFY_SSL=false

So I added this to the env section within the configuration:

- name: MAIL_VERIFY_SSL
  value: false

Result is: “Failed to save add-on configuration, not a valid value.”

Expected behavior

Add-on should accept this env setting.

Actual behavior

Can't save and can't use this option.

Steps to reproduce

See above.

Proposed changes

Add the MAIL_VERIFY_SSL as a valid value.

@Ulrich72
Copy link
Author

Ulrich72 commented Jul 3, 2024

Never mind ... the false needed a "" too ... so this is working:

- name: MAIL_VERIFY_SSL
  value: "false"

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

No branches or pull requests

1 participant