Scenario: An engineer has been asked to implement load balancing of an existing unsecured web application.
The engineer needs to ensure that users will access the web application using HTTPS, but no changes can be
made to the web servers hosting the web application.
In order to fulfill the requirements, the engineer must create an __________ service group and add members
with port __________; and bind the service group to an __________ virtual server. (Choose the correct set of
options to complete the sentence.)

A.
SSL; 443; SSL
B.
HTTP; 80; SSL
C.
SSL; 80; HTTP
D.
HTTPS; 443; HTTP
Since the back-end servers only allow UNSECURE (HTTP) traffic we need HTTP monitors over TCP port 80. At the external facing side we need an SSL vServer ofc.
0
0
I have the same idea. B
0
0