Online documentation - Websydian v6.1 |
Faq ID | 6 |
---|---|
Product | Websydian |
Version | All |
Category | General, Deployment |
Question | Does Websydian support SSL (HTTPS) |
Answer |
SSL or Socket Secure Layer is a transport layer security feature that encrypts the information sent to and from the Web Site. SSL is supported in most Web Servers and is setup and configured in the administration software of the Web Server solely. There are no tasks to perform in the model of the Websydian application as all SSL support is implemented using the Web Server. An easy approach is to enable SSL for an entire Websydian application. If SSL is required for a specific page (pagegenerator) you will need to have a dispatcher for the secure pages and one for the non-secure pages. The reference to the secure page has to be changed from
HTTP://... to HTTPS://... in the document templates. |