Unable to add Spectrum Data source with SSL/HTTPS to NPC or NetOps Portal
search cancel

Unable to add Spectrum Data source with SSL/HTTPS to NPC or NetOps Portal

book

Article ID: 29408

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

When SSL is enabled in Spectrum,  trying to add Spectrum as a data source to NPC/NetOps Portal will give error
 

Environment

Release:
Component:

Resolution

Use the following steps to configure transporter receiver in axis2.xml to use SSL

1. Log into the OneClick system as the user that owns the SPectrum installation

2. Make a backup copy of the $SPECROOT/tomcat/webapps/axis2/WEB-INF/conf/axis2.xml file

3. Edit the $SPECROOT/tomcat/webapps/axis2/WEB-INF/conf/axis2.xml file and change name="http" to  name="https" and port to the SSL port configured on the system. The following is an example:

<transportReceiver name="https"
class="org.apache.axis2.transport.http.SimpleHTTPServer">
<parameter name="port">8443</parameter>
</transportReceiver>


4. Save the change

5. Try to add Spectrum as a data source