Project

General

Profile

Actions

Anomalie #701

closed

Anomalie #421: Mettre en place un accès https only pour les outils web nécessitant une authentification

Sympa redirige vers la version http

Added by Vincent-Xavier JUMEL about 13 years ago. Updated over 5 years ago.

Status:
Fermé
Priority:
Normale
Category:
-
Target version:
-
Start date:
09/11/2011
Due date:
% Done:

100%

Estimated time:
Spent time:
Difficulté:
2 Facile

Related issues 1 (0 open1 closed)

Related to Admins - Anomalie #1129: Problème de login sur listes.libre-en-fete.netFerméFrançois Poulain12/18/2012

Actions
Actions #1

Updated by Vincent-Xavier JUMEL about 13 years ago

  • Parent task set to #421
Actions #2

Updated by Vincent-Xavier JUMEL about 13 years ago

En mettant wwsympa_url /wws on garde le schéma (http ou https) utilisé au départ. Voir commit:1974f4a

Actions #3

Updated by Vincent-Xavier JUMEL about 13 years ago

  • Target version set to Sprint Admin Sys septembre 2011
Actions #4

Updated by Vincent-Xavier JUMEL about 13 years ago

  • Status changed from Nouveau to En cours de traitement
  • % Done changed from 0 to 70
Actions #5

Updated by Vincent-Xavier JUMEL about 13 years ago

  • Status changed from En cours de traitement to Confirmé

On dispose des versions https et http. Il reste un dernier bug : Si on se logue depuis l'interface https on est ensuite renvoyé sur l'interface http.

Actions #6

Updated by Vincent-Xavier JUMEL about 13 years ago

  • Tracker changed from Demande to Anomalie
  • Subject changed from cheap ugg boots to https only sur listes-dev.april.org
  • Assignee changed from Alexis Daviot to Vincent-Xavier JUMEL
  • Priority changed from Immédiate to Normale
  • % Done changed from 0 to 70
Actions #7

Updated by Vincent-Xavier JUMEL about 13 years ago

  • Tracker changed from Demande to Anomalie
  • Subject changed from ugg to https only sur listes-dev.april.org
  • Assignee changed from Alexis Daviot to Vincent-Xavier JUMEL
  • Priority changed from Immédiate to Normale
  • % Done changed from 0 to 70
Actions #8

Updated by Vincent-Xavier JUMEL about 13 years ago

  • Tracker changed from Demande to Anomalie
  • Subject changed from uggs on sale to https only sur listes-dev.april.org
  • Status changed from Nouveau to En cours de traitement
  • Priority changed from Immédiate to Normale
  • % Done changed from 0 to 70
Actions #9

Updated by Vincent-Xavier JUMEL about 13 years ago

  • Assignee changed from Alexis Daviot to Vincent-Xavier JUMEL
Actions #10

Updated by Vincent-Xavier JUMEL about 13 years ago

  • Tracker changed from Demande to Anomalie
  • Subject changed from uggs sale to Sympa redirige vers la version http
  • Status changed from Nouveau to Rejeté
  • Assignee changed from Alexis Daviot to Vincent-Xavier JUMEL
  • Priority changed from Immédiate to Normale
  • Target version deleted (Sprint Admin Sys septembre 2011)

Rejeté pour cause de spam

Actions #11

Updated by Loïc Dachary about 12 years ago

  • % Done changed from 0 to 100
  • Difficulté set to 2 Facile
Actions #12

Updated by Vincent-Xavier JUMEL about 12 years ago

Statut: Nouveau
Je ne suis pas bien sûr que le problème soit bien résolu.
Le 26 novembre à 22:49 Gestionnaire de tâches a écrit

La demande #701 a été mise à jour par Loic Dachary.

% réalisé changé de 0 à 100
Difficulté mis à 2 Facile

----------------------------------------
Anomalie #701: Sympa redirige vers la version http
https://agir.april.org/issues/701

Auteur: Vincent-Xavier JUMEL
Statut: Rejeté
Priorité: Normale
Assigné à: Vincent-Xavier JUMEL
Catégorie:
Version cible:
Difficulté: 2 Facile

Actions #13

Updated by Vincent-Xavier JUMEL about 12 years ago

  • Status changed from Rejeté to Nouveau
Actions #14

Updated by Vincent-Xavier JUMEL about 11 years ago

  • % Done changed from 100 to 20
Actions #15

Updated by Vincent-Xavier JUMEL about 11 years ago

Date: Sun, 29 Sep 2013 22:04:53 +0200
To: admins-auto@april.org
Subject: [ADMINS AUTO] Git commit on nginx.april.org
commit 009c51ca71cf8eb49540383aa5bb573c742f07df
Author: root <root@nginx.april.org>
Date:   Sun Sep 29 22:04:53 2013 +0200
    Rediriger beaucoup plus de choses au niveau de nginx
diff --git a/nginx/sites-available/listes.agenda-du-libre.april.org b/nginx/sites-available/listes.agenda-du-libre.april.org
index 2d1d07e..1344067 100644
--- a/nginx/sites-available/listes.agenda-du-libre.april.org
+++ b/nginx/sites-available/listes.agenda-du-libre.april.org
@@ -3,7 +3,7 @@ server {
         server_name     listes.agenda-du-libre.april.org;
         charset off;
         access_log      /var/log/nginx/www.agenda-du-libre.april.org/listes.agenda-du-libre.april.org.access_log;
-        location /wws {
+        location / {
                 proxy_pass http://192.168.2.17;
                 proxy_set_header        Host $http_host;
         }
@@ -14,7 +14,7 @@ server {
         server_name     listes.agenda-du-libre.april.org;
         charset off;
         access_log      /var/log/nginx/www.agenda-du-libre.april.org/listes.agenda-du-libre.april.org.access_log;
-        location /wws {
+        location / {
                 proxy_pass http://192.168.2.17;
                 proxy_set_header        Host $http_host;
         }

Date: Sun, 29 Sep 2013 22:12:58 +0200
To: admins-auto@april.org
Subject: [ADMINS AUTO] Git commit on mail.april.org
commit 5f64277ace1b2178b1c141f70ae85b8dbec5b4d9
Author: root <root@mail.april.org.april.org>
Date:   Sun Sep 29 22:12:58 2013 +0200
    Suppression d'une redirection qui doit être faite par nginx
diff --git a/apache2/sites-available/listes.agenda-du-libre.april.org b/apache2/sites-available/listes.agenda-du-libre.april.org
index a06ce2c..2304fae 100644
--- a/apache2/sites-available/listes.agenda-du-libre.april.org
+++ b/apache2/sites-available/listes.agenda-du-libre.april.org
@@ -3,7 +3,8 @@
     ServerName listes.agenda-du-libre.april.org 

     DocumentRoot /var/www/
-    RedirectMatch permanent ^/$ https://listes.agenda-du-libre.april.org/wws
+
+    #Redirect permanent / https://listes.agenda-du-libre.april.org/wws
     <Directory />
         Options FollowSymLinks
         AllowOverride None

Date: Sun, 29 Sep 2013 22:26:33 +0200
To: admins-auto@april.org
Subject: [ADMINS AUTO] Git commit on nginx.april.org
commit ba09556aa434a89224b8368a3f16f01b8db8fe73
Author: root <root@nginx.april.org>
Date:   Sun Sep 29 22:26:33 2013 +0200
    Gérer la redirection entièrement par nginx
diff --git a/nginx/sites-available/listes.agenda-du-libre.april.org b/nginx/sites-available/listes.agenda-du-libre.april.org
index 1344067..cab13f4 100644
--- a/nginx/sites-available/listes.agenda-du-libre.april.org
+++ b/nginx/sites-available/listes.agenda-du-libre.april.org
@@ -3,10 +3,7 @@ server {
         server_name     listes.agenda-du-libre.april.org;
         charset off;
         access_log      /var/log/nginx/www.agenda-du-libre.april.org/listes.agenda-du-libre.april.org.access_log;
-        location / {
-                proxy_pass http://192.168.2.17;
-                proxy_set_header        Host $http_host;
-        }
+    rewrite     ^ https://listes.agenda-du-libre.april.org$request_uri? permanent;
 }

 server {
Actions #16

Updated by Vincent-Xavier JUMEL almost 11 years ago

Voir activité sur #1129 et le dernier patch sur admins-auto@

Actions #17

Updated by Vincent-Xavier JUMEL almost 11 years ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 20 to 100
Actions #18

Updated by Quentin Gibeaux over 5 years ago

  • Status changed from Résolu to Fermé
Actions

Also available in: Atom PDF