shows me The
certificate is not trusted in all web browsers. You may need to install
an Intermediate/chain certificate to link it to a trusted root
certificate. Learn more about this error. The fastest way to fix this problem is to contact your SSL provider.
Can anyone give me an advice to fix it?
Thanks in advance.
My web server is (include version): latest apache
The operating system my web server runs on is (include version): managed linux
My hosting provider, if applicable, is: 1&1
I can login to a root shell on my machine (yes or no, or I don’t know): no
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): 1und cloud panel
there an extra field for intermediate certificates but it wont work if i add the chain or fullchain file. Is there no other option? Did you think it is a bug of my provider?
Isn it possible that my hoster require a file that only contains the intermediate certificate? I can upload the chain file as SSL Certificate file too so i think it contains other information too. Its hard for me to beleave tht this is a bug on 1&1’s side, because it is a really big provider and indtalling an ssl cert is a rly trivial thing ^^
The chain.pem contains only the intermediate certificate, so if they require a file that contains only the intermediate certificate, that file should work.
The fullchain.pem contains both the end-entity certificate (your certificate) and the intermediate certificate in one file, so if they require a file that contains both together, that file should work.
Given that you have the private key in privkey.pem, there’s no other information that should be necessary for a hosting provider.
If you put those files in the corresponding fields, they should work. Remember that you need to restart/reload your web server (don't know if the panel does it automatically after adding a cert).
If that doesn't work, try to use the fullchain.pem (contains your cert and the intermediate cert) as the SSl-Certificate.
SSL-Certificate --> fullchain.pem
SSL-Intermedite Certificate --> left this field empty
SSL Private Key --> privkey.pem
And if that doesn't work, contact 1&1 support team, they must know what is happening with their panel.