Using mailman pages without SSL

I created a new mailman mailing list and configured everything to my liking. One thing that bothers me, though, is the fact that everything is being redirected to https pages with these directives:

RedirectMatch /cgi-bin/mailman/([^/]*)(.*) https://klasse-saar.de:10000/virtualmin-mailman/unauthenticated/$1.cgi$2
RedirectMatch /mailman/([^/]*)(.*) https://klasse-saar.de:10000/virtualmin-mailman/unauthenticated/$1.cgi$2

Is there an easy way to not use SSL for those pages. I don't want to buy a non self signed certificate just because of that. I'm dealing with very novice computer users and don't want to confront them with having to accept a self-signed certificate and stuff.

I tried to out-comment the 2 RedirectMatch directives to no avail.

Status: 
Closed (fixed)

Comments

I have the same issue...what was your solution?