Sorry but i didnt find a description how to configure this and I tried a while:
Situation - A odoo instance is running:
With local access http://127.0.0.1:8069 the etherpad on 127.0.0.1:9001 is configured and shown perfectly.
With local access to the same DB wirh https://127.0.0.1 odoo is shown fine, but etherpad inside notes does not load.
The https runs over an nginx with ssl certificate, which works fine. How to configure etherpad to work inside a secure odoo?
how many people here are using etherpad-lite inside odoo?
Thanks in advance.
Edit: Managed with your help. With ssl enabled inside etherpad config and ssl connection to eterpad-lite it works fine.
Have you installed your etherpad-lite on an dedicated server? Backup is not so convinient with some data outside of the postgres db -> in the mysql-db of the etherpad. So its working and I am not sure about using it in production.... Still I would favour some integrated solution. Thanks for your help :-)
Hello, I am actually facing the exact same situation. Odoo is hosted with officialy signed SSL certificate. Working properly. Pad is under the sub-domain pad.xxxx.com and with a self-signed SSL certifiacte. Working properly. When logging in odoo, I got a blank screen in the iframe with only one icone to expand the iframe which, if I click on it, opens me a _blank new page with the same icone on the top right. Can you please help me? I am curious on how you managed to solve it. Cheers, H
Me again. Found it. This was just to re-declare the https in the odoo config and re-start the odoo server as well as etherpad one. Everything works now.