Disable the SSL Certificate in Symphony Data Discovery
This applies to: Visual Data Discovery
You can disable the SSL certificate in Symphony by adding a parameter to the zoomdata.properties
file located in the /etc/zoomdata
directory. The purpose of the parameter is to disable a redirect by Spring Boot to SSL and enable you to use the HTTP port. Take the following steps to disable the SSL Certificate:
- From your terminal, SSH to your Symphony Server.
- Stop Symphony microservices. See Stop Symphony Microservices
-
Use the following command to access and open the
zoomdata.properties
file:vi /etc/zoomdata/zoomdata.properties
If the
.properties
file does not exist, this command creates the file. -
Add the following parameters into the file as new lines:
server.port=8080
server.ssl.enabled=false -
Save and exit the
.properties
file. - Start Symphony services. See Start Symphony Microservices .
After the Symphony Server has successfully restarted, you can open a new browser window and log in. You should no longer be redirected to an SSL connection.
If you have configured your firewall (see next section) then use the following URL format:
http://<Symphony-IP-address>/discovery
Otherwise, use the following URL format:
http://<Symphony-IP-address>:8080/discovery
Configure the Firewall (for Centos)
Refer to the topic Configure the Firewall for setup instructions.