[GH-ISSUE #289] Issue: SSL Unsupported protocol #2131

Closed
opened 2026-03-14 02:41:47 +03:00 by kerem · 7 comments
Owner

Originally created by @aftechro on GitHub (Feb 23, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/289

Hi guys,

Trying to set the email for alterts with my smtp details, but when i hit save and test i get this error:

[SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1123)

Any suggestion? Running rmm with latest version

Also, i tried to access the Discord chat, but for some reason i cannot get access to it, i think i need an invite, not sure how that will work.

Thank you!

Originally created by @aftechro on GitHub (Feb 23, 2021). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/289 Hi guys, Trying to set the email for alterts with my smtp details, but when i hit save and test i get this error: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1123) Any suggestion? Running rmm with latest version Also, i tried to access the Discord chat, but for some reason i cannot get access to it, i think i need an invite, not sure how that will work. Thank you!
kerem closed this issue 2026-03-14 02:41:52 +03:00
Author
Owner

@dinger1986 commented on GitHub (Feb 23, 2021):

What email service are you using?

You should be able join the discord channel without an invite.

Link is in the readme.

<!-- gh-comment-id:784578153 --> @dinger1986 commented on GitHub (Feb 23, 2021): What email service are you using? You should be able join the discord channel without an invite. Link is in the readme.
Author
Owner

@aftechro commented on GitHub (Feb 23, 2021):

When i click on the chat url (https://discord.com/invite/upGTkWp) i get this:
image

if i click continue, i get this
image
but i cannot input text, nothing happens when i try to input text in those fileds.

As mail service im using the hosting providers one. think is OX mail or something...

<!-- gh-comment-id:784580281 --> @aftechro commented on GitHub (Feb 23, 2021): When i click on the chat url (https://discord.com/invite/upGTkWp) i get this: ![image](https://user-images.githubusercontent.com/38830718/108920431-8b249080-762c-11eb-98fe-f5b67f4e3116.png) if i click continue, i get this ![image](https://user-images.githubusercontent.com/38830718/108920568-c6bf5a80-762c-11eb-8885-adbfbaffd89d.png) but i cannot input text, nothing happens when i try to input text in those fileds. As mail service i`m using the hosting provider`s one. think is OX mail or something...
Author
Owner

@dinger1986 commented on GitHub (Feb 24, 2021):

Have you got a discord account setup?

Who is your hosting provider?

<!-- gh-comment-id:784907486 --> @dinger1986 commented on GitHub (Feb 24, 2021): Have you got a discord account setup? Who is your hosting provider?
Author
Owner

@aftechro commented on GitHub (Feb 24, 2021):

i dont have discord account

hosting provider is blacknight.com

<!-- gh-comment-id:785404973 --> @aftechro commented on GitHub (Feb 24, 2021): i dont have discord account hosting provider is blacknight.com
Author
Owner

@dinger1986 commented on GitHub (Feb 24, 2021):

If you setup an account first then follow the link you will get in fine.

From Black nights website:

Please ensure, when using encryption, that you set the following ports:
SMTP (Outgoing): 25 or 587 as an alternative.
Have you tried both?
Note: Set TLS/STARTTLS as the encryption type and NOT SSL (where available).
@wh1te909 is it SSL only rather than TLS?

<!-- gh-comment-id:785422609 --> @dinger1986 commented on GitHub (Feb 24, 2021): If you setup an account first then follow the link you will get in fine. From Black nights website: Please ensure, when using encryption, that you set the following ports: SMTP (Outgoing): 25 or 587 as an alternative. Have you tried both? Note: Set TLS/STARTTLS as the encryption type and NOT SSL (where available). @wh1te909 is it SSL only rather than TLS?
Author
Owner

@wh1te909 commented on GitHub (Feb 25, 2021):

@dinger1986 rmm uses TLS, not ssl so not sure why black night is not working, their instructions seem exactly the same as gmail or office365 which work fine

@aftechro here's the code that the rmm uses to send emails
github.com/wh1te909/tacticalrmm@126be3827d/api/tacticalrmm/core/models.py (L173)
and here is python's smtplib documentation
https://docs.python.org/3/library/smtplib.html
please play around with it and let us know if you can get it working

<!-- gh-comment-id:786117917 --> @wh1te909 commented on GitHub (Feb 25, 2021): @dinger1986 rmm uses TLS, not ssl so not sure why black night is not working, their instructions seem exactly the same as gmail or office365 which work fine @aftechro here's the code that the rmm uses to send emails https://github.com/wh1te909/tacticalrmm/blob/126be3827d3ce15399dcae76ca69cb80a12c863c/api/tacticalrmm/core/models.py#L173 and here is python's smtplib documentation https://docs.python.org/3/library/smtplib.html please play around with it and let us know if you can get it working
Author
Owner

@aftechro commented on GitHub (Feb 26, 2021):

That`s sorted with the TLS, thanks for your help!

<!-- gh-comment-id:786580757 --> @aftechro commented on GitHub (Feb 26, 2021): That`s sorted with the TLS, thanks for your help!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#2131
No description provided.