Natalie is responsible for the security of web servers and is configuring the WAF to allow only encrypted traffic to and from the web server, including from administrators using the command-line interface.
What should she do?

Respuesta :

Answer:

Configured HTTPs forwarding to and from server and SSH

Explanation:

The HTTPs (secure hyper text transfer procotol) is an encrypted form of communicating packets between clients and servers. It has a port number of 443 with a high encryption policy. They are used to secure sites that request user details to prevent claiming of these information by attackers.

The SSH which is an abbreviation of secure shell is used to remotely connect to intermediate devices like routers and switches in a network. unlike its counterpart telnet, it is configured with an automatic encrypted channel with a private key. It also request for password and username.