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

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

book

Article ID: 29408

calendar_today

Updated On:

Products

Spectrum

Issue/Introduction

When HTTPS is enabled in Spectrum and PM, when trying to add Spectrum as a Data Source in PM, Portal will through an error stating we are unable to add the data source.
 

Environment

DX NetOps 24.3.5 and earlier

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

Additional Information

Axis2 is no longer used in 24.3.6 and later.