Daily updates from Odoo
Friday, July 3, 2026
1 change
Resolved issues and error corrections
This update fixes a technical issue where Odoo wasn't properly handling certificate chains. Now, Odoo correctly loads the full certificate chain, ensuring greater security and compatibility with external systems that require complete certificate validation. This improves the overall reliability of Odoo's secure connections.
Original PR description
Previously, only the leaf certificate was parsed when loading PEM-encoded data, ignoring any additional certificates in the chain. This change updates the loading logic to include the full certificate chain, ensuring proper integrity and compatibility with flows that require it. Useful for this PR: odoo/odoo#254906 Task [link](https://www.odoo.com/odoo/project.task/6053921) task-6053921 Forward-Port-Of: odoo/odoo#255100