Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible de supprimer des messages mailmain en HTTPS #10

Open
pascalchevrel opened this issue Dec 11, 2015 · 8 comments
Open

Impossible de supprimer des messages mailmain en HTTPS #10

pascalchevrel opened this issue Dec 11, 2015 · 8 comments
Assignees

Comments

@pascalchevrel
Copy link
Member

J'ai passé le site www.mozfr.org en https hier et la suppression de messages du mailman ne marche plus. Idéalement ne ne voudrais pas remettre le site avec un accès aussi en http.

@lhirlimann
Copy link

Tu utilises let's encrypt ?
T'as pas de message d'erreur qaudn tu fait la supression ?

@pascalchevrel
Copy link
Member Author

non, on a un vrai certificat wildcard payé pour un an par chofmann

@laurentj laurentj self-assigned this Dec 11, 2015
@pascalchevrel
Copy link
Member Author

pas de message d'erreur, ça recharge juste la page sans avoir fait d'action sur les messages sélectionnés

@taratatach
Copy link

Il y a une redirection vers le https quand on poste donc les données ne sont probablement jamais traitées par mailman:

* Connected to mozfr.org (188.165.242.92) port 80 (#0)
> POST /mailman/admindb/moz-fr HTTP/1.1
> Host: mozfr.org
> User-Agent: curl/7.43.0
> Cookie: moz-fr+moderator=blahblahcookie
> Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
> Content-Length: 1282
> Content-Type: application/x-www-form-urlencoded
> Expect: 100-continue
>
< HTTP/1.1 302 Found
< Date: Fri, 11 Dec 2015 16:37:48 GMT
< Server: Apache/2.2.22 (Debian)
< Location: https://www.mozfr.org/mailman/admindb/moz-fr
< Vary: Accept-Encoding
< Content-Length: 303
< Connection: close
< Content-Type: text/html; charset=iso-8859-1
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://www.mozfr.org/mailman/admindb/moz-fr">here</a>.</p>
<hr>
<address>Apache/2.2.22 (Debian) Server at mozfr.org Port 80</address>
</body></html>
* Closing connection 0

Si c'est possible, changer l'url du formulaire de http://mozfr.org/mailman/admindb/moz-fr vers https://mozfr.org/mailman/admindb/moz-fr règlerait probablement le problème.

@pascalchevrel
Copy link
Member Author

J'ai réactivé http pour mozfr puisqu'on ne peut plus gérer les listes sans
http://www.mozfr.org/liste/

@Mozinet-fr
Copy link
Contributor

Ça a l'air d'être réglé comme problème. Je peux de nouveau gérer les notifications mailman.

@pascalchevrel
Copy link
Member Author

c'est parce que j'ai fait un retour arrière, le problème de fond est je ne pense pas réglé

@ghost
Copy link

ghost commented Dec 15, 2015

mailman doit être configuré avec une url de base http, il faudrait le migrer en https, créer des redirections et idéalement déplacer les listes sur un sous-domaine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants