Courseiva
AutomationmediumMultiple ChoiceObjective-mapped

350-601 Automation Practice Question

Exhibit

feature nxapi
nxapi http port 80
nxapi https port 443
nxapi certificate /bootflash/self.crt key /bootflash/self.key

Refer to the exhibit. An engineer configured NX-API on a Nexus 9000 switch. The REST API client receives 'SSL_ERROR_BAD_CERT_DOMAIN'. What is the most likely cause?

⚠ Common exam trap

Cisco often tests the distinction between certificate validation errors (domain mismatch, expiry, untrusted CA) and other TLS/SSL failures (missing key, corrupted file), expecting candidates to recognize that 'SSL_ERROR_BAD_CERT_DOMAIN' specifically points to a hostname mismatch rather than a general certificate problem.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The certificate does not match the switch's hostname

The SSL_ERROR_BAD_CERT_DOMAIN error indicates that the certificate presented by the Nexus 9000 switch does not match the hostname used in the REST API client's request. When NX-API uses HTTPS, the client validates the server's certificate against the requested domain; a mismatch triggers this error. This is a common TLS/SSL certificate validation issue, not a problem with HTTP conflicts, missing keys, or corrupted files.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • HTTP is enabled which conflicts with HTTPS

    Why it's wrong here

    HTTP and HTTPS can co-exist without conflict.

  • The key file is missing

    Why it's wrong here

    Would cause 'missing key' error, not domain mismatch.

  • The certificate file is corrupted

    Why it's wrong here

    Would cause a different SSL error.

  • The certificate does not match the switch's hostname

    Why this is correct

    SSL_ERROR_BAD_CERT_DOMAIN specifically indicates domain mismatch.

About these practice questions

This 350-601 question is part of Courseiva's 984-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 350-601 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 350-601 exam.