| 46 | |
| 47 | == Intermediate CA file == |
| 48 | |
| 49 | Depending on where you get your SSL certificate, |
| 50 | you may also need to get an "intermediate CA file" (also called a "chain file") |
| 51 | from your certificate issuer. |
| 52 | Then add a line of the form |
| 53 | {{{ |
| 54 | SSLCACertificateFile /etc/apache2/path/to/chain/file |
| 55 | }}} |
| 56 | to your Apache config file. |
| 57 | For more info see https://degreesofzero.com/article/how-to-fix-missing-intermediate-ssl-certificate-errors-in-apache.html |
| 58 | |
| 59 | Apparently Android handles SSL more strictly than desktop browsers. |
| 60 | If you're seeing SSL problems only on Android, |
| 61 | it could be due to the above issue. |