Skip to main content


 

 

How can we help you?

 

Druva Documentation

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

Heads up!

We've transitioned to a new documentation portal to serve you better. Access the latest content by clicking here.

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 conectivity 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. Download OpenSSL first 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