Citrix Exam Questions

What is the likely cause of the connectivity issue?

Scenario: Users complain that they are NOT able to connect to a web site using the IP address.
The relevant portion of the configuration is shown below:
add ssl profile srv-web -sessReuse ENABLED -sessTimeout 120 -tls11
DISABLED -tls12 DISABLED -strictCAChecks YES
add service svc-web 192.168.1.3 HTTP 80
add lb vserver srv-web SSL 192.168.1.22 443 -persistenceType NONE –

cltTimeout 180
bind lb vserver srv-web svc-web
set ssl vserver srv-web -eRSA DISABLED -clientAuth ENABLED -clientCert
Optional -tls11 DISABLED -tls12 DISABLED -SNIEnable ENABLED
add ssl policy svc-web -rule true -action NOOP
bind ssl vserver srv-web -certkeyName WebCert -SNICert
bind ssl vserver srv-web -policyName svc-web -priority 100
What is the likely cause of the connectivity issue?

A.
SSL policy is incorrect.

B.
Client Authentication is enabled.

C.
Server Name Indication is enabled.

D.
Load Balancing persistence is set to NONE.