Minimal server used for testing purposes runs with no ssl by default. System-wide flask_fas.py requires https otherwise user cannot log in to FAS.
Add note to readme and/or change APP.run() to APP.run(ssl_context='adhoc') in runserver.py
I ran into this issue, two days ago, you could disable the https requirement using the configuration key FAS_HTTPS_REQUIRED for development purpose. Documentation has already been updated: https://github.com/fedora-infra/fedocal/commit/58c5dcdc152b326ca9503d09182fd511a1dbe7cc
Ok, closing.
Log in to comment on this ticket.