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

fix(server): smtp certificate validation #9506

Merged
merged 1 commit into from
May 15, 2024

Conversation

michelheusschen
Copy link
Contributor

The Ignore certificate errors option for email notifications works opposite to what would be expected. By default it disables certificate verification (which is insecure) and when enabled, this option actually verifies certificates. Fixes #9493

Copy link

Deploying immich with  Cloudflare Pages  Cloudflare Pages

Latest commit: f0ef1b4
Status: ✅  Deploy successful!
Preview URL: https://30981e74.immich.pages.dev
Branch Preview URL: https://fix-server-smtp-ignore-certi.immich.pages.dev

View logs

@jrasm91 jrasm91 merged commit 581b467 into main May 15, 2024
24 checks passed
@jrasm91 jrasm91 deleted the fix/server-smtp-ignore-certificates branch May 15, 2024 11:21
alextran1502 added a commit that referenced this pull request May 28, 2024
* feat(server): album's email notification

* same size button

* skeleton for album invite and album update event

* album invite content

* album update

* fix(server): smtp certificate validation (#9506)

* album update content

* send mail

* album invite with thumbnail

* pr feedback

* styling

* Send email to update album event

* better naming

* add tests

* Update album-invite.email.tsx

Co-authored-by: bo0tzz <git@bo0tzz.me>

* Update album-update.email.tsx

Co-authored-by: bo0tzz <git@bo0tzz.me>

* fix: unit tests

* typo

* Update server/src/services/notification.service.ts

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>

* PR feedback

* Update server/src/emails/album-update.email.tsx

Co-authored-by: Zack Pollard <zackpollard@ymail.com>

---------

Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>
Co-authored-by: bo0tzz <git@bo0tzz.me>
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore Certificate Error issue on registering a new account
3 participants