10-20-2022 02:00 AM
Hi
I have an issue with my Guest portal in my Cisco C9800.
Weh i try to connect to my SSID Guest, I have
An Ip
I can lunch the web portal by https://192.0.2.1
but the Web Portal not appear mannually or maybe 1 time / 5.
Do you know how to resolve it ?
Regards
10-20-2022 02:12 AM
check below guide and check the config :
10-20-2022 02:13 AM
but the Web Portal not appear AUTOMATICALLY (soory) or maybe 1 time / 5.
10-20-2022 02:31 AM
maybe 1 time / 5.
You mean 1 works out of 5 times ?
on same device ?
10-20-2022 02:44 AM
Hi
You mean 1 works out of 5 times --> Yes exactly
on same device --> No, Multiple device (W10 / Iphone)
Regards
10-20-2022 03:05 AM
Are you using CWA or LWA? If CWA please post the ACL.
Can you post your web auth parameter map and also the http server configuration from the WLC. I would recommend having something similar.
parameter-map type webauth global
type webauth
virtual-ip ipv4 192.0.2.1
virtual-ip ipv6 2001:DB8::1
webauth-http-enable
!
no ip http server
ip http secure server
!
10-20-2022 03:14 AM
Hello
This is my config
parameter-map type webauth Web_Portal_MYNAME
type webauth
redirect on-success https://www.MYWEBSITE.ch/accueil
max-http-conns 120
cisco-logo-disable
!
I try
it's seem to be better when i add
ip http server ( iknow that normally is better when we desactivate http server).
Now I have a better situation ... I don't know how
The user has the web portal login but with an certificate error and he has to validate the connection before to connect to the web portal.
10-20-2022 03:20 AM
You can avoid enabling the http server in the WLC by adding "webauth-http-enable" under the web auth parameter map. Certificate is important, it is recommended to use publicly signed certificate. Please consider adding the parameter map config I shared before.
10-20-2022 04:17 AM
Thanks for your help
"webauth-http-enable" does not seems to exist on my WLC.
conf t
cwlc(config)#parameter-map type webauth Web_portal_MYNAME
wlc(config-params-parameter-map)#webauth-http-enable
^
% Invalid input detected at '^' marker.
wlc(config-params-parameter-map)#
10-20-2022 04:37 AM
10-20-2022 05:49 PM
As @Arshad Safrulla said you're running an old version of IOS-XE - update to current release.
webauth-http-enable was a feature enhancement to allow webauth to use http while disabling http server for GUI access.
To avoid certificate errors your splash/landing page must have a valid public certificate matching the DNS name of the URL for the page.
10-23-2022 03:26 AM
Hello
Thanks for your return.
Except error on my part, I use the last firmware available on cisco web site.
But now, my spalh page arrive quickly when I change my certificat.
But i would like to understand (for my understanding) the relationship between the certificate and the automatic launch of the splah page.
10-23-2022 03:54 AM
Modern devices and browsers implement strict security protocols now.
That means any secure web page must have a valid certificate before it will load. If you don't provide a valid certificate the page is considered insecure (= DANGEROUS/MITM/HACKERS/MALWARE) and will not load for the safety of the user and device.
10-23-2022 07:34 AM
Great ! many thanks for your return !
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide