Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

How to force SSL in Odoo8 on CentOS shared hosting?

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
sslhttps
5 Răspunsuri
7428 Vizualizări
Imagine profil
Peter A

I've seen a number of tutorials explaining how to set up SSL for Odoo 8 that involve editing Apache conf files or nginx conf files, but I don't have access to those. I can only access the Odoo files and files in my user directort.

This thread <https://www.odoo.com/forum/help-1/question/how-to-set-up-odoo-8-with-ssl-and-apache2-61282> talks about adding lines to odoo.conf, but I can't find the odoo.conf file.

And I've tried changing web.base.url (in System Parameters) to https, but after I log out and log back in it's always back to http again.

-1
Imagine profil
Abandonează
Temur

a side question: How do you managed to install odoo on the shared hosting?

Temur

if odoo.conf does not exist, you can create one. then pass to odoo the option: --config=/path/to/odoo.conf

Peter A
Autor

My web host is Webfaction, and it's shared hosting but with lots of options, not like most shared hosting which is very restrictive. So I installed Odoo8 as a "custom app listening on port" 8069. Then I installed a private instance of postgreSQL. Odoo works fine, but a little slow so far. I need to try to optimize it.

Imagine profil
Peter A
Autor Cel mai bun răspuns

Thank you. I managed to get SSL working, but not in the traditional way — it's kind of a hack: I set up an .htaccess file on the http:// version of the URL that says:

RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-SSL} !on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

And I think it's working properly, because I'm not getting any browser warnings about insecure content. This particular RewriteCond using HTTP:X-Forwarded-SSL is recommended by my host, Webfaction.

I did locate a configuration file called .openerp_serverrc at the path ~/$HOME/.openerp_serverrc and I set the proxy_mode = True

I did not set up a private Apache or Nginx server for the installation of Odoo, but the way Webfaction works, the Odoo site is automatically being served by Nginx.

1
Imagine profil
Abandonează
Ermin Trevisan

This looks like Apache vhost definition to me (just a sidenote). However, using .htaccess is not a hack, but the proper way when you do not have an open system provided by your hoster.

Imagine profil
Ermin Trevisan
Cel mai bun răspuns

Depending on how you installed Odoo, the name of your "odoo.conf" can also be openerp-server.conf and it can be located in /etc/odoo directory for example.

There you need the following entry: proxy_mode = True

However, this does not help if you do not have enough access rights to your server in order to complete all necessary steps to install and set up your Apache or Nginx server. So you should revert to your hosting provider to get the necessary help.

1
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Can anyone help me for fixing this? it said my website not secure
ssl https
Imagine profil
0
ian. 24
2785
Problems while switching to HTTPS - mixing unsecure connections to resources.
ssl https
Imagine profil
Imagine profil
Imagine profil
3
oct. 18
11470
Unable to attach files in Odoo when using HTTPS via nginx Rezolvat
nginx ssl https
Imagine profil
Imagine profil
Imagine profil
Imagine profil
3
mai 24
17403
odoo 11.0 web.base.url Rezolvat
ssl https redirect
Imagine profil
1
feb. 18
8910
Mixed Content error on website module
https
Imagine profil
Imagine profil
Imagine profil
Imagine profil
3
iun. 25
2877
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now