INTRODUCTION TO NET
APPLICATION DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Create an HTTPS Listener for the load balancer.
|
|
Add a certificate to the load balancer.
|
|
Update the App Gateway for HTTPS (if the domain uses Oracle Identity Cloud Service).
|
|
Allow ingress traffic in port 80 only on a security list for the load balancer.
|
Detailed explanation-1: -If you use HTTPS (SSL or TLS) for your front-end listener, you must deploy an SSL/TLS certificate on your load balancer. The load balancer uses the certificate to terminate the connection and then decrypt requests from clients before sending them to the instances.
Detailed explanation-2: -Step 1: Create the identity keystore. Step 2: Generate a new CSR. Step 3: Self-sign the CSR. Step 4: Create the keystore. Step 5: Copy the SSL certificate to all other servers in the domain. Step 6: Configure the WebLogic Node Manager. More items •04-Dec-2020
Detailed explanation-3: -Step 1: Define your load balancer. Step 2: Assign security groups to your load balancer in a VPC. Step 3: Configure security settings. Step 4: Configure health checks. Step 5: Register EC2 instances with your load balancer. Step 6: Tag your load balancer (optional) More items
Detailed explanation-4: -Access the Oracle Cloud Infrastructure console. From the navigation menu, select Networking, and then click Load Balancers. Select the Compartment in which the network resources for your domain were created. More items
Detailed explanation-5: -Login to WebLogic Admin console. Click Lock and Edit. Select environment, servers. For each server: On the main Configuration tab, select SSL Listen Port Enabled. Click Save. Enabling secure replication: In WebLogic Administration Console: Click Lock and Edit.
Detailed explanation-6: -Open opmn. In the < ias-component id="HTTP Server” > entry, change the start mode from “ssl-disabled” to “ssl-enabled". Save and close opmn. Reload OPMN using the following command: opmnctl reload. Stop Oracle HTTP Server using the following command: More items