Website Security
The other half of the job: malware scanning, cleanup and backups you can actually restore from.
How website security worksSSL certificates for business websites turn on HTTPS and remove the "not secure" warning browsers show otherwise. A certificate proves the connection is private. It does not stop your site being hacked, and that difference is worth understanding first.
An SSL certificate is a small file installed on the server your website runs on. It lets a browser open an encrypted connection, so nothing sent between the two can be read or altered on the way, and it confirms the server answering for your domain is the one it was issued to.
With it in place the address changes from http to https and the browser shows a padlock instead of a warning.
A naming point that confuses people: the technology in use today is called TLS. Everybody, including the companies selling them, still says SSL.
A certificate protects the connection. It does not protect the site. Those are two different problems, and they get sold as one often enough to be worth saying plainly.
Think of a sealed envelope rather than a locked filing cabinet. Whatever a visitor types into your contact form travels where nobody in the middle can read it. That says nothing about whether the cabinet at the other end is locked. A site running an out of date plugin can be defaced or loaded with malware while showing a valid padlock. It works the other way too: criminals get certificates, so a phishing page shows the same padlock as your bank.
Protecting the site itself means updates, malware scanning and backups you have actually tested. Read about website security for that half of the job. Neither substitutes for the other.
Every current browser marks a site without a certificate. What a visitor sees depends on what they are doing:
Almost nobody reads those literally. A business owner reads "not secure" as a technical detail. A customer reads it as a judgement about the business, before they have seen your work or your phone number.
In practice, every site with a public address needs a certificate. That includes the case people argue about most: a brochure site with no shop, no logins and a single contact form.
What almost nobody needs is more than the basic option. Paying more does not make the encryption stronger: the cheapest certificate available protects a connection exactly as well as the most expensive. The extra buys a third party checking who you are, or coverage for more names. You need more only if you run several subdomains or separate domains, or a contract names a validation level.
Certificates differ in two ways: how much checking happens before one is issued, and how many names it covers. Those are separate decisions, and mixing them up is how people buy the wrong thing.
There are three levels of checking. Domain validated (DV) proves you control the domain and is what almost every small business site uses. Organisation validated (OV) adds checks that your organisation legally exists. Extended validation (EV) is the strictest of all. Browsers used to reward EV with a green bar showing the company name, then stopped because people did not notice it, which removed most of the argument for it.
| Certificate type | What is checked | What it covers | Who it suits |
|---|---|---|---|
| Domain validated (DV) | That you control the domain, by a DNS record, a file on the server or a message to a contact on it. | One domain name, normally with its www version. | Almost every small business site: brochure sites, local services, blogs and small shops. |
| Organisation validated (OV) | Domain control, plus checks that the organisation legally exists in public records. A person is involved, so it is slower. | One domain name, normally with its www version. | Organisations that need verified company details recorded, usually for a procurement reason. |
| Extended validation (EV) | The strictest vetting, including documented legal, physical and operational checks on the business. | One domain name, normally with its www version. | Banks, large brands and anyone with a compliance rule naming it. Rarely worth it otherwise. |
| Wildcard | Domain control, the same test as DV, applied to a name and the subdomains under it. | The domain plus one level of subdomains, so shop, mail and staging are covered by one certificate. | Sites running several subdomains that would otherwise need one each. |
| Multi-domain | Domain control for every name listed on the certificate. | Several genuinely different domain names on one certificate. | A business with more than one trading name, or one server holding several sites. |
Read that table across, not down. The encryption is identical on every row. What changes is who has checked what, and how many names are covered.
A wildcard covers one level down. A certificate for *.yourbusiness.com secures shop.yourbusiness.com but not shop.uk.yourbusiness.com. That catches people out.
List the addresses people use to reach you: the plain domain and the www version at minimum, plus any subdomain serving a real page. Getting this right avoids buying twice.
Domain validated unless you have a specific reason for more. A contract asking for organisation validation by name is a reason. "It sounds more secure" is not.
Add a DNS record, place a file on the server, or reply to a message sent to a contact on the domain. Quick for DV. Organisation and extended validation involve human checks and take longer.
The certificate goes on the machine hosting the site, not on the domain. If the two sit at different companies, this is the step where people install it in the wrong place and nothing changes.
Redirect the unencrypted version to the secure one, then find anything still loaded over http. Skipping this leaves two copies of the site online and a padlock that comes and goes.
Turn on automatic renewal and make sure the contact address on the account is one somebody reads. Expiry is the most common certificate failure by a wide margin.
Certificates do not transfer the way domains do. There is no unlock step and no authorisation code. You issue a new one and install it in place of the old, which keeps working right up to the swap, so there is no gap.
Three things are worth checking first:
Buying makes sense when the host includes nothing, when you need organisation validation or a wildcard, or when you want the certificate, the hosting, the domain and the renewal date in one place with one number to call.
A certificate is issued for a fixed term and browsers stop trusting it the moment that term ends. There is no grace period.
Visitors get the full page warning, the one that takes a deliberate click to bypass. Most do not bypass it, they leave. Everything else pointed at the site fails at the same moment: forms stop submitting, booking tools stop loading.
Automatic renewal and a contact address somebody still reads prevent nearly all of it. One more trap when renewal is manual: renewing issues a new file, and that file does nothing until it is installed. People renew, assume they are covered, and get the warning anyway.
Mixed content is the usual surprise after a site moves to HTTPS. The page loads securely, but something on it, an image, a stylesheet, a script, is still requested over the old unencrypted address. The browser either strips the padlock from that page or blocks the item outright.
The symptoms are recognisable: a padlock on the homepage but not on an interior page, a slider that stops working, a logo that disappears. Clearing it is methodical rather than difficult:
AldoMedia, LLC has been building and maintaining websites for Western New York businesses since 1999, and is an independent authorised reseller for the certificates sold here. We do the unglamorous part: decide what needs covering, issue the certificate, install it on the right server, force HTTPS, hunt down the mixed content and put the renewal somewhere it cannot be forgotten.
It also means telling you when not to buy. If your hosting already issues a certificate that renews itself, that is the answer, and it costs nothing to hear it.
If your site is showing a warning and you are not sure why, describe what you are seeing or call 716-771-2536 and we will tell you which of the usual causes it is.
No. It secures the connection between a visitor and your site so nobody in between can read what passes. It says nothing about the software running the site: one with an out of date plugin can be broken into while showing a valid padlock. Protecting the site itself means updates, scanning and backups.
Yes. Browsers label every site without one as not secure, and a visitor sees that before reading a word of your page. A contact form on an unencrypted page sends the enquiry as plain text, and search engines treat HTTPS as the normal state of the web.
The encryption is the same. A paid certificate can add validation beyond domain control, coverage of subdomains or several domains at once, and somebody to call when installation goes wrong. If your host already issues and renews one for you, you may not need to buy anything.
Browsers stop trusting it the moment the term ends and show a full page warning a visitor has to click through. That is worse than the not secure label, because most people turn back. Nothing is damaged, but the site is effectively offline until a new certificate is installed.
Not usually. A standard certificate covers the plain domain and its www version, which is all most sites use. If you run subdomains such as shop, mail or a staging site, one wildcard certificate covers them. If you run several different domain names, a multi-domain certificate lists them all.
The other half of the job: malware scanning, cleanup and backups you can actually restore from.
How website security worksWhere the certificate gets installed, and why "who hosts my site" shapes the whole setup.
Compare hosting optionsThe distinction behind most certificate confusion, if the two have ever blurred together.
Read the guideSeeing a warning and not sure what is causing it? Tell us what the browser says and we will tell you what it means.
Get help choosingA certificate is one of the quickest things to put right and one of the most visible while it is wrong. Check what you need, or tell us what your visitors are seeing.