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.
DX NetOps 24.3.5 and earlier
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
Axis2 is no longer used in 24.3.6 and later.