Question 24 of 44 from exam CAS-004: CompTIA CASP+

Question 24 of 44 from exam CAS-004: CompTIA CASP+

Question

A customer reports being unable to connect to a website at www.test.com to consume services.

The customer notices the web application has the following published cipher suite:

TLS_ECDHE_RSA_WITH_AES 256 CBC_SHA384
Signature hash algorithm:

sha256

Public key:
RSA (2048 Bits)
-htaccess confi:
<VirtualHost> *:80>

ServerName www.test.com

Redirect / https: //www.test.com
</VirtualHost>

<VirtualHost _default_:443>
ServerName www.test.com

DocumnetRoot /usr/local/apache2/htdocs
SSLEngine On

</VirtualHost>

TLS_ECDHE_RSA_WITH_AES 128 _CBC_SHA256

Which of the following is the MOST likely cause of the customer's inability to connect?

Answers

Explanations