Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-4) was last changed on 09-Oct-2016 18:14 by Ben Spink

This page was created on 09-Oct-2016 18:14 by Ada Csaba

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 4 lines
!SNI (Server Name Inclusion) for HTTPS connections.\\
SNI allows for a single IP and port to host multiple SSL certificates. When the connection comes in, the server uses the appropriate keystore with the certificate based on the domain name used. SNI requires Java 1.8 or higher be used on the CrushFTP server side.
At line 2 changed 2 lines
Edit the prefs.xml file directly for the HTTPS server_item object.
Add in "sni_enabled" as true in there and save. Then it will be SNI ready and can be used. We have not exposed a UI element as its too advanced for most people.
Edit the HTTPS server_item in your prefs page, advanced tab. Enable the SNI checkbox. Then it will be SNI ready and can be used.
At line 6 changed one line
On the HTTP port, you need a keystore specified...it can be anything generic, but I suggest putting in transfer.trials.com stuff in it...its name must be "main.jks". The name is important to follow along with the example.
On the HTTPS port, you need a keystore specified...it can be anything generic, but I suggest putting in www.domain1.com stuff in it...its name must be "main.jks". The name is important to follow along with the example.
At line 9 changed one line
Now your need two other files. transfer.etrials.com_main.jks and transfer.eclinicalos.com_main.jks All files should be in the same folder that you specified for main.jks. Each should have their own set of keystore info, do not put multiple in one keystore as that is not how the system is designed. They must all use the same passwords too.
Now you need two other files. www.domain1.com_main.jks and www.domain2.com_main.jks All files should be in the same folder that you specified for main.jks. Each should have their own set of keystore info, do not put multiple in one keystore as that is not how the system is designed. They must all use the same passwords too.
At line 15 added 2 lines
(No UI is provided for this config until this situation becomes more widespread in its usage.)
Version Date Modified Size Author Changes ... Change note
4 09-Oct-2016 18:14 1.357 kB Ben Spink to previous
3 09-Oct-2016 18:14 1.385 kB Ben Spink to previous | to last
2 09-Oct-2016 18:14 1.315 kB Ben Spink to previous | to last
1 09-Oct-2016 18:14 1.05 kB Ada Csaba to last Server Name Inclusion (SNI)
« This page (revision-4) was last changed on 09-Oct-2016 18:14 by Ben Spink
G’day (anonymous guest)

OLD WIKI!!!#

New: CrushFTPv9#

OLD WIKI!!!#


CrushFTP8 | What's New

Referenced by
HTTP(S)

JSPWiki