Re: [prosody-dev] failed to enable c2s encrytion with prosody

2015-03-28 Thread zinwa lin
I found the cause of issue. i need to set ssl key and cert in virtual host. thanks. On Sunday, March 29, 2015 at 2:46:51 AM UTC+8, deoren wrote: > > On 3/28/2015 9:42 AM, zinwa lin wrote: > > I followed with these instructions, and use self-signed certificate, > > https://prosody.im/doc/c

Re: [prosody-dev] failed to enable c2s encrytion with prosody

2015-03-28 Thread zinwa lin
Mar 29 10:06:21 certmanager error SSL/TLS: Failed to load '/etc/prosody/localhost.cert': Check that the path is correct, and the file exists. (for *) Mar 29 10:06:21 general info Hello and welcome to Prosody version 0.9.1 Mar 29 10:06:21 general info Prosody is using the epoll backend for connec

Re: [prosody-dev] failed to enable c2s encrytion with prosody

2015-03-28 Thread zinwa lin
hi, deoren I have set ssl key and crt manually, why it still load localhost.key and localhost.crt? ssl = { key = "/etc/prosody/certs/zinwa.cn.key"; certificate = "/etc/prosody/certs/zinwa.cn.crt"; } On Sunday, March 29, 2015 at 2:46:51 AM UTC+8, deoren wrote: > > On 3/28/2015 9:4

Re: [prosody-dev] failed to enable c2s encrytion with prosody

2015-03-28 Thread zinwa lin
Mar 27 17:25:26 certmanager error SSL/TLS: Failed to load '/etc/prosody/certs/localhost.crt': Check that the path is correct, and the file exists. (for *) Mar 27 17:25:26 general infoHello and welcome to Prosody version 0.9.1 Mar 27 17:25:26 general infoProsody is using the select b

Re: [prosody-dev] failed to enable c2s encrytion with prosody

2015-03-28 Thread deoren
On 3/28/2015 9:42 AM, zinwa lin wrote: > I followed with these instructions, and use self-signed certificate, > https://prosody.im/doc/certificates > and > https://prosody.im/doc/modules/mod_tls > > > notice: I have e

[prosody-dev] failed to enable c2s encrytion with prosody

2015-03-28 Thread zinwa lin
I followed with these instructions, and use self-signed certificate, https://prosody.im/doc/certificates and https://prosody.im/doc/modules/mod_tls notice: I have enabled mod_tls and set c2s_require_encryption = true I use prosody 0.9.1 on Ubuntu. after restart prosody, Adium(Mac XMPP client