ajout de l'option reverse_proxy_validate_certs
This commit is contained in:
parent
f4316c5ed7
commit
c95b1fb3ec
2 changed files with 5 additions and 1 deletions
|
@ -3,3 +3,5 @@ reverse_proxy_SSLCipherSuite: "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+
|
||||||
reverse_proxy_default_website: https://www.libretic.fr
|
reverse_proxy_default_website: https://www.libretic.fr
|
||||||
reverse_proxy_default_issue_url: https://www.libretic.fr/contact
|
reverse_proxy_default_issue_url: https://www.libretic.fr/contact
|
||||||
reverse_proxy_additional_certificates: []
|
reverse_proxy_additional_certificates: []
|
||||||
|
# surcharger à false pour forcer le téléchargement sur des serveurs avec certificats invalides
|
||||||
|
reverse_proxy_validate_certs: true
|
||||||
|
|
|
@ -200,6 +200,7 @@
|
||||||
mode: u=rw,g=r,o=r
|
mode: u=rw,g=r,o=r
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
validate_certs: "{{ reverse_proxy_validate_certs }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ reverse_proxy_additional_certificates }}"
|
- "{{ reverse_proxy_additional_certificates }}"
|
||||||
notify:
|
notify:
|
||||||
|
@ -214,6 +215,7 @@
|
||||||
mode: u=rw,g=r,o=
|
mode: u=rw,g=r,o=
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
validate_certs: "{{ reverse_proxy_validate_certs }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ reverse_proxy_additional_certificates }}"
|
- "{{ reverse_proxy_additional_certificates }}"
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Reference in a new issue