Home : OpenEdit SDK : Programming OpenEdit : Enable H T T P S
Enable H T T P S
You can make any URL check that it is using an HTTPS Url for a secure socket communication. For example:
If you add this file: /openedit/authentication/_site.xconf
<page>
<path-action name="Admin.forwardToSecureSocketsLayer" />
</page>
Then add a hostName property to your web site such as /site.xconf
<property name="hostName">www.acme.com</property>
Then the browser will be redirected to this link:
https://www.acme.com/openedit/authentication/logon.html
You will also need to have your [SSL certificate] installed on the Java web server.
