Submitted by nick108 on Wed, 02/11/2009 - 16:48 Pro Licensee
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
Submitted by fuzzie on Mon, 09/21/2009 - 23:15 Comment #4
I have the same issue...what was your solution?