fixed 815796 0.9.8-1
thanks
--

On 02/24/2016 03:36 PM, Kim Alvefur (Zash) wrote:
> Package: prosody
> Version: 0.9.7-2+deb8u3
> Severity: minor
> 
> Hi,
> 
> The prosody package creates a symlink /etc/prosody/certs/localhost.cert,
> but the default config uses "certs/localhost.crt", note the file ending.
> 
> This produces the following error in the logs:
> 
> SSL/TLS: Failed to load '/etc/prosody/certs/localhost.crt': Check that
> the path is correct, and the file exists. (for localhost)
> 

JFTR, this is fixed since 0.9.8-1:

> commit 36b502b1b88224e11a8dc7a2f390259978f1ca86
> Author: Sergei Golovan <sgolo...@gmail.com>
> Date:   Tue Jun 2 18:19:17 2015 +0300
> 
>     Renamed localhost.cert link into localhost.crt.
> 
> diff --git a/debian/changelog b/debian/changelog
> index e434dd4..1d0bba9 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -9,6 +9,8 @@ prosody (0.9.8-1) unstable; urgency=high
>        - 0006-Also-disable-CharacterData-merging-after-stream-rest.patch
>    * Do not reload prosody configuration after its log is rotated if the 
> daemon
>      is not actually running (closes: #763658).
> +  * Rename the default snakeoil localhost certificate to localhost.crt to
> +    match its name in the config file (closes: #748721).
>    * Apply upstream patch which fixes CNAME DNS record resolution
>      (closes: #787070):
>        - 0007-Fix-CNAME-DNS-lookup.patch
> diff --git a/debian/prosody.links b/debian/prosody.links
> index 6431fe7..45d4212 100644
> --- a/debian/prosody.links
> +++ b/debian/prosody.links
> @@ -1,2 +1,2 @@
> -etc/ssl/certs/ssl-cert-snakeoil.pem etc/prosody/certs/localhost.cert
> +etc/ssl/certs/ssl-cert-snakeoil.pem etc/prosody/certs/localhost.crt
>  etc/ssl/private/ssl-cert-snakeoil.key etc/prosody/certs/localhost.key

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to