Applications Systems
Enable SSL from DPA to SQL Server Repository
How to enable SSL from DPA to a SQL Server repository.
First published date
Last published date
Overview
A connection to the Repository <name> using the URL [XXX:1433/DATABASE;encrypt=true;trustServerCertificate=true;authentication=NotSpecified] could not be established. This typically occurs if the host or port is temporarily or permanently unavailable. If the host or port has permanently changed, edit host/port parameters in <DPA Home>/iwc/tomcat/ignite_config/idc/repo.properties.
Another error message is the following:
Error: Encryption is required to connect to this server but the client library does not support encryption; the connection has been closed. Please upgrade your client library
RepositoryMonitor:XXXX - A connection to the Repository could not be established [cause=org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> XXXXX, dataSourceName -> XXXXX ] has been closed() -- you can no longer use it.]
Product section
Cause
Resolution
- Edit C:\Program Files\Solarwinds\DPA\iwc\tomcat\ignite_config\idc\repo.properties.
- Add the following line to the bottom of the file:
repo.additionalProperties=ssl\=request
- Restart DPA.