Tâche #27817
Scénario #28737: Traitement express MEN (27-35)
Nginx doit fonctionner quand on est en certificat manuel sur Hapy
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Start date:
04/10/2019
Due date:
% Done:
100%
Estimated time:
0.00 h
Remaining (hours):
0.0
Description
Il y a une erreur de variable dans la configuration nebula qui fait que nginx ne démarre plus quand on est en mode manuel :
# cat patch/nginx-nebula.conf.patch --- distrib/nginx-nebula.conf 2017-11-14 12:02:09.000000000 +0100 +++ modif/nginx-nebula.conf 2019-04-10 11:04:10.634206089 +0200 @@ -19,7 +19,7 @@ ### SSL Parameters ssl on; - ssl_certificate %%server_pem; + ssl_certificate %%server_crt; ssl_certificate_key %%server_key; client_max_body_size 1536M;
Associated revisions
Use the good variable for nginx ssl_certificate
Ref: #27817
History
#1 Updated by Joël Cuissinat about 3 years ago
- Parent task set to #28737
#2 Updated by Joël Cuissinat about 3 years ago
- Status changed from Nouveau to En cours
- Assigned To set to Joël Cuissinat
Ce ne serait pas %%server_cert plutôt !
#3 Updated by Joël Cuissinat almost 3 years ago
- Status changed from En cours to Résolu
- % Done changed from 0 to 100
C'est un template => 2.7.2
#4 Updated by Laurent Flori almost 3 years ago
- Status changed from Résolu to Fermé
- Remaining (hours) set to 0.0
#5 Updated by Laurent Flori almost 3 years ago
- Estimated time set to 0.00 h
#6 Updated by Laurent Flori almost 3 years ago
- Status changed from Fermé to Résolu
#7 Updated by Laurent Flori almost 3 years ago
- Status changed from Résolu to Fermé