Question re: http to https

Author
Discussion

GetCarter

Original Poster:

29,556 posts

285 months

Friday 24th November 2023
quotequote all
I have a large http site - it's been up 25 years, so lots of pages/images with http addresses.

How much would I expect to pay someone with a brain and experience to make my domain https? And who should I be talking to?

(If I tried it, I would fail and the entire World Wide Web would probably crash)

TIA

simon_harris

1,654 posts

40 months

Friday 24th November 2023
quotequote all
isn't it just a case of ctrl H?


Harpoon

1,942 posts

220 months

Friday 24th November 2023
quotequote all
Do you know what platform your site is hosted on? Sometimes it can be relatively "easy" if there's a control panel like cPanel but could be worth speaking to your hosting provider if all this alien to you.

Don't let somebody try to charge for you the SSL certificate which underpins HTTPS - Let's Encrypt and Zero SSL both issue them for free. They need renewing every 90 days but that can be done automatically if setup correctly.

GiantEnemyCrab

7,705 posts

209 months

Friday 24th November 2023
quotequote all
You could set Apache / nginx to auto redirect any incoming links for http://getcarter.com/myimage.png to https://getcarter.com/myimage.png via HTTP 302. Should be totally transparent and need no link updating.

Although you coooould do a Find and Replace, but some stuff might not have valid HTTPS if you link to outside places (unlikely)

ETA assume you have some form of VPS setup with a web server (apache or nginx usually?)

HantsRat

2,379 posts

114 months

Friday 24th November 2023
quotequote all
Fairly easy to do and happy to have a look for free providing your hosting gives your free SSL smile Drop me a PM.

GetCarter

Original Poster:

29,556 posts

285 months

Friday 24th November 2023
quotequote all
Thanks for all the replies... I'll speak to my hosting company and get the lowdown.

Brother D

3,907 posts

182 months

Saturday 25th November 2023
quotequote all
If you register free with cloudflare, you can have it automatically redirect to https irc

bitchstewie

54,442 posts

216 months

Saturday 25th November 2023
quotequote all
^^ that's what I would do if it's not a "simple" case of "dear hosting company please enable and enforce https".

Cloudflare will do this for free and will probably give you some other benefits.

GetCarter

Original Poster:

29,556 posts

285 months

Saturday 25th November 2023
quotequote all
Cheers, I'll check them out.

Derek Smith

46,317 posts

254 months

Saturday 25th November 2023
quotequote all
My host did it for free and charges no additional maintenance.

dimots

3,228 posts

96 months

Saturday 25th November 2023
quotequote all
Yeah usually free these days for a shared certificate. Or use cloudflare, takes two minutes to set up.

anonymous-user

60 months

Sunday 26th November 2023
quotequote all
Why do you want to do it?

GetCarter

Original Poster:

29,556 posts

285 months

Monday 27th November 2023
quotequote all
MikeHo said:
Why do you want to do it?
Some people can't access my site as it's not https. And if I try and link to a photo online this is what happens:





cw2k

386 posts

195 months

Monday 27th November 2023
quotequote all
MikeHo said:
Why do you want to do it?
You get penalised by Google for not being https so if you are not https and your competitors are they will rank higher than you in searches.

You will also have the Not Secure in the address bar with http

anonymous-user

60 months

Tuesday 28th November 2023
quotequote all
GetCarter said:
MikeHo said:
Why do you want to do it?
Some people can't access my site as it's not https. And if I try and link to a photo online this is what happens:

Interesting, over zealous security. It’s not like you’re submitting any data or such.

Gary C

13,005 posts

185 months

Tuesday 28th November 2023
quotequote all
Nice pictures smile

Our son is a composer for Rusty Quill (and others) & has moved to Scotland, loves it.

jagnet

4,151 posts

208 months

Tuesday 28th November 2023
quotequote all
MikeHo said:
Interesting, over zealous security. It’s not like you’re submitting any data or such.
But the site is leaving itself vulnerable to MITM content injection when unsecured. And that content could be anything, from annoying adverts added by your coffee shop's free WiFi service, to malicious JavaScript orchestrated by Governments annoyed that their citizens might bypass restrictions on what they deem acceptable viewing.

That's how China managed to DDOS Github using their Great Cannon attack tool - it weaponised visitors of unencrypted sites, inserting malicious JavaScript. Those visitors unknowingly became attack vectors.

No excuse not to be using https these days.

GetCarter

Original Poster:

29,556 posts

285 months

Friday 1st December 2023
quotequote all
Thanks for the help chaps. All https sorted.