Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I'm trying to configure a configuration to allow the user of the WiFi network to access a captive portal, which has different forms of authentication.The problem is that a user who has not yet logged in cannot access the external service to log...
Hello,I'm using the Cisco Catalyst 9800-CL Wireless Controller, with Web Auth and captive portal. The captive portal is hosted on an external server, within my network, with https.on some devices, when I try to access the internet, I am redirected to...
Hi guysI'm having Web Auth issues with https.For some devices, authentication works correctly (with https).For others, the user is redirected to an (unsecured) http page.I noticed that this problem occurs mainly when I use radius authentication.On th...
Thanks for your reply."Is your apache server using a valid public certificate with matching fully qualified domain name?"Yes, the certificate was signed by the same CA of other services that we already use in the institution."Does your WLC also have ...
The external captive portal page is configured to operate with https. It is an apache server. That part is working without problems.I noticed that the problem occurs in two cases:1st when the captive portal "default" (detectportal.firefox or gstatic....
Adding these lines in apache server configurationSSLCertificateFile /etc/apache2/certificate/mydomain.crtSSLCertificateKeyFile /etc/apache2/certificate/mydomain.keySSLCertificateChainFile /etc/apache2/certificate/intermediate.pem
I was able to solve the problem by entering the signed certificate along with the root and intermediary certificate on an external apache server.Thanks a lot for the help.