chsasank / outline-wiki-docker-compose

Installation and docker compose to self host outline wiki: https://www.getoutline.com/
297 stars 76 forks source link

ERR_SSL_NO_CIPHER_MATCH #28

Open stephen-netu opened 3 years ago

stephen-netu commented 3 years ago
Error: error:1410D0B9:SSL routines:SSL_CTX_set_cipher_list:no cipher match
outline_outline.1.r1wquypqaqmh@manager    |     at Object.createSecureContext (_tls_common.js:217:13)
outline_outline.1.r1wquypqaqmh@manager    |     at Object.connect (_tls_wrap.js:1605:48)
outline_outline.1.r1wquypqaqmh@manager    |     at SMTPConnection._upgradeConnection (/opt/outline/node_modules/nodemailer/lib/smtp-connection/index.js:876:28)
outline_outline.1.r1wquypqaqmh@manager    |     at SMTPConnection._actionSTARTTLS (/opt/outline/node_modules/nodemailer/lib/smtp-connection/index.js:1346:14)
outline_outline.1.r1wquypqaqmh@manager    |     at SMTPConnection._processResponse (/opt/outline/node_modules/nodemailer/lib/smtp-connection/index.js:932:20)
outline_outline.1.r1wquypqaqmh@manager    |     at SMTPConnection._onData (/opt/outline/node_modules/nodemailer/lib/smtp-connection/index.js:739:14)
outline_outline.1.r1wquypqaqmh@manager    |     at Socket.SMTPConnection._onSocketData (/opt/outline/node_modules/nodemailer/lib/smtp-connection/index.js:189:44)
outline_outline.1.r1wquypqaqmh@manager    |     at Socket.emit (events.js:400:28)
outline_outline.1.r1wquypqaqmh@manager    |     at Socket.emit (domain.js:470:12)
outline_outline.1.r1wquypqaqmh@manager    |     at addChunk (internal/streams/readable.js:290:12)
outline_outline.1.r1wquypqaqmh@manager    |     at readableAddChunk (internal/streams/readable.js:265:9)
outline_outline.1.r1wquypqaqmh@manager    |     at Socket.Readable.push (internal/streams/readable.js:204:10)
outline_outline.1.r1wquypqaqmh@manager    |     at TCP.onStreamRead (internal/stream_base_commons.js:188:23) {
outline_outline.1.r1wquypqaqmh@manager    |   library: 'SSL routines',
outline_outline.1.r1wquypqaqmh@manager    |   function: 'SSL_CTX_set_cipher_list',
outline_outline.1.r1wquypqaqmh@manager    |   reason: 'no cipher match',
outline_outline.1.r1wquypqaqmh@manager    |   code: 'ERR_SSL_NO_CIPHER_MATCH'
outline_outline.1.r1wquypqaqmh@manager    | }

Could anyone perhaps assist me with this? I have tried having the cipher in every which way, including switching to Mailhog from Mailgun... Anyone have any ideas?

I just need users to be able to sign up to my Linode's Outline, is all. (I have already gotten Linode to open up the requisite ports/SMTP for me!)

I can successfully send emails locally as a test via Mailhog image

Thank you!

P.S. I also had #27 but I resolved it by getting with Linode--however this error persists.