Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible Server #893

Closed
chathudan opened this issue Jan 16, 2015 · 15 comments
Closed

Incompatible Server #893

chathudan opened this issue Jan 16, 2015 · 15 comments

Comments

@chathudan
Copy link

I'm using ejabberd server , I can connect using other xmpp client but I can not use same credentials with Conversations. It gave Incompatible Server error

@jkufner
Copy link

jkufner commented Jan 16, 2015

I'm using ejabberd 14.07 from Debian packages with no trouble.

Have you checked ejabberd logs for errors or warnings ?

Chathura Wijesinghe wrote, on 16.1.2015 21:38:

I'm using ejabberd server , I can connect using other xmpp client but I
can not use same credentials with Conversations. It gave Incompatible
Server error


Reply to this email directly or view it on GitHub
#893.

@SamWhited
Copy link

You probably don't have TLS turned on. This is an issue tracker though, not a support forum. I'd join the conference room (conversations@conference.siacs.eu) and ask there.

@chathudan
Copy link
Author

I have disable TLS on code level too , @jkufner what are the configuration on ejabberd.yml ? I'll join the conference room

@jkufner
Copy link

jkufner commented Jan 16, 2015

Chathura Wijesinghe wrote, on 16.1.2015 22:03:
what are the configuration on ejabberd.yml?

Nothing special. Mostly default configuration, a bunch of transports
(spectrum) and few virtual hosts, each with its own certificate (all on
single IP address).

listen:
  -
    port: 5222
    module: ejabberd_c2s
    certfile: "/etc/ssl/example.com.cert+priv+sub.key"
    starttls: true
    starttls_required: true
    #max_stanza_size: 65536
    max_ack_queue: 32767
    resume_timeout: 1200        # 20 minutes to recover session,
    resend_on_timeout: true     # but it is okay to timeout.
    shaper: c2s_shaper
    access: c2s

host_config:
  "example.com":
    domain_certfile: "/etc/ssl/example.com.cert+priv+sub.key"
  "example.org":
    domain_certfile: "/etc/ssl/example.org.cert+priv+sub.key"
  "example.net":
    domain_certfile: "/etc/ssl/example.net.cert+priv+sub.key"

@kobra34
Copy link

kobra34 commented Feb 17, 2015

I think that the best solution
and worked
but this time I can not register
@jkufner, I do wonder how a setting on the server, then

@shree-ram
Copy link

I don't know how to fix this issue. Guide me to do something on it

@kobra34
Copy link

kobra34 commented Apr 3, 2015

certfile: "/etc/ssl/example.com.cert+priv+sub.key"

@shree-ram
Copy link

@kobra34 .Thank you. I don't know to set this.

@kobra34
Copy link

kobra34 commented Apr 3, 2015

Your server ejabberd or Prosody IM?

@shree-ram
Copy link

@kobra34 ejabberd.

@kobra34
Copy link

kobra34 commented Apr 3, 2015

  1. Install openssl
  2. http://stackoverflow.com/questions/991758/how-to-get-an-openssl-pem-file-from-key-and-crt-files
  3. Edit ejabberd.yml file
  4. Change your key.pem certfile: "/etc/ssl/example.com.cert+priv+sub.key"

@shree-ram
Copy link

@kobra34 Thank you

@shree-ram
Copy link

@kobra34 We used Open SSL free certificate.Now it showing Security Error. We're using freeBSD.

@shree-ram
Copy link

@kobra34 Thank you. Issue Closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants