SSL (Secure Sockets Layer) is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensures that all data passed between the web server and browsers remain private.
FileCloud runs on Apache web server.
-
Apache server can be configured to serve the website securely using HTTPS protocol.
-
To enable HTTPS protocol, you will need an SSL certificate.
You can read more about SSL Configuration in FileCloud Server.
SSL Errors
|
||
|---|---|---|
|
Code |
What it means |
How to Fix it |
|
01201 open ssl error |
OpenSSL is an open source tool for using the Secure Socket Layer (SSL) and Transport Layer Security (TLS) protocols for Web authentication.
|
If you allow a certificate to expire, the certificate becomes invalid, and you will no longer be able to run secure transactions.
|
|
01202 cannot find open ssl config file |
FileCloud Server requires this file and provides it to you:
The openssl.conf is an INI-type file that is mostly used for the generation of certificate requests. It includes data such as:
To read the SSL documentation about this file:
|
The location of this file depends on the operating system you are using.
In Windows, the file should be here:
In Linux, the file should be here:
If the file is missing, it is usually due to an installation error. You can download a new file and place it in the correct location cited above. |
|
01203 specify correct path to ssl config file |
FileCloud Server requires this file and expects it to be in a specific location. Search for the following file and place it in the expected location:
|
The location of this file depends on the operating system you are using.
In Windows, place the file in the following directory:
In Linux, place the file in the following directory:
If the file is missing, it is usually due to an installation error. You can download a new file and place it in the correct location cited above. |
|
01204 url must be ssl enabled |
If you are collecting ANY sensitive information on your website (including email and password), then you need to be secure.
|
To resolve this error, you must use SSL to provide an address for your site that begins with https. To set up HTTPS:
|