-
Notifications
You must be signed in to change notification settings - Fork 908
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
WATCHTOWER_NOTIFICATION_GOTIFY_TLS_SKIP_VERIFY does not work as expected #1281
Comments
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏 |
No, the legacy notification rewriter doesn't handle the TLS verification skipping. The plan is to deprecate skipping TLS verification and instead allowing you to point to custom certs, but that has not yet been completed. If you use shoutrrr directly it's still supported though: -e WATCHTOWER_NOTIFICATIONS=shoutrrr
-e WATCHTOWER_NOTIFICATION_URL="gotify://<my_gotify_url>/<obviously secret>?disableTLS=yes" |
Thank you! 🙂 I migrated to shoutrrr, but I encountered another problem: Using |
Yes, curl works fine. I also created a second token to use in watchtower, but that shows the same 401 result. Unfortunately, I also can't find a way to show the token watchtower uses, neither in watchtower (with tracing) nor in gotify :( |
I tried creating a new app token that I would not have to censor, and ran this:
Output
Not sure if that helps, but I cannot reproduce the problem. Sorry. |
Hey, i run into the same issue as @fdw
Thanks in advance (also sorry if there are any mistakes. Kinda new to Github) |
@Petbotson Exactly 1 year later I encountered the same issue.
Works 👍 |
do you have a way to do this for email as well i keep getting but it is signed with lets encrypt so its a R3 |
Describe the bug
I have a gotify server set up, behind a reverse proxy. It uses a self-signed certificate.
Now, I want watchtower to notify using that gotify instance, and I want it to connect using TLS (just skip the verification). I've set it up with
However, it fails with the error message
To Reproduce
Expected behavior
Watchtower should ignore that the certificate was signed by an unknown authority and still send the notification over TLS.
Screenshots
Environment
ARMv7, Docker 20.10.14, Watchtower 1.4
Additional context
This seems very similar to #822, but that was closed as fixed. #866 might also be related, but the proposed fix there is to just not use TLS, which I do not want.
The text was updated successfully, but these errors were encountered: