Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor language and style fixes.

By default, all the requests to AppServer are sent over HTTP protocol. In order to To configure secure SSL connection, you need to enable SSL for AppServer as described herein this section.

1. Before making with any changes, it is recommended to stop AppServer

2. Locate the AppServerX.xml configuration file in the WebSpellChecker installation folder on your server. The default path to AppServerX.xml file : <is  <WebSpellChecker_Installation_Path>/AppServer/AppServerX.xml

3. Scroll down to the section with parameters responsible for secure connection: <SSL>...</SSL>.

...

4. Change the default value for the EnableSSL parameter to True true.

Code Block
languagexml
themeEmacs
<EnableSSL>true</EnableSSL>

...

6. If your SSL certificate is password-protected, use type the certificate password in the SSLCertificatePassword tag to provide a password.  

Code Block
languagexml
themeEmacs
<SSLCertificatePassword>your_certificate_password</SSLCertificatePassword>

...