|
Search |
HTTPS access is only available for the shared hosting packages PLAN (old packages) and the new shared hosting packages, any domain associated with that particular hosting package. The areas covered in multi-domain will not benefit from this type of access. In addition, you can not install your own SSL certificate on the server, as there is already a shared certificate installed for all the shared hosting servers. Access via your domain name You can access your site using HTTPS by directly by typing https: / / in the address bar of your web browser. Example : https://www.domaine.com However, access to your site in this way will result in a request for certificate verification by your web browser. In fact, the SSL certificate is not registered to your domain name but to the name of the shared server. Quick access via the URL If you do not want your requests to be verified, you can go through another method such as the following below: cluster002 : https://ssl2.ovh.net/~LoginFTP cluster003 : https://ssl3.ovh.net/~LoginFTP cluster004 : https://ssl4.ovh.net/~LoginFTP cluster005 : https://ssl5.ovh.net/~LoginFTP cluster006 : https://ssl6.ovh.net/~LoginFTP cluster007 : https://ssl7.ovh.net/~LoginFTP cluster008 : https://ssl8.ovh.net/~LoginFTP cluster009 : https://ssl9.ovh.net/~LoginFTP cluster010 : https://ssl10.ovh.net/~LoginFTP cluster011 : https://ssl11.ovh.net/~LoginFTP cluster012 : https://ssl12.ovh.net/~LoginFTP cluster013 : https://ssl13.ovh.net/~LoginFTP cluster014 : https://ssl14.ovh.net/~LoginFTP cluster015 : https://ssl15.ovh.net/~LoginFTP The cluster that you need to use is shown in your OVH manager : ![]() Tip You can redirect your domain name automatically via HTTPS using a file. A htaccess file can be used instead and can be created using the following lines:
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.domaine.com/$1 [R,L] |