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] how to add new modules

2015-03-28 Thread zinwa lin
thanks a lot:) On Saturday, March 28, 2015 at 11:11:43 PM UTC+8, Matthew Wild wrote: > > On 28 March 2015 at 14:47, zinwa lin > > wrote: > > If i dev new modules or get third-party module, how to add them to > prosody? > > does it need to rebuild prosody? > > No, see https://prosody.im/doc/in

Re: [prosody-dev] Prosody 0.10 nightly build 118 - no changes?

2015-03-28 Thread Matthew Wild
On 28 March 2015 at 19:33, deoren wrote: > On 3/27/2015 3:23 PM, Matthew Wild wrote: >> Summary: I made a mess of merging the branches the other day, so build >> 117 had some regressions. Zash attempted to fix it with a couple of >> new merges, which resulted in build 118 - but the nightly page do

Re: [prosody-dev] Prosody 0.10 nightly build 118 - no changes?

2015-03-28 Thread deoren
On 3/27/2015 3:33 PM, Kim Alvefur wrote: > Hi! > > On 2015-03-27 18:56, deoren wrote: >> I noticed that there is a new build for Prosody 0.10, but the "Changes >> since previous build" section is empty. > > The changes consisted only of merge commits. The scripts that create > those pages do not

Re: [prosody-dev] Prosody 0.10 nightly build 118 - no changes?

2015-03-28 Thread deoren
On 3/27/2015 3:23 PM, Matthew Wild wrote: > Summary: I made a mess of merging the branches the other day, so build > 117 had some regressions. Zash attempted to fix it with a couple of > new merges, which resulted in build 118 - but the nightly page doesn't > list merge commits (because they're not

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

Re: [prosody-dev] how to add new modules

2015-03-28 Thread Matthew Wild
On 28 March 2015 at 14:47, zinwa lin wrote: > If i dev new modules or get third-party module, how to add them to prosody? > does it need to rebuild prosody? No, see https://prosody.im/doc/installing_modules Regards, Matthew -- You received this message because you are subscribed to the Google

[prosody-dev] how to add new modules

2015-03-28 Thread zinwa lin
If i dev new modules or get third-party module, how to add them to prosody? does it need to rebuild prosody? -- You received this message because you are subscribed to the Google Groups "prosody-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to pr

[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