Difference between revisions of "Enabling SSL in the CTP Server"

From MircWiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
UNDER CONSTRUCTION
 +
 +
 
This article describes how to install a certificate and enable SSL in the CTP web server. The intended audience for this article is CTP administrators. This article requires an understanding of the Launcher Configuration Editor (See [[The CTP Launcher Configuration Editor]] for details).
 
This article describes how to install a certificate and enable SSL in the CTP web server. The intended audience for this article is CTP administrators. This article requires an understanding of the Launcher Configuration Editor (See [[The CTP Launcher Configuration Editor]] for details).
  

Revision as of 17:51, 18 July 2014

UNDER CONSTRUCTION


This article describes how to install a certificate and enable SSL in the CTP web server. The intended audience for this article is CTP administrators. This article requires an understanding of the Launcher Configuration Editor (See The CTP Launcher Configuration Editor for details).

1 The CTP Keystore

2 Specifying a Different Keystore

3 Installing a Certificate

4 Installing a Redirector

Traditionally, SSL servers listen on port 443, but the default port used by browsers is port 80. As a convenience to users, you can put a Redirector plugin in the configuration to redirect HTTP connections on port 80 over to HTTPS connections on port 443. To do that:

  1. Go back to the Launcher program.
  2. Stop CTP.
  3. Click the Configuration tab.
  4. Select the Server element in the left pane.
  5. Change the port field in the right pane to 443.
  6. In the Plugin menu, select Redirector.
  7. In the right pane, either change the httpsHost field to point to your server or make it blank.
  8. Save the configuration.
  9. Start CTP.

Now, manually start your browser. Do not use the button on the General tab because that will automatically use the SSL port. Enter the URL pointing to your site, but on port 80. You should be redirected to port 443 and the protocol should change to HTTPS.