coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
516 stars 258 forks source link

[HTTPS] it is possible to have uamport listen on TSL to authenticate via HTTPs? #461

Open nemesifier opened 5 years ago

nemesifier commented 5 years ago

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 least sslkeyfile and sslcertfile 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?

nemesifier commented 5 years ago

Found this which should be relevant: https://coova.github.io/mail-archive/chilli/2010-September/001499.html

antoniovalenzuela commented 5 years ago

https://github.com/coova/coova-chilli/issues/365