#GUI Access
1 messages · Page 1 of 1 (latest)
What Ontap version are you running and are you using https:// there is no redirection
also, did you try accessing the node management LIFs instead of the cluster management LIF?
bit more info if you can.. system in use trying to connect, browser, error being presented, etc.
can you use something similar to curl/telnet/etc to hit the interface on the proper LIF:Port
I have seen something like this before. If you install a signed cert on your admin vserver, you have to update your ssl settings to use the signed cert instead of using the self-signed.
security ssl show
Will show you what cert you are currently using.
cert show-user-installed -vserver cluster01
Will show you all the certs you have installed on the system. You will need the serial number from the server cert you've installed (assuming this is your issue). Then, you update your ssl settings to use that cert:
security ssl modify -vserver cluster01 -serial certserialnumber -server-enabled true
I have also see instances where the GUI is not working, even though SSL has been updated. If you set "-server-enabled" to false and then set it back to true, it has fixed it for me in the past (on OnTap 9.8 I believe).