You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Totally baffled on web site error ...

Author (Read 6077 times)

0 Members and 1 Guest are viewing this topic.

Re: Totally baffled on web site error ...
« Reply #13 on: August 11, 2017, 10:38:29 AM »
 

trinidad

  • Platinum Level Poster
  • **********
  • 1471
    Posts
  • Reputation: 214
  • Linux Lite Member
    • View Profile
    • dbts-analytics.com

  • CPU: i7 4 cores 8 threads

  • MEMORY: 16Gb

  • VIDEO CARD: Intel HD graphics

  • Kernel: 5.x
Something is out of whack with the key exchange. Was there a proprietary software stub you needed to install in Windows for server account access? Sometimes they can be dated, or contain single use license restrictions. If you have Kaspersky enable secure connection and it may sort it out, or at least tell you where to look for the problem. Also there are newer versions of this POS software and the old may not work with the new secure connection standards for browsers that took effect earlier this year.

TC   
« Last Edit: August 11, 2017, 11:59:07 AM by trinidad »
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
 

Re: Totally baffled on web site error ...
« Reply #12 on: August 10, 2017, 12:09:55 AM »
 

RCPWISC

  • New to Forums
  • *
  • 4
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
Well ....... this has taken another turn.  This is NOT a Linux problem it seems.  I just did a clean install of Win10, and I'm getting the same darn error as I did in Linux!  This is clearly something on the provider's end.  Now I hope we can actually figure out what the problem is!

Thanks to everyone for offering help and suggestions!  I got to learn a lot of stuff in these few posts!  :D
 

Re: Totally baffled on web site error ...
« Reply #11 on: August 09, 2017, 06:40:22 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Is there a debugging option available so that you can see what is going on when the browser tries to do it's thing?

Sent from my Mobile phone using Tapatalk



@Jerry In FF right click below the user entry box, select "Inspect Element (Q)", click debugger tab.
Whilst it runs the entered data click network tab and C type icon to inspect the requests happening.

@RCPWISC re; it doesn't have the angular idle module fork from Git so you have time to check and may understand it well. I was looking to see if it was maybe a simple error in code I could notice, but I couldn't. Coz Im silly lol, but I do try to always help  :)
If you look, I think console tab, look for "HackedByChinese", here there is a link to GitHub project by this user for fork on the angular module to add in timeouts and your warning messages for idling etc
When you have browser solution it will be good idea to add the angular idle module before many using it.

Edit: I checked for you it was under the debugger tab here is the link
https://github.com/HackedByChinese/ng-idle.git
« Last Edit: August 09, 2017, 08:07:07 PM by bitsnpcs »
 

Re: Totally baffled on web site error ...
« Reply #10 on: August 09, 2017, 06:28:25 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
what would make this work on a Windows browser, but not work on a Linux browser?  I'm totally at a loss ......

Thanks for any light you can shed on the subject!

-M

Line 5 of the html

Code: [Select]
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Makes it work in Windows.

Editing to

Code: [Select]
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Can you try ?
Also editing to move it to Line 4 immediately after the head tag.
 

Re: Totally baffled on web site error ...
« Reply #9 on: August 09, 2017, 05:28:23 PM »
 

RCPWISC

  • New to Forums
  • *
  • 4
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
Thanks for the continued assistance.

I tried disabling the firewall using
sudo ufw disable
.  No help.

I installed PlayOnLinux and Internet Explorer 8, but the web browser refused to visit the page.  It loads a few pages, but most of them come up as not reachable. 

I'm thinking there must be some strange compatibility issue ........
 

Re: Totally baffled on web site error ...
« Reply #8 on: August 09, 2017, 02:17:10 PM »
 

trinidad

  • Platinum Level Poster
  • **********
  • 1471
    Posts
  • Reputation: 214
  • Linux Lite Member
    • View Profile
    • dbts-analytics.com

  • CPU: i7 4 cores 8 threads

  • MEMORY: 16Gb

  • VIDEO CARD: Intel HD graphics

  • Kernel: 5.x
security key may be the issue. turn off your firewall completely.
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
 

Re: Totally baffled on web site error ...
« Reply #7 on: August 09, 2017, 01:48:16 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8777
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
You could also try Internet Explorer in Playonlinux as a test. Google 'Playonlinux install Internet Explorer 8'. Playonlinux is available via Lite Software.

Sent from my Mobile phone using Tapatalk
« Last Edit: August 09, 2017, 01:58:02 PM by Jerry »
 

Re: Totally baffled on web site error ...
« Reply #6 on: August 09, 2017, 01:31:16 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8777
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Is there a debugging option available so that you can see what is going on when the browser tries to do it's thing?

Sent from my Mobile phone using Tapatalk

 

Re: Totally baffled on web site error ...
« Reply #5 on: August 09, 2017, 01:19:04 PM »
 

RCPWISC

  • New to Forums
  • *
  • 4
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
Thanks for the welcome everyone.  OK ... tried some stuff today, and will answer your questions below:

-I'm running the latest version of LL.  Just downloaded and installed last week.

-Firefox Version is 54.0

-Cookies are enabled in Firefox.

-Restricted extras are installed.


-We're using a POS web site through our payment provider, e~Funds for schools.  You can see the page by going here:
https://lbs.mvpbanking.com/efs-p2/index.html#!/  The POS software version is 1.3.1.15

-I tried following the instructions to put in the User Agent String.  I opted to use the option without the addin.  I created the string, and used the following data for the string:
 Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/54.0


-I also tried the UserAgent web plugin for Firefox.  No dice there, either.

That didn't do the trick.  Web site is still rejecting the transaction.

For the heck of it, I burned another USB drive of LL and booted it and installed Google Chrome.  Same thing - it wouldn't process the transaction.

I also tried a few different "flavors" of Linux that could boot from the USB flash drive, and they all had the same problem.  That's telling me that there's something going on in the OS.  If one of the browsers would work, I would tend to think that the browser could be the culprit, but if all of them aren't working, that's leading me to believe there's something that either needs tweaking in the OS, or I suppose it could be that this POS web site just won't work with Linux.  It continues to be a mystery!

I'm happy to try other suggestions ...  Thanks for the help!

« Last Edit: August 09, 2017, 01:21:02 PM by RCPWISC »
 

Re: Totally baffled on web site error ...
« Reply #4 on: August 09, 2017, 09:21:35 AM »
 

trinidad

  • Platinum Level Poster
  • **********
  • 1471
    Posts
  • Reputation: 214
  • Linux Lite Member
    • View Profile
    • dbts-analytics.com

  • CPU: i7 4 cores 8 threads

  • MEMORY: 16Gb

  • VIDEO CARD: Intel HD graphics

  • Kernel: 5.x
You don't say what OS you're running. Be aware that many web secure transactions now require at least a Firefox version 52 ESR or newer. If you are using LL3.4 updated then you are okay that way. Try firenice03's suggestion. You may have to allow a data port entry in your firewall also. The warning you are getting sounds like your browser is not new enough, or you have disabled redirect in your browser. Just going off your user name maybe you're from Wisconsin. I'm close to Lake Geneva. I might be able to help in person. Let me know.

TC
« Last Edit: August 09, 2017, 10:52:26 AM by trinidad »
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
 

Re: Totally baffled on web site error ...
« Reply #3 on: August 09, 2017, 08:31:17 AM »
 

firenice03

  • Rockin' the FREE World
  • Global Moderator
  • Platinum Level Poster
  • *****
  • 1848
    Posts
  • Reputation: 284
  • Linux Lite Member
    • View Profile

  • CPU: AMD E2//Atom X5//AMD Phenom II X2

  • MEMORY: 4Gb

  • VIDEO CARD: AMD Mullin Radeon R2//Intel//AMD/ATI RS880

  • Kernel: 5.x


First off... Welcome to the forum!!!


You are mostly correct a browser is a browser but an OS is an OS...   ;D ;D
The browser can and most times will report the OS its running on, if not an "approved" OS it can fail.


What you may want to try it a "User Agent Switcher addon" - Where Firefox will then report its running on another "approved" OS...


If the application is strictly web based I don't see where any issues would occur, although should there be calls back to the OS the add-on still may not work..


 :D Just for fun, another thought would be to query the POS software support to see about adding Linux as a supported OS  :D


I personally have never used or needed to use the switcher..
Here's some info:
https://askubuntu.com/questions/259921/make-firefox-user-agent-appear-as-windows
https://www.howtogeek.com/113439/how-to-change-your-browsers-user-agent-without-installing-any-extensions/
https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher-firefox/

LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
 

Re: Totally baffled on web site error ...
« Reply #2 on: August 09, 2017, 04:30:06 AM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hell RCPWISC,

does the Firefox browser in LL have cookies enabled ?
are there any ad blocking, or other addons added ?
do you have the restricted extras installed in LL
does the POS software require Java?

If not one of the above more information, not personally identifying or site identifying, may help one of the community to help you.
Eg;
which version of LL are you running that HP pc?
which version of Firefox on Linux and Windows?
what is the POS software brand, and its version ?
« Last Edit: August 09, 2017, 04:50:04 AM by bitsnpcs »
 

Totally baffled on web site error ...
« Reply #1 on: August 08, 2017, 10:30:30 PM »
 

RCPWISC

  • New to Forums
  • *
  • 4
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
Hi everyone:  I'm relatively new to Linux Lite, but what I'm experiencing has me completely baffled.  We recently got set up with a POS software program (run via a web site) that allows us to process credit cards.  I had an old HP pc laying around, and thought this would be a perfect use for it, as it would only be used for this sole purpose.  I installed the OS, loaded up the web site in Firefox, and when I get to the point to submit the transaction for processing, the web server responds with an error.  It's not a standard error or a browser error - it's an error generated by the POS web server stating it cannot process the transaction, and it instructs me to refresh the browser.  I do that, and it's an endless circle.

I tried the POS web service with Firefox, Chromium and Google Chrome, and all three refused to process the transaction.  For grins, I tried processing on my Windows PC using Google Chrome, and it went through without an issue.

What am I missing here?  A web browser is a web browser ... what would make this work on a Windows browser, but not work on a Linux browser?  I'm totally at a loss ......

Thanks for any light you can shed on the subject!

-M
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section