Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory-orchestrator fusiondirectory-orchestrator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectory-orchestratorfusiondirectory-orchestrator
  • Issues
  • #16
Closed
Open
Issue created Jan 17, 2023 by dockx thibault@tdockxMaintainer

[Orchestrator] - Potential issue on SSL or TLS secure connection for SMTP server reachability

Actual behavior

It is been discovered that if the variable passed to the mail controller is in CAPITAL, such as below : MAIL_SEC="SSL"

The remote SMTP server won't respond and the query will fail.

It would be potentially justified to put SSL or TLS or STARTLS in lower case within the code.

Expected behavior

SMTP server reachable.

Step by step description of new behaviour

A verification of the ENV variable for the secure methode in order to pass it in lowercase.

Benefits

No risks of mistakes from the end user and SMTP server if AUTH enabled will succeed.

Possible Drawbacks

None.

Applicable Issues

None.

Edited Feb 16, 2023 by bmortier
Assignee
Assign to
Time tracking