-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL certificate Chain is not imported correctly #27
Comments
If I understand you correctly, you are using a pem containing the entire chain. |
Yes i am, it would be very convenient, if it worked that way. The bigger Problem is, that the certificate found in the chain file overrides the pool of root CA certificates for QSsl with |
So, i looked into this a bit more. |
Any update on this? Have you solved the issue? |
Hi Simon, yes and no, we got our deployment working but it was in our case easier to work around the issue. We now have a script running, that dissasembles the certificate-chain. This still will add the intermediate certifiacte as a Root cerificate in Qt, but at least it works for now. I tried to fix it in the code, but it basically broke every test and I do not have the resources to get them working as well. |
Currently the Chainfile that gets imported, only imports the first certificate in the file and uses it as the local root certificate.
There is no way to import a chain of certificates correctly, if the chain is longer than 3 (leaf -> intermediate -> root).
The text was updated successfully, but these errors were encountered: