Disable the SSL Certificate in Composer
You can disable the SSL certificate in Composer 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 Composer Server.
- Stop Composer microservices. See Stop Microservices
-
Use the following command to access and open the
zoomdata.propertiesfile:vi /etc/zoomdata/zoomdata.properties
If the
.propertiesfile 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
.propertiesfile. - Start Composer services. See Start Microservices .
After the Composer 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://<Composer-IP-address>/composer
Otherwise, use the following URL format:
http://<Composer-IP-address>:8080/composer
Configure the Firewall (for CentOS)
Refer to the topic Configure the Firewall for setup instructions.
Comments
0 comments
Please sign in to leave a comment.