Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 1Y0-403 All Questions

View all questions & answers for the 1Y0-403 exam

Exam 1Y0-403 topic 1 question 14 discussion

Actual exam question from Citrix's 1Y0-403
Question #: 14
Topic #: 1
[All 1Y0-403 Questions]

A Citrix Architect needs to enable the security of the Virtual Delivery Agent (VDA) by evaluating the `˜Enable-VdaSSL.ps1 -Enable' script.
Which supported SSL protocol version is least secure when using the default settings of the script?

  • A. TLS 1.0
  • B. SSL 3.0
  • C. TLS 1.2
  • D. TLS 1.1
  • E. SSL 1.0
  • F. SSL 2.0
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
d0bermannn
Highly Voted 2 years, 9 months ago
Selected Answer: A
A is correct https://support.citrix.com/article/CTX220062 said Enable-VdaSSL {-Enable | -Disable} [–SSLPort <port>] [-SSLMinVersion “<min-ssl-version>”] [-SSLCipherSuite“<suite>”] [-CertificateThumbPrint “<thumbprint>”] and -SSLMinVersion “<min-ssl-version>” Minimum SSL protocol version, enclosed in quotation marks. Valid values: "SSL_3.0", "TLS_1.0", "TLS_1.1", and "TLS_1.2". Default: "TLS_1.0"
upvoted 8 times
...
[Removed]
Highly Voted 2 years, 7 months ago
Selected Answer: A
Keyword: "default settings of the script"
upvoted 5 times
...
JenBe
Most Recent 1 year, 2 months ago
Selected Answer: A
Link is correct but answer is wrong. Magic keyword is "default" and the table shows: Minimum TLS protocol version, enclosed in quotation marks. Valid values: “SSL_3.0”, “TLS_1.0” (default), “TLS_1.1”, and “TLS_1.2”.
upvoted 2 times
...
Joe_miller
1 year, 4 months ago
Selected Answer: A
https://docs.citrix.com/en-us/xenapp-and-xendesktop/7-15-ltsr/secure/tls.htm According to this link above and in the table, it has (Default) right after TLS 1.0 Based on that I vote A Minimum TLS protocol version, enclosed in quotation marks. Valid values: “SSL_3.0”, “TLS_1.0” (default), “TLS_1.1”, and “TLS_1.2”. Important: Citrix recommends that customers review their usage of SSLv3 and take steps to reconfigure their deployments to remove support for SSLv3 where appropriate. See CTX200238.
upvoted 2 times
...
Francl
2 years, 7 months ago
Selected Answer: B
The minimum ssl protocol version is ssl_v3 and will be enabled if nothing else is submitted
upvoted 3 times
...
jdstroy
2 years, 9 months ago
Selected Answer: A
I read over "default". A is correct! Sorry!
upvoted 4 times
...
jdstroy
2 years, 10 months ago
Selected Answer: B
B is correct!
upvoted 1 times
d0bermannn
2 years, 9 months ago
no way: https://support.citrix.com/article/CTX220062 said Enable-VdaSSL {-Enable | -Disable} [–SSLPort <port>] [-SSLMinVersion “<min-ssl-version>”] [-SSLCipherSuite“<suite>”] [-CertificateThumbPrint “<thumbprint>”] and -SSLMinVersion “<min-ssl-version>” Minimum SSL protocol version, enclosed in quotation marks. Valid values: "SSL_3.0", "TLS_1.0", "TLS_1.1", and "TLS_1.2". Default: "TLS_1.0" A is correct
upvoted 2 times
...
...
Vivsontime
2 years, 10 months ago
Which versions of the SSL protocol to allow. The supported SSL protocol versions follow a hierarchy (lowest to highest): SSL 3.0, TLS 1.0, TLS 1.1, and TLS 1.2. You specify the minimum allowed version; all protocol connections using that version or a higher version are allowed. For example, if you specify TLS 1.1 as the minimum version, then TLS 1.1 and TLS 1.2 protocol connections are allowed. If you specify SSL 3.0 as the minimum version, then connections for all the supported versions are allowed. If you specify TLS 1.2 as the minimum version, only TLS 1.2 connections are allowed. B should be the answer.
upvoted 1 times
d0bermannn
2 years, 9 months ago
default param of any ps1 is that may be omitted at ps1 invoke, in our case for Enable-VdaSSL.ps1 if there is no any -SSLMinVersion option we goes with default ie tls 1.0
upvoted 1 times
...
...
maurizio_n91
3 years, 5 months ago
A is right
upvoted 2 times
...
chris715
3 years, 6 months ago
https://support.citrix.com/article/CTX220062 Minimum SSL protocol version, enclosed in quotation marks. Valid values: "SSL_3.0", "TLS_1.0", "TLS_1.1", and "TLS_1.2". Default: "TLS_1.0"
upvoted 2 times
...
papay31
3 years, 10 months ago
Agreed with @bonepin Enable-VDASSL --SSLMinVersion “<min-ssl-version>” From https://support.citrix.com/article/CTX220062 Minimum SSL protocol version, enclosed in quotation marks. Valid values: "SSL_3.0", "TLS_1.0", "TLS_1.1", and "TLS_1.2". Default: "TLS_1.0"
upvoted 3 times
...
TB12isthegreat
4 years ago
I think that the key here is "when using the default settings of the script", so I go with TLS 1.0, so A.
upvoted 2 times
...
jpgalan
4 years ago
A is correct. Defaults setting is TLS 1.0 (Script -> .PARAMETER SSLMinVersion Specifies the minimum SSL version (allowed values are SSL_3.0, TLS_1.0, TLS_1.1 and TLS_1.2). Default is TLS_1.0. )
upvoted 2 times
...
Azure_Az_U_Can_B
4 years, 1 month ago
Yes, B. B1lly's referenced article states: "If you specify SSL 3.0 as the minimum version, then connections for all the supported versions are allowed."
upvoted 1 times
...
B1lly
4 years, 1 month ago
The answer is B is correct: https://support.citrix.com/article/CTX220062 Which versions of the SSL protocol to allow. The supported SSL protocol versions follow a hierarchy (lowest to highest): SSL 3.0, TLS 1.0, TLS 1.1, and TLS 1.2. You specify the minimum allowed version; all protocol connections using that version or a higher version are allowed. If you want to change the default settings (optional), use the following in the same registry path: SSLPort DWORD – SSL port number. Default: 443. SSLMinVersion DWORD – 1 = SSL 3.0, 2 = TLS 1.0, 3 = TLS 1.1, 4 = TLS 1.2. Default: 2 (TLS 1.0). SSLCipherSuite DWORD – 1 = GOV, 2 = COM, 3 = ALL. Default: 3 (ALL).
upvoted 3 times
certhunterfembot
3 years, 10 months ago
Correct. Don't get caught up on "default settings". The article says "You specify the minimum allowed version [in the script]."
upvoted 1 times
certhunterfembot
3 years, 10 months ago
WAIT! I was wrong. The question is asking what the default setting will be. SSLMinVersion DWORD – 1 = SSL 3.0, 2 = TLS 1.0, 3 = TLS 1.1, 4 = TLS 1.2. Default: 2 (TLS 1.0). Default is TLS 1.0!!
upvoted 3 times
...
...
...
vince2028
4 years, 2 months ago
correct answer should be A . default setting is TLS 1.0
upvoted 4 times
bonepin
4 years ago
I also would say A, the question states "using the default settings of the script". The Default is TLS1.0
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...