nerdexam
CompTIA

LX0-102 · Question #427

The openssl command can be used to test connections with various secure services. What command will open a connection with a remote POP3S (POP3 over SSL) server?

The correct answer is C. openssl s_client connect pop.example.com:pop3s. See the full explanation below for the reasoning.

Question

The openssl command can be used to test connections with various secure services. What command will open a connection with a remote POP3S (POP3 over SSL) server?

Options

  • Aopenssl connect host pop.example.com:pop3s
  • Bopenssl connect pop.example.com:pop3s
  • Copenssl s_client connect pop.example.com:pop3s
  • Dopenssl s_client pop.example.com:pop3s

How the community answered

(28 responses)
  • A
    4% (1)
  • C
    86% (24)
  • D
    11% (3)

Community Discussion

No community discussion yet for this question.

Full LX0-102 Practice