Jump to content

MKnight

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by MKnight

  1. The issue maybe because our in house PKI infrastructure is still using SHA1 and the Chrome browser does not like this. I am not sure at this point. Hopefully someone else can shed some light on the issue.
  2. Thanks for the quick update. I will wait to hear back from the others...hopefully someone with more cert experience can chime in.
  3. Hi all, I followed the instructions outlined below to setup an HTTPS/SSL connection for the ERA web console. I thought everything was fine because when I access the web console via Internet Explorer I do not get a certificate warning but when I try the same thing using the Chrome browser I get a certificate is invalid error. When I drill down into the certificate details in Chrome it shows my certificate chain and also that it is valid. Could this be because the certificate is using the SHA1 security algorithm and Chrome does not support it? Does ESET ERA work with SHA-256 or should I wait until ESET ERA 7 comes out? Also what is the difference between following method 1 vs method 2 outlined here: https://support.eset.com/kb3724/?locale=en_US&viewlocale=en_US Do they both achieve the same thing? Sorry I am not a certificate expert. To use an existing certificate Move the certificate .pfx file to your Tomcat install directory. By default, this is C:\Program Files(x86)\Apache Software Foundation\Tomcat X.X on 64-bit Windows Server systems or C:\Program Files\Apache Software Foundation\Tomcat X.X on 32-bit systems. Open the Conf folder in the Tomcat install directory and locate the Server.xml file.Edit this file using a text editor such as Notepad ++. Copy the following string into the Server.xml:<Connector port="443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" SSLEnabled="true" clientAuth="false" sslProtocol="TLS" keystoreFile="enter_pfx_filename_here" keystorePass="enter_password_here" keystoreType="PKCS12"/> Restart the Tomcat service.
×
×
  • Create New...