Skip to main content

How to use OpenSSL to verify certificate for phoenix.druva.com

Updated over 2 weeks ago

This article applies to:

  • OS: Windows

  • Product edition: Phoenix

Overview

The OpenSSL command line tool can be used for several purposes like creating certificates, viewing certificates, testing https services and connectivity, and so on. This document provides a summary of openssl s_client commands which can be used to test connectivity to Phoenix.

This test can be helpful in certain scenarios like:

  • Backup failures with 'SSL/certiifcate error,' 'server not reachable'

  • SSL terminates the proxy that blocks the connection

Verify certificate using OpenSSL

  1. First Download OpenSSL from (https://openssl-library.org/source/) to run this test.

  2. Open the command prompt and navigate to the bin folder inside OpenSSL folder (for example, C:\openssl-win64\bin).

  3. Run the below command

    openssl.exe s_client -connect phoenix.druva.com:443 -servername phoenix.druva.com
        openssl.exe s_client -connect phoenix.druva.com:443 -servername ap1-phoenix.druva.com


    If the issue still persists please contact Druva support.

Successful output:

PhoenixSuccessOP1.png
PhoenixSuccessOP2.png

Failed output:

PhoenixFailedOP.png

See also

Did this answer your question?