Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Nomitech applications allow the use of SSL within our applications, however Nomitech Support does not provide assistance for configuring it. Consequently, Nomitech can not guarantee providing any support for it.

  • If assistance with conversions of certificates is required, please consult with the vendor who provided the certificate.
  • If assistance with configuration is required, please raise a question on Nomitech Support

Connecting via SSL

In many cases the Active Directory uses a Self-Signed Certificate, or a Signed Certificate that is Signed by a non-trusted Root Certificate. When the CostOS Server tries to connect using the SSL port it will fail, since it does not trust the connection.

...

  • %COSTOS% is the installation folder of Costos Server
  • %JAVA_HOME% is the %COSTOS%\jdk\ folder or %COSTOS%\jreRjre\ depending on the version
  • %ALIAS% is an alias that you can choose of your own
  • %CERT_FILE% is the full path to the certificate you have extracted from the first part

Run the following on the server hosting the Costos Server

Code Block
"%JAVA_HOME%\bin\keytool" -import -alias %ALIAS% -keystore "%JAVA_HOME%\jre\lib\security\cacerts" -file %CERT_FILE%
If the above command asks you for a password the default is 'changeit' without the quotes

Restart the CostOS server

Deleting the Certificate from CostOS Server

On the following commands

  • %COSTOS% is the installation folder of Costos Server
  • %JAVA_HOME% is the %COSTOS%\jdk\ folder or %COSTOS%\Rjre\ depending on the version
  • %ALIAS% is an alias that you can choose of your own

Run the following on the server hosting the Costos Server

Code Block
"%JAVA_HOME%\bin\keytool" -delete -alias %ALIAS% -keystore "%JAVA_HOME%\jre\lib\security\cacerts"
 Restart the CostOS server

Content by Label
showLabelsfalse
max5
spacesCOST8
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("ldap","server","activedirectory","ssl") and type = "page" and space = "COST8"
labelsssl ldap activedirectory server

Page properties
hiddentrue

 

 

Related issues