Troubleshoot: Problem with 'This webpage is not available' and 'ERR_SSL_VERSION_OR_CIPHER_MISMATCH' when opening web gui with https on new install of NetScaler VPX KVM
Jul 9, 2015 · CommentsCitrix ADC
After installing a new NetScaler VPX KVM I had problems with reaching it when using https. My browser just showed the error message:
This webpage is not available
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
This seems to be because the NetScaler does not bind the certificate to the management services. These are the steps I did to resolve the issue.
Web GUI
Under “Configuration” -> “Traffic Management” -> “SSL”, press “Install”.
Just call the certificate “ns-certificate”, and choose “ns-server.cert” and “ns-server.key”.
Now under “Configuration” -> “Traffic Management” -> “Load balancing” -> “Services” -> “Internal Services”, choose on of the lines and press “Edit”.
Now press “Certificates” in the right menu.
Then press “No Client Certificate”.
Then choose “Select Client Certificate”.
And choose “ns-certificate”.
And press “Bind”.
Now do this on all the line items listed, and refresh. You should then see that all items are listed as up and with a green status.
And you should now be able to reach the web GUI with https.