~openerp-groupes/openobject-server/6.0-fix-setup-windows

Viewing all changes in revision 3017.2.16.

setup: The ssl certs should *not* be distributed.

The meaning of any SSL certificate (even self-signed) is that it uniquely
identifies the server. So, if we have a generic cert distributed with our
packaging, we break that. We could not even generate a cert at the "build"
stage of our server, because that would be included in the packages.

If anybody needs to run OpenERP with SSL, they will need to generate the
certificate at the target server, possibly using ssl-cert.cfg as a sample.

Also, the "ssl" directory under bin/ would confuse some pythonic code that
had tried to "import ssl" (eg. urllib.py).

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: