(some) mobile users cannot connect to site

We get a lot of mobile users and one of them says he can’t connect to the wbesite, it says the following (see screenshot)

My nginx config:

`#lets encrypt
ssl_certificate /etc/letsencrypt/live/sitefullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/site/privkey.pem;
ssl_trusted_certificate /etc/letsencrypt/live/site/chain.pem;
ssl_client_certificate /etc/nginx/ssl/lets-encrypt-x3-cross-signed.pem;

`
Dont know what the issue is…

I’m not sure what kind of browser or mobile OS that is, but it’s worth mentioning that the root certificate used by Let’s Encrypt is not included on BlackBerry devices, so that might be it.

As I understand it, both of these parameters deal with client authentication, so shouldn't be set to use any of the Let's Encrypt-related files. I doubt this has anything to do with your issue, but should probably be corrected nonetheless.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.