Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - baneagle

#1
23.1 Legacy Series / User logs on captive portal
June 02, 2023, 11:15:01 AM
Hi there,

I'm trying to create a captive portal for a guest Wifi.
The portal is working fine but I need logs containing the username next to the website.

I understand I can do that with a proxy but obviously, I can't install my own AC on personal devices if I use a transparent proxy.
I've heard about Zenarmor too but I have 0€ budget for this project. We agree I can't use it for up to 254 devices with a free version?

Does anyone have an idea how to achieve this?

Thank you for any tip you could give me!  :D
#2
Thanks a lot !!

I did not understand that I needed the decrypted PKey.
#3
Nobody can help me with this?  :'(

Maybe there is a way I can try to import a certificate with CLI?
#4
Hi there,

I'm having an issue with the captive portal I just set up.
Everything works fine until I set a certificate for my login page.

When I do it, The login page doesn't load and timeout.
I'm not sure where I should look at to solve this.

Here is what I can tell for now:

ps fax | grep lighttpd
22794  -  S       0:00.05 /usr/local/sbin/lighttpd -f /var/etc/lighttpd-api-dispatcher.conf
91102  -  S       0:01.12 /usr/local/sbin/lighttpd -f /var/etc/lighty-webConfigurator.conf
92331  0  S+      0:00.00 grep lighttpd

ls -asl /var/etc/lighttpd-*
4 -rw-r--r--  1 root  wheel  1894 May 16 11:39 /var/etc/lighttpd-api-dispatcher.conf
8 -rw-r--r--  1 root  wheel  7736 May 16 11:39 /var/etc/lighttpd-cp-zone-0.conf

/usr/local/sbin/lighttpd -D -f /var/etc/lighttpd-cp-zone-0.conf
Enter PEM pass phrase:
2023-05-16 12:59:59: (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.69/src/mod_openssl.c.2548) ssl.cipher-list is deprecated.  Please prefer lighttpd secure TLS defaults, or use ssl.openssl.ssl-conf-cmd "CipherString" to set custom cipher list.


I'm guessing this is a problem with this certificate cause I don't have this type of issue if I work with the build-in cert.

Thanks for your insight and let me know if you need me to give you any other information.