Updating your existing SSL Certificate is a quick and simple process. Whether your SSL Certificate is expiring or you are simply needing to change to a new SSL Certificate, you can follow these instructions to get your SSL...
By default some scripts will attempt to retrieve the IP address of a visitor using the REMOTE_ADDR HTTP header. Due to the nature of our environment your script may receive the IP of one of our load balancers, rather than the IP...
Below are two samples of what you can use in a .htaccess to force SSL on your PHP site:
#Force SSL on entire site
RewriteEngine On
RewriteBase /
RewriteCond %{ENV:HTTPS} !on [NC]
RewriteRule ^(.*)$ https://(YOURDOMAIN)/$1 [R,L...
How do I Allow only a certain IP address(es) to access my site using SSL?
On Cloud Sites, due to our unique hosting environment, we require a slight addition to the code used for the Allow only feature via SSL. Basically the...
Unfortunately, we do not provide the actual SSL certificates. Please see our article on which SSL certificates we support, you will need to purchase your cert from a supported vendor.
Click here for a list of supported SSL...
History
In 1969, a remote login application known as telnet was created. Back in 1969, very few people had computers, and those who did were primarily communicating on isolated private networks. It worked exactly the way you'd...
NOTE: This article is written for our First-Generation Cloud Control Panel. You can access this interface from the Next-Generation Cloud Control Panel by clicking your username in the upper-right of the control panel and...
SSL certificates installed on Cloud Sites have certain requirements in order to be installed correctly. The primary certificates supported are:
* Root Level certs
* Apache + OpenSSL
Cloud Sites also supports the...
By default some scripts will attempt to retrieve the IP address of a visitor using the REMOTE_ADDR HTTP header. Due to the nature of our environment your script may receive the IP of one of our load balancers, rather than the IP...
Below are two samples of what you can use in a .htaccess to force SSL on your PHP site:
#Force SSL on entire site
RewriteEngine On
RewriteBase /
RewriteCond %{ENV:HTTPS} !on [NC]
RewriteRule ^(.*)$ https://(YOURDOMAIN)/$1 [R,L...
By default some scripts will attempt to retrieve the IP address of a visitor using the REMOTE_ADDR HTTP header. Due to the nature of our environment your script may receive the IP of one of our load balancers, rather than the IP...
Below are three examples of how to force SSL on your ASP or ASP.NET site.
web.config
If your website has the IIS Rewrite Module available*, you can use rewrite rules in your web.config to force SSL on all pages:
<?xml version...
History
In 1969, a remote login application known as telnet was created. Back in 1969, very few people had computers, and those who did were primarily communicating on isolated private networks. It worked exactly the way you'd...
History
In 1969, a remote login application known as telnet was created. Back in 1969, very few people had computers, and those who did were primarily communicating on isolated private networks. It worked exactly the way you'd...
This article will go through the first step of creating and eventually installing an SSL certificate. You'll use the same steps whether you are getting a traditional SSL from an authority like Verisign, a self signed certificate...
The previous article looked at saslauthd. Now, we need to concentrate on the certificate the connection will use when retrieving our mail.
This is completed using the same principles as when using a secure port (HTTPS) on a...