Hi,
On 19 January 2015 at 00:51, <
tereb...@gmail.com> wrote:
> I am currently encountering an issue with Prosody where I cannot have an
> AlphaSSL Wildcard become recognized by Windows Pidgin clients, whereas
> regular StartSSL certificates work just fine.
>
> It doesn't make much sense to me, I'm encountering no errors and SSL Labs
> has confirmed that the website (which uses the same certificate) recognizes
> the certificate along with intermediate change as verifiable.
>
> Is it possible to have an AlphaSSL become recognized in clients when
> incorporating it with Prosody?
>
> Pidgin:
>
> Accept certificate for
adastra.re?
>
> The certificate for
adastra.re could not be validated.
>
> The certificate is not trusted because no certificate that can verify it is
> currently trusted.
>
> Cert Details:
>
> Certificate Information
>
> Common name: *.
adastra.re
This is probably the issue. *.
adastra.re does not cover
adastra.re
itself, only the subdomains. Possibly your website is hosted on the
'www' subdomain?
You can use
https://xmpp.net/ to test your XMPP server's certificate,
it's similar to SSLabs but for XMPP.
I think StartSSL might include the main domain as well as the
subdomain, I can't remember, but that might be why it works.
Regards,
Matthew