Allow Self-Signed Certificates not respected
See original GitHub issueDescription
When setting up email notifications, the check box for “Allow Self-Signed Certificates” is checked. However no emails are sent, with the error:
2022-07-18T22:57:35.826Z [error][Notifications]: Error sending email notification
{
"errorMessage":"self signed certificate",
"recipient":"xerxes",
"subject":"Test Notification",
"type":"TEST_NOTIFICATION"
}
For reference, these exact settings work with another service I have, i.e. another service can send emails using a self-signed certificate
Version
v1.1.0
Steps to Reproduce
- Must use an email server using a self-signed certificate.
- Settings
- Notifications
- Check “Allow Self-Signed Certificates”
- Send test email
Screenshots
Logs
{
"errorMessage": "self signed certificate",
"recipient": "xerxes",
"subject": "Test Notification",
"type": "TEST_NOTIFICATION"
}
Platform
desktop
Device
Desktop
Operating System
Pop!_OS 22.04 LTS
Browser
Firefox 102.0.1 (64-bit)
Additional Context
Using docker from fallenbagel/jellyseerr:develop
Code of Conduct
- I agree to follow Overseerr’s Code of Conduct
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Why are self signed certificates not trusted and is there a way ...
Self-signed certificates are inherently not trusted by your browser because a certificate itself doesn't form any trust, ...
Read more >What is a Self-Signed Certificate? Advantages, Risks ...
Compromised self-signed certificates can pose many security challenges, since attackers can spoof the identity of the victim. Unlike CA-issued ...
Read more >How can I make git accept a self signed certificate?
To permanently accept a specific certificate. Try http.sslCAPath or http.sslCAInfo . Adam Spiers's answer gives some great examples. This is the most secure ......
Read more >Cybersecurity Risks of Using Self-Signed Certificates
Dangers of Using Self-Signed Certificates · Root certificates can be leaked · Certificate warnings can be ignored · Brand reputation damage.
Read more >The Dangers of Self-Signed Certificates - Okta Developer
Self -Signed certificates are free, but not without cost. In this post you'll learn all about the dangers of self-signed certificates.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Disabling TLS entirely at least allows me to send emails. The protonmail-bridge running on a separate container is exactly my situation; thanks for finding this.
Closing this issue then c: