Daily updates from Odoo
Saturday, January 17, 2026
2 changes
1 change
Resolved issues and error corrections
This update enhances the security of our web connections by allowing us to securely verify server identities using certificate records. Previously, our system struggled to utilize these certificates due to limitations in the underlying software. Now, we can properly manage and verify connections, strengthening our overall security posture.
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
1 change
Resolved issues and error corrections
This update enhances the security of our web connections by allowing us to securely verify server identities using certificate records. Previously, our system struggled to utilize certificate verification effectively due to limitations in the underlying software. This change adds a more robust method for confirming the authenticity of our connections, strengthening overall security.
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