I discover that part of my error on the post: https://www.odoo.com/es_ES/forum/ayuda-1/question/problem-with-my-ssl-certificate-176824 is also related to the reroute to https instead of http. I have already apply the changes like this:
https://docs.bitnami.com/aws/apps/odoo/administration/force-https-apache/
modified my
odoo/conf/httpd-prefix.conf
to allow the https and set the parameters 'web.base.url' and 'web.base.url.freeze' to my https url , but there a links that are still opening on http, what Im missing?
Hi,
For configuring SSL in Odoo, this doc will be helpfull for you: https://medium.com/@othmane.ghandi/running-odoo-in-https-using-nginx-certbot-90ef2f3e5ccb
Thanks