-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Squid captive portal #771
base: release-6.1
Are you sure you want to change the base?
Squid captive portal #771
Conversation
Pulling this into release-6.1 for testing, and running install-console, I get this error:
|
whenever something in install console changes the variable gui_ver in roles/xsce-admin/defaults/main.yml needs to be bumped to re-run the already completed parts. |
I also renamed/removed /etc/xsce/xsce.env and that seemed to do the trick |
Okay, some thoughts on the actual PR. This sort of works. If I set capture_enabled = True and rerun the network setup, the following scenario works:
However, after this initial captive portal page, https doesn't work, probably because squid isn't setup to handle https If I remove the https iptables line:
HTTPS (443) traffic works afterwards. So, I think before this goes in. Hope this helps. |
something just feels icky about a man-in-the-middle squid setup for https to me. |
Yup agree. Other ideas? |
Also, anyone have experience with this? https://msdn.microsoft.com/en-us/library/windows/hardware/dn408679.aspx Perhaps embedding this small snippet of xml in the html header can popup a notification in phones. Also found this: http://www.squid-cache.org/mail-archive/squid-users/201405/0285.html |
Does this interact with squid-xs.conf.j2: {% if gw_block_https == True %} |
No description provided.