Enabling SSL connections between the Search and Store servers
In order for your site to be GDPR ready, you must ensure that all customer data is
encrypted during all communication, both internal and external. To secure any data transfer between
store and search servers, set up a Secure Sockets Layer (SSL) connection between them.
About this task
http
schema
and port for this call are set in the EnvironmentSetup.jspf configuration file.
Modify the configuration file as below to enable SSL between the local store and search server. The
code below uses AuroraStorefrontAssetStore as an example.Procedure
-
Edit the configuration file /Stores/WebContent/AuroraStorefrontAssetStore/Common/EnvironmentSetup.jspf. Locate the following code.
Change the<c:otherwise> <c:set var="searchHostNamePath" value="http://${hostname}:${backendConfig.searchServerPort}"/> <c:set var="searchContextPath" value="${backendConfig.searchServerContextPath}"/> </c:otherwise>
http
prefix for thesearchHostNamePath
tohttps
.<c:otherwise> <c:set var="searchHostNamePath" value="https://${hostname}:${backendConfig.searchServerPort}"/> <c:set var="searchContextPath" value="${backendConfig.searchServerContextPath}"/> </c:otherwise>
- Open the WebSphere Application Server administrative console.
- In the console, navigate to searchServerPort into a secure port. . Change