Ssoconfig returns 400: Invalid SNI
search cancel

Ssoconfig returns 400: Invalid SNI

book

Article ID: 373527

calendar_today

Updated On:

Products

Network Observability CA Performance Management

Issue/Introduction

When trying to run /opt/CA/PerformanceCenter/SsoConfig the following error is seen:

2024-07-31 09:39:31,119 | org.eclipse.jetty.server.HttpChannel
      | handleException /pc/center/webservice/sso org.eclipse.jetty.http.BadMessageException: 400: Invalid SNI

Cause

Short host name is not in the certificate's SAN entries

Resolution

Run the following switch when opening SsoConfig

  1. cd /opt/CA/PerformanceCenter/
  2. ./SsoConfig --host <FullyQualifiedHostName>

Example: SsoConfig --host Hostname.Domain.com