Skip to content

TLS Issues (can't tell if misconfigured or bugged) #3647

Answered by badlop
Absolutia asked this question in Questions
Discussion options

You must be logged in to vote

I've installed ejabberd from git source code, it's a recent version but this probably is irrelevant to your problem. And maintained the default configuration, like this:

listen:
  -
    port: 5223
    ip: "::"
    tls: true
    module: ejabberd_c2s
    max_stanza_size: 262144
    shaper: c2s_shaper
    access: c2s
    starttls_required: true

Started ejabberd:

2021-07-21 22:04:06.483590+02:00 [info] ejabberd 21.04.136 is started in the node ejabberd@galleta in 3.17s
2021-07-21 22:04:06.490177+02:00 [info] Start accepting TCP connections at [::]:5222 for ejabberd_c2s
2021-07-21 22:04:06.488030+02:00 [info] Start accepting TLS connections at [::]:5223 for ejabberd_c2s

And registered an acco…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Absolutia
Comment options

Answer selected by badlop
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants