![]() |
|
|
|
You do not have permissi
Join Date: Aug 2001
Location: midwest
Posts: 39,807
|
Website default location changes- How does this happen?
My default location is completely wrong.
(fwiw, this also occurred with another USA-based company.) A direct Bing search won't return USA links. ![]() Firefox blocks the USA site. ![]() I allow exception. The USA site is the exact same layout etc. ![]() While on the USA site I click an internal link but suddenly I'm in Australia. ![]() What is going on here? Last edited by john70t; 12-28-2018 at 12:32 PM.. |
||
![]() |
|
Back in the saddle again
Join Date: Oct 2001
Location: Central TX west of Houston
Posts: 55,727
|
The "firefox blocks this webpage" happens very frequently these days regardless of where you are surfing from or where you are surfing to. It's a function of the configuration of the site where you are going. You can ignore that.
I assume you're distressed because you are not actually in Oz. How are you surfing (from where?) your home, work, a hotspot, cell phone? How about if you go to other places? Is it just that one page that's weird? How about something as simple as google or abc?
__________________
Steve '08 Boxster RS60 Spyder #0099/1960 - never named a car before, but this is Charlotte. '88 targa ![]() |
||
![]() |
|
Almost Banned Once
|
FYI: Motec is an Australian company.
__________________
- Peter |
||
![]() |
|
You do not have permissi
Join Date: Aug 2001
Location: midwest
Posts: 39,807
|
Location USA. Home ISP network and laptop. Haven't tried on other networks.
I am distressed because being automatically routed through other countries could be a security issues, eh? (but I can't even play that Japanese DVD.) Also curious to how these things work. |
||
![]() |
|
You do not have permissi
Join Date: Aug 2001
Location: midwest
Posts: 39,807
|
|||
![]() |
|
The Unsettler
|
Quote:
It’s an irrational concern regardless.
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
![]() |
|
Band.
|
are you using a VPN ever?
__________________
1983 SC Coupe 1963 BMW R60/2 1972 Triumph Tiger 1995 Triumph Daytona SuperIII |
||
![]() |
|
You do not have permissi
Join Date: Aug 2001
Location: midwest
Posts: 39,807
|
No VPN yet. No Unbutu yet. Still above my pay grade.
Getting closer to. thx for the explanations. |
||
![]() |
|
Registered
Join Date: Mar 2003
Posts: 10,306
|
FWIW the names (the .com and .com.au TLDs) both resolve to the same IP.
Just they didn't properly configure the SSL certificates and redirects. |
||
![]() |
|
You do not have permissi
Join Date: Aug 2001
Location: midwest
Posts: 39,807
|
Was just a bit surprised that a major company would have simple certificate issues (or whatever it's called)
Their host should have warned them and cleared that up 1st day. |
||
![]() |
|
Almost Banned Once
|
Quote:
![]() https://www.urbandictionary.com/define.php?term=she%27ll%20be%20right
__________________
- Peter |
||
![]() |
|
Super Moderator
|
Are you using "Private Browsing" or clearing out your cookies. IN many cases if you have disabled "allow my location" this is the only way they have of remembering your previous choices.
__________________
Chris ---------------------------------------------- 1996 993 RS Replica 2023 KTM 890 Adventure R 1971 Norton 750 Commando Alcon Brake Kits |
||
![]() |
|
![]() |
You do not have permissi
Join Date: Aug 2001
Location: midwest
Posts: 39,807
|
Not in private browser mode.
Have only trackers and 3rd party cookies blocked. Use FF w NoScript. (uBlockOrgin may be on the future list if adverts get any worse) It switched country location within the website which I found odd. Never experienced that before. |
||
![]() |
|
Registered
Join Date: Mar 2003
Posts: 10,306
|
OK... here's what is happening.
Code:
http://example.com is set to redirect to https://www.example.com.au http://www.example.com is set to redirect to https://www.example.com.au http://www.example.com.au is set to redirect to https://www.example.com.au Where it breaks - Code:
https://www.example.com DOESN'T have a valid security certificate or at least a valid certificate for that name. So the browser throws an error - and while it is configured to redirect to https://www.example.com.au the SSL error stops that redirect from happening. Code:
https://example.com Also appears they are reverse proxying/using a load balancing service, and so that may be the reason behind the mis-named SSL certificates, etc. Edit - crap, the auto URL parsing screwed everything up. Ain't gonna fix it. Not enough coffee yet. Edit2 - sufficient caffeine intake obtained Last edited by id10t; 12-29-2018 at 09:09 AM.. |
||
![]() |
|
You do not have permissi
Join Date: Aug 2001
Location: midwest
Posts: 39,807
|
That is huge information id10t.
And a thank you for explaining it..simply enough..to understand. Makes a ton more sense now. |
||
![]() |
|
Registered
Join Date: Mar 2003
Posts: 10,306
|
Edited and threw in some CODE tages to keep the URLs from being parsed. Used example.com as per RFC vs the domain your OP contained, don't need to give them more links, etc. too.
|
||
![]() |
|