mailman-bundler-3.0b1 error - Does it have an HTTPS login page?
Hi,
After installation of mailman-bundler-3.0b1 according to the instructions in README.rst and running the web interface, the web server runs and responds HTTP requests. The problem is that when I click the Login button on the top right of the page, I am redirected to this url: https://localhost:8000/archives/accounts/login
The server naturally doesn't respond to this, as its an HTTPS request being sent to an HTTP server.
I tried some hacks, but could not get it working (I don't know django at all).
How can I solve this? Why has this happened?
Bests
Hi,
Bump! It's about a week, and no response! Have I posted to the right place? Do you the Postorius/Hyperkitty developers have their own mailing list?
On 10/29/2014 09:02 PM, Vijay Tico wrote:
Hi,
After installation of mailman-bundler-3.0b1 according to the instructions in README.rst and running the web interface, the web server runs and responds HTTP requests. The problem is that when I click the Login button on the top right of the page, I am redirected to this url: https://localhost:8000/archives/accounts/login
The server naturally doesn't respond to this, as its an HTTPS request being sent to an HTTP server.
I tried some hacks, but could not get it working (I don't know django at all).
How can I solve this? Why has this happened?
Bests
HI Vijay,
This was a bug in mailman-bundler, which is already fixed in the main
trunk. You
can either install mailman-bundler from the latest source or fix yourself
manually.
The fix is to edit 'mailman-bundler/mailman-web/development.py' and change
the
value of USE_SSL
to False (It should be true in your case).
thanks, Abhilash Raj
On Thu, Nov 6, 2014 at 4:53 PM, Vijay Tico <vtico@yandex.com> wrote:
Hi,
Bump! It's about a week, and no response! Have I posted to the right place? Do you the Postorius/Hyperkitty developers have their own mailing list?
On 10/29/2014 09:02 PM, Vijay Tico wrote:
Hi,
After installation of mailman-bundler-3.0b1 according to the instructions in README.rst and running the web interface, the web server runs and responds HTTP requests. The problem is that when I click the Login button on the top right of the page, I am redirected to this url: https://localhost:8000/archives/accounts/login
The server naturally doesn't respond to this, as its an HTTPS request
being sent to an HTTP server.
I tried some hacks, but could not get it working (I don't know django at all).
How can I solve this? Why has this happened?
Bests
Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-developers/raj.abhilash1%40g...
Security Policy: http://wiki.list.org/x/QIA9
participants (2)
-
Abhilash Raj
-
Vijay Tico