Daily updates from Odoo
Monday, January 19, 2026
1 change
Resolved issues and error corrections
This update enhances the security of our web service connections by allowing us to securely verify server identities using certificate records. Previously, our system struggled with how to properly use these certificates, but this change now allows for more robust and reliable connections. This improves overall system security and stability.
Original PR description
Our webservice client (`zeep`) connections lacked a way to use `certificate.certificate` models to verify the connection with server identification. This is rather complicated, since PyOpenSSL only allows filenames with their default methods. We now add the feature to pass these certificate records, load them into memory buffers, and add them to the CA store. IAP PR: odoo/iap-apps#1308 Task [link](https://www.odoo.com/odoo/project.task/5068741) task-5068741 Forward-Port-Of: odoo/odoo#238717