We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to allow HTML login pages to POST the user credentials via HTTPs to chilli?
The docs say:
When set, the uamuiport is enabled with SSL. Requires at least sslkeyfile and sslcertfile to be defined.
uamuiport
sslkeyfile
sslcertfile
TCP port to bind to for only serving embedded content.
So it seems uamuissl only allows serving static content via HTTPs and my tests confirm this.
uamuissl
Is there a way to allows sending POST requests to authenticate users via HTTPs?
The text was updated successfully, but these errors were encountered:
Found this which should be relevant: https://coova.github.io/mail-archive/chilli/2010-September/001499.html
Sorry, something went wrong.
#365
No branches or pull requests
Is there a way to allow HTML login pages to POST the user credentials via HTTPs to chilli?
The docs say:
uamuissl
When set, the
uamuiport
is enabled with SSL. Requires at leastsslkeyfile
andsslcertfile
to be defined.uamuiport port
TCP port to bind to for only serving embedded content.
So it seems
uamuissl
only allows serving static content via HTTPs and my tests confirm this.Is there a way to allows sending POST requests to authenticate users via HTTPs?
The text was updated successfully, but these errors were encountered: