LPI
117-303 · Question #84
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
(33 responses)- A18% (6)
- B3% (1)
- C73% (24)
- D6% (2)
Community Discussion
No community discussion yet for this question.