* Jabber Help
@ 2015-07-08 20:37 Bobby Casey
0 siblings, 0 replies; only message in thread
From: Bobby Casey @ 2015-07-08 20:37 UTC (permalink / raw)
To: help-gnu-emacs
I'm trying to set Jabber up to communicate with an internal HipChat server
with the below setup. I don't get an error, but rather an unhelpful
"connection lost: finished" message. I am able to connect from other native
apps, so I know the credentials are correct. Any advice?
I'm running Emacs v24.4.1 with Jabber v20150627.1006 from melpa.
Jabber setup:
"""
(setq jabber-account-list '(("bobby@company.com"
(:network-server . "hipchat.company.com")
(:port . 5223)
(:connection-type . ssl)
)))
;; Some google results hinted that certificate issues may be at play, so I
added this:
(setq ssl-program-name "gnutls-cli"
ssl-program-arguments '("--insecure" "-p" service host)
ssl-certificate-verification-policy 1)
"""
Output after jabber-connect-all:
"""
Opening TLS connection to `hipchat.company.com'...
Opening TLS connection with `gnutls-cli --insecure -p 5223
hipchat.company.com'...failed
Opening TLS connection with `gnutls-cli --insecure -p 5223
hipchat.company.com --protocols ssl3'...failed
Opening TLS connection with `openssl s_client -connect
hipchat.company.com:5223 -no_ssl2 -ign_eof'...done
Opening TLS connection to `hipchat.company.com'...done
bobby@company.com: connection lost: `finished'
"""
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-08 20:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08 20:37 Jabber Help Bobby Casey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).