This question was originally posted on DCIM Support by Thabo Maepa on 2019-04-08
Hi Team,
I have the following issue on my Portal: TLS Error shows up but the server and services are running as expected.
TLS settings are as follows:
Any other possible causes for this issue?
Regards
(CID:141271980)
This answer was originally posted on DCIM Support by Greg Sterling on 2019-04-08
Hello Thabo. Have you or someone used the instructions on this link https://sxwhelpcenter.ecostruxureit.com/display/Portal/Enable+SSL+in+StruxureWare+Portal to enable a secured connection to the portal?
By default, portal is not installed in a secured fashion. The default enabled connection is http://<ip-address>:8080/ ... the above procedure will help you enable a https connection on port 8443.
One item of note, to set the portal server to only accept tlsv1.2 connections you will need to follow the above procedure but change the part where to set the contents of the server.xml file to something like this:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLSv1.2"
minSpareThreads="25" maxSpareThreads="75" enableLookups="true" disableUploadTimeout="true"
acceptCount="100" debug="0" keystoreFile="<path-to-keypass-file>" keystorePass="<keypasspassword>"/>
The above text replaces the text in one of the steps from the procedure.. the procedure enables all versions of TLS, most customers would want to restrict that to tlsv1.2.
Regards
Greg Sterling
(CID:143264363)
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Discuss challenges in energy and automation with 30,000+ experts and peers.
Find answers in 10,000+ support articles to help solve your product and business challenges.
Find peer based solutions to your questions. Provide answers for fellow community members!