The endpoint you are looking for '/caalertcentralapi/api/v1/session' could not be located
search cancel

The endpoint you are looking for '/caalertcentralapi/api/v1/session' could not be located

book

Article ID: 244495

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

Error trying to access the Alert Central URL:

 'The endpoint you are looking for '/caalertcentralapi/api/v1/session' could not be located'

Environment

Release : 14.0

Component : Alert Central

Resolution

It is required for the trust store to contain the Root certificate for the certificate provided by API ML server. Please contact your security team to provide you with those.

 

If you want to import certificates from a PKCS trust store to a trust store in an already existing installation, you can do so by following these instructions:

1. Open alert central's configuration file application.yml. By default located at: /etc/opt/brcm/AlertCentral/application.yml

2. Note the following values from the application.yml file:
server.ssl.trustStore - location of currently used trust store
server.ssl.trustStorePassword - password for accessing the trust store

3. Close the configuration file

4. Run following command (replace the values in <> with appropriate values [without the <>]):

keytool -importkeystore -destkeystore <server.ssl.trustStore> -srckeystore <importedTrustStore.p12> -deststorepass <server.ssl.trustStorePassword> -srcstorepass <importedTrustStorePassword> -deststoretype PKCS12 -srcstoretype PKCS12

for example:

keytool -importkeystore -destkeystore /etc/opt/brcm/AlertCentral/certs/service-trust.p12 -srckeystore importedTrustStore.p12 -deststorepass xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -srcstorepass acpassword -deststoretype PKCS12 -srcstoretype PKCS12