mirror of
https://github.com/Aetherinox/ntfy-desktop.git
synced 2026-04-25 15:05:52 +03:00
[GH-ISSUE #57] Feature: Allow self-signed certificates #3
Labels
No labels
Build › MacOS
Status › Need Info
Status › No Action
Status › Released
Type › Bug
Type › Feature
Type › Feature
Type › Roadmap
pull-request
❔ Question
📰 Progress Report
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy-desktop#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Scrounger on GitHub (Jan 31, 2025).
Original GitHub issue: https://github.com/Aetherinox/ntfy-desktop/issues/57
Originally assigned to: @Aetherinox on GitHub.
Please add an option to allow self signed certifactes.
Using
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"works but i think it's better to have an option under Configuration to activate this by user@Aetherinox commented on GitHub (May 27, 2025):
Sure thing. I'm used to using validated certificates. Don't do much with self-signed anymore, but I'll generate one and throw up some tests.
@NRGLine4Sec commented on GitHub (Nov 6, 2025):
Hi @Aetherinox, any update on this issue ?