Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odgovori
3297 Prikazi

Hi,

i tried openerp7 and all would be fine. But i dont fnd an solution  to make the service available with ssl. I find some thing on google with installations in apache, but the openerp7 provide his own python webservice. How to use Openerp with SSL.

 

regards Stefan

Avatar
Opusti
Best Answer

Nginx is a very good choice for HTTPS.

Here's a first track to follow:

http://www.schenkels.nl/2013/01/reverse-ssl-proxy-using-nginx-with-openerp-v7/

Avatar
Opusti
Best Answer

Odoo implements HTTP but cannot do SSL termination on its own. You must terminate it somwehere else which commonly is done with Apache or Nginx and then proxy forward the request to Odoo.

Avatar
Opusti
Avtor Best Answer

Thank you for this answer.

Is this only my feeling, that is a companycrtitical Webapplication without Transport encrytion a nogo in these days?

In my Company all Infrastructure Components are transport encrypted, without dont receive the ok from our IT-Security and Architects.

It it planed to implement SSL in OpenERP / Odoo in this or next Version?

regards

Stefan

 

Avatar
Opusti