Cant configure Email with OCI Email delivery #1883

Closed
opened 2026-04-05 16:37:23 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Halllo5 on 6/29/2023

Describe the bug
When configuring SMTP with the below shown configuration (OCI Email Delivery) no emails are sent and the following error appears in the notification container
Down below i have pasted the configuration and the error.
To Reproduce
Steps to reproduce the behavior:

  1. Configure SMTP with OCI Email Delivery

Expected behavior
A Email should be sent :)

Additional context
Configuration:

SMTP_USERNAME='MyUsername'
SMTP_PASSWORD='MyPassword'
SMTP_PORT=587 #or 25 both result in the same error
SMTP_EMAIL=uptime@example.com
SMTP_FROM_NAME=OneUptime
SMTP_IS_SECURE=true
SMTP_HOST='smtp.email.<Location>.oci.oraclecloud.com'

Error:

{
  message: 'Unhandled rejection in server process occurred',
  level: 'error',
  timestamp: '2023-06-27T13:34:32.552Z'
}
{
  library: 'SSL routines',
  reason: 'wrong version number',
  code: 'ESOCKET',
  command: 'CONN',
  level: 'error',
  message: 'B8BB5142457F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:\n',
  stack: 'Error: B8BB5142457F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:\n',
  timestamp: '2023-06-27T13:34:32.552Z'
}
{
  message: Promise {
    <rejected> [Error: B8BB5142457F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
    ] {
      library: 'SSL routines',
      reason: 'wrong version number',
      code: 'ESOCKET',
      command: 'CONN',
      level: 'error',
      [Symbol(level)]: 'error'
    }
  },
  level: 'error',
  timestamp: '2023-06-27T13:34:32.552Z'
}
*Originally created by @Halllo5 on 6/29/2023* **Describe the bug** When configuring SMTP with the below shown configuration (OCI Email Delivery) no emails are sent and the following error appears in the notification container Down below i have pasted the configuration and the error. **To Reproduce** Steps to reproduce the behavior: 1. Configure SMTP with OCI Email Delivery **Expected behavior** A Email should be sent :) **Additional context** Configuration: ```env SMTP_USERNAME='MyUsername' SMTP_PASSWORD='MyPassword' SMTP_PORT=587 #or 25 both result in the same error SMTP_EMAIL=uptime@example.com SMTP_FROM_NAME=OneUptime SMTP_IS_SECURE=true SMTP_HOST='smtp.email.<Location>.oci.oraclecloud.com' ``` Error: ``` { message: 'Unhandled rejection in server process occurred', level: 'error', timestamp: '2023-06-27T13:34:32.552Z' } { library: 'SSL routines', reason: 'wrong version number', code: 'ESOCKET', command: 'CONN', level: 'error', message: 'B8BB5142457F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:\n', stack: 'Error: B8BB5142457F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:\n', timestamp: '2023-06-27T13:34:32.552Z' } { message: Promise { <rejected> [Error: B8BB5142457F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354: ] { library: 'SSL routines', reason: 'wrong version number', code: 'ESOCKET', command: 'CONN', level: 'error', [Symbol(level)]: 'error' } }, level: 'error', timestamp: '2023-06-27T13:34:32.552Z' } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1883