If you’re configuring SSL in a development or test environment, you can edit some configuration files to enable SSL.
Note: These instructions should only be used for
configuring a test environment. If you’re configuring a production environment, you
should use a proxy server to handle all SSL communication. See Configure SSL for a Test Environment for more information.
Here’s an example of how to configure Tomcat 10 to work with HTTPS for your development or test system. At this point, we assume that:
- You’ve already set up Content Service with Tomcat 10, running HTTP on port
8080.
-
Follow the steps in Install with zip if you haven’t already done so.
-
- You may have already setup HTTPS on port 8443 for Content Service to communicate with Alfresco Search Services.
- In our documentation, such as Secure Sockets Layer (SSL) and the Repository, port 8443 is generally provided as an example when setting up secure HTTPS connections. This is recommended only for use with Alfresco Search Services as it should use real client certificates, where certificateVerification="required". For this development or test setup, we won’t necessarily use client certificates, so we’ll setup a separate HTTPS connector on a different port. You can have multiple connectors in Tomcat that use HTTPS and different ports.