I have a verifiable bug on one of my cPanel servers that affects mailman lists when they are accessed via SSL.
I have an account that has two lists, council and members. This account has the force https switch enabled via cPanel -- Domain. The problem is on the members management page the form command is hard-coded and is being sent over a non-SSL connection:
This is preventing any changes on the membership management page from taking effect including unsubscribing a list member.
This is not happening on the council list. This list was setup later on the cPanel server but it is on the same cPanel account. The form action is being transmitted correctly over SSL:
The first question I have is did something change with a cPanel update that impacted the calling of form actions for Mailman lists after Dec/2018? The members list was setup in Dec/2018 and the council list was setup in Jan/2019.
The second question I have is how do I fix this?
Thank you for your assistance.
Brian Carpenter
I have an account that has two lists, council and members. This account has the force https switch enabled via cPanel -- Domain. The problem is on the members management page the form command is hard-coded and is being sent over a non-SSL connection:
<FORM action="http://list.domain.com/mailman/admin/members_list.domain.com/members?letter=a" method="POST" enctype="multipart/form-data">
This is preventing any changes on the membership management page from taking effect including unsubscribing a list member.
This is not happening on the council list. This list was setup later on the cPanel server but it is on the same cPanel account. The form action is being transmitted correctly over SSL:
<FORM action="../../admin/council_list.domain.com/members" method="POST" enctype="multipart/form-data">
The first question I have is did something change with a cPanel update that impacted the calling of form actions for Mailman lists after Dec/2018? The members list was setup in Dec/2018 and the council list was setup in Jan/2019.
The second question I have is how do I fix this?
Thank you for your assistance.
Brian Carpenter