LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-31-2020, 12:56 PM   #1
AllanP
Member
 
Registered: Jun 2007
Location: Nanoose Bay, B.C. Canada
Distribution: Mint, Ubuntu, Fedora, Debian, Win10, Win 11
Posts: 104

Rep: Reputation: 15
Access denied on banking site


OK this isn't entirely Linux.
I get this message:
"Access Denied
You don't have permission to access "http://auth.scotiaonline.scotiabank.com/online?" on this server.
Reference #18.c411f418.1609440190.1ba4a9dc"

when I try and login to the Scotia bank. I have Fedora and Mint on my laptop and on PC. PC also has Windows. I have tried all browsers (Chrome, Opers and Firefox) on all OS's on PC and laptop with the same results. So I loaded a Linux Mint on USB and I was able to sign in there OK. I can log in to another financial institution OK, just Scotia bank.
So I was thinking router, but if log in on USB mint works that cancels that idea. I have also tried clearing cache's; tried incognito browsing and all the same. This problem started a few days ago.

Last edited by AllanP; 12-31-2020 at 12:57 PM.
 
Old 12-31-2020, 01:24 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,141
Blog Entries: 6

Rep: Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828
http://auth.scotiaonline.scotiabank.com/online?
That won't load for me at all.

Code:
whois 23.79.200.251
...
NetRange:       23.72.0.0 - 23.79.255.255
CIDR:           23.72.0.0/13
NetName:        AKAMAI
NetHandle:      NET-23-72-0-0-1
Parent:         NET23 (NET-23-0-0-0-0)
NetType:        Direct Allocation
OriginAS:       
Organization:   Akamai Technologies, Inc. (AKAMAI)
That's some type of media.

Maybe start here.
https://www.scotiabank.com/ca/en/personal.html

Edit:
And the error page.
Code:
whois 40.89.244.232
...
NetRange:       40.74.0.0 - 40.125.127.255
CIDR:           40.120.0.0/14, 40.74.0.0/15, 40.125.0.0/17, 40.80.0.0/12, 40.76.0.0/14, 40.124.0.0/16, 40.96.0.0/12, 40.112.0.0/13
NetName:        MSFT
NetHandle:      NET-40-74-0-0-1
Parent:         NET40 (NET-40-0-0-0-0)
NetType:        Direct Assignment
OriginAS:       
Organization:   Microsoft Corporation (MSFT)

Last edited by teckk; 12-31-2020 at 01:28 PM.
 
Old 12-31-2020, 01:31 PM   #3
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Using the login link from the site teckk referenced brings up a login page. The first URL ending with the "?" is expecting an oath token. I could not get to the first URL either. Using Safari on MacOS seems to work fine using the link teckk referenced though, albeit I do not bank there so can't login.
 
Old 12-31-2020, 02:06 PM   #4
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,235

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by AllanP View Post
I have also tried clearing cache's; tried incognito browsing and all the same.
But have you tried clearing cookies?
 
Old 12-31-2020, 02:31 PM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by AllanP View Post
"http://auth.scotiaonline.scotiabank.com/online?"
I guess it needs to be https.
 
1 members found this post helpful.
Old 12-31-2020, 03:15 PM   #6
AllanP
Member
 
Registered: Jun 2007
Location: Nanoose Bay, B.C. Canada
Distribution: Mint, Ubuntu, Fedora, Debian, Win10, Win 11
Posts: 104

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ondoho View Post
I guess it needs to be https.
Yes I never noticed that.
 
Old 12-31-2020, 03:16 PM   #7
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,141
Blog Entries: 6

Rep: Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828
Sure enough.

Code:
curl -LI https://auth.scotiaonline.scotiabank.com/online?
HTTP/1.1 200 OK
...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Access denied message to some site resources Actarus77 LQ Suggestions & Feedback 7 09-21-2020 11:05 AM
openvpn access server - trying to get site to site working robertkwild CentOS 0 11-16-2015 02:44 AM
Apache getting (13) Permisison Denied Access to /index.html denied imkornhulio Linux - Server 1 03-12-2015 12:31 PM
Apache site redirects using what rule? foo.site.com -> www.site.com/foo LaughingBoy Linux - Server 2 04-16-2009 09:51 PM
internet banking acwaite Linux - General 2 07-16-2007 06:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration