Skip to Content
Menu
This question has been flagged
4 Replies
4543 Views

Hello, 

I have an instance of Odoo 10 running on CentOS using Apache.

I would like to make it accessible only using https.

Could you support with that? I tried to find a solution in internet but I don't find a clear explanation to make in work in my scenario (CentOS / Apache)


Avatar
Discard
Author

so I manage to find the config file, I added the virtual host for 443 pointing to the certificate and key but https still not work. I see in the log AH01909: RSA certificate configured for xxx:443 does NOT include an ID which matches

Best Answer

You may check www.caddyserver.com, when you are not firm and you want easy fully automated SSL.

Avatar
Discard
Author Best Answer

Thank you for your answer.

Yes I have a Certificate. 

My main issue is here in the link is talking about apache on Ubuntu, in my case is CentOS and the position of folder is different. 

I have no previous experience on this OS or Apache so it's hard for me to identify the correct place to look for apache config.

Avatar
Discard
Best Answer

Valerio,

Whats the Apache config? did you buy the SSL?

Inside the config, manage all servername only under 443, redirect request of host 80 to 443.

Here is a good read:  https://www.surekhatech.com/blog/configure-apache-web-server-with-odoo

Thanks,

Avatar
Discard