SliTaz SliTaz Forum

You are not logged in.

#1 2018-10-25 04:44:18

Red
Member
Registered: 2017-05-20
Posts: 29

unsupported browser

Good morning

A lot of websites tell me I’m using an unsupported browser.

I’m using  Xombrero, Tazweb or Midori.

So I tried Firefox, but that one keeps telling me my connection is not safe, and stops working.

The same thing happens with Iron, Netsurf, Palemoon and Seamonkey.

Anyone an idea?

Red

Offline

#2 2018-10-26 01:33:21

R8
Member
Registered: 2015-08-20
Posts: 143

Re: unsupported browser

Hello,

Firefox is available on the package manager on 2 versions:

- 17.0.11.esr (= an older version from 2013)

- 62.0 (= the newest version)

Take also a look on this thread:

http://forum.slitaz.org/topic/firefox-questions-about-version-and-language#post-46643

Maybe you installed 17.0.11? Try with 62.0.

Offline

#3 2018-10-26 05:03:33

Red
Member
Registered: 2017-05-20
Posts: 29

Re: unsupported browser

Sorry I forgot to give some details.

I'm using Slitaz 5 RC3, and I installed Firefox official.

The problem is not only with Firefox, but also with Iron, Netsurf, Palemoon and Seamonkey.

Coult it have something to do with the date and time on my computer?

This one does have a harddrive (the eeepc 1000 doesn't ) but this one doesn't have a battery,

so the time and date are someware in the past, I haven't been able to reset the time, if I go to

Slitaz config dialogs, and set the time from the web, it doesn't work.

Offline

#4 2018-10-26 09:39:05

Erkan_Yilmaz
Member
Registered: 2014-12-18
Posts: 78

Re: unsupported browser

> telling me my connection is not safe

which site do you try?

do you have a pic of the message?

it could be also perhaps a certificate warning (e.g. a site's certificate expired, self-signed,...) and the browser "warns you"

> so the time and date are someware in the past, I haven't been able to reset the time,

try with command date:

- open terminal

- date --help

Usage: date [OPTIONS] [+FMT] [TIME]

Display time (using +FMT), or set time

    [-s,--set] TIME    Set time to TIME

Erkan YILMAZ

http://people.slitaz.org/~eyilmaz/blog/

Offline

#5 2018-10-26 21:29:11

Red
Member
Registered: 2017-05-20
Posts: 29

Re: unsupported browser

Hi here is an exaple of a website that tels me my browser is unsupported

Here are also some warnings from the browsers

Andwat I get to see wen I try to change the time in the Slitaz config. dialogs

The time keeps resetting to the same time, over and over again

About teminals and commandlines, I have no idea, it's all dubble Dutch to me .

Sorry

[attachment=46803,2727] [attachment=46803,2728] [attachment=46803,2729] [attachment=46803,2730] [attachment=46803,2731]

Offline

#6 2018-10-27 15:36:32

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: unsupported browser

@Red

If the cmos battery on a computer mainboard has no voltage left, the date/time and bios settings will not be preserved after power is removed.

Try these commands in terminal as root user after connecting to the internet to set the system date and time before you open the web browser.

Open terminal,login root,password is root

Type:

[c]busybox ntpd -dnqp time.google.com[/c]

Hit Enter

For fun experiment I set my date/time to January 4,1980 2:03:13 and go to palemoon.start.me:

[c]root@slitaz:/home/tux# date -s "1980.01.04-02:03:24"[/c]

[c]Fri Jan  4 02:03:24 EST 1980[/c]

[c]root@slitaz:/home/tux# date[/c]

[c]Fri Jan  4 02:04:13 EST 1980[/c]

Firefox error message:

Your connection is not secure

palemoon.start.me uses an invalid security certificate. The certificate does not come from a trusted source. The certificate will not be valid until September 2, 2018, 8:00:00 PM GMT-4. The current time is January 4, 1980, 2:08 AM. Error code: MOZILLA_PKIX_ERROR_NOT_YET_VALID_ISSUER_CERTIFICATE

Change back to the correct time and date:

[c]root@slitaz:/home/tux# busybox ntpd -dnqp time.google.com[/c]

[c]ntpd: 'time.google.com' is 216.239.35.4[/c]

[c]ntpd: sending query to 216.239.35.4[/c]

[c]ntpd: reply from 216.239.35.4: offset:+1224836801.911180 delay:0.032862 status:0x24[/c] [c][/c]strat:1 refid:0x474f4f47 rootdelay:0.000000 reach:0x01`

[c]ntpd: sending query to 216.239.35.4[/c]

[c]ntpd: reply from 216.239.35.4: offset:+1224836801.915716 delay:0.040417 status:0x24[/c]strat:1 refid:0x474f4f47 rootdelay:0.000000 reach:0x03`

[c]ntpd: setting time to 2018-10-27 11:33:11.810949 (offset+1224836801.915716s)[/c]

[c]root@slitaz:/home/tux# date[/c]

[c]Sat Oct 27 11:33:15 EDT 2018[/c]

Refresh palemoon.start.me,warning disappears,green padlock appears in address bar,page loads as normal.

Offline

#7 2018-10-28 22:40:58

Red
Member
Registered: 2017-05-20
Posts: 29

Re: unsupported browser

Hi

How do I login as root ?

I typed login and root in the terminal and than root again, but it keeps telling me login incorrect.

If I type login and tux in the terminal and than tux again it works !? both in Sakura and  Xterm.

Red

[attachment=46817,2739] [attachment=46817,2740]

Offline

#8 2018-10-28 22:46:07

R8
Member
Registered: 2015-08-20
Posts: 143

Re: unsupported browser

Hi,

To go root :

1. Open a terminal.

2. type su + enter

3. enter password (default : root) + enter

Offline

#9 2018-10-29 21:42:40

Red
Member
Registered: 2017-05-20
Posts: 29

Re: unsupported browser

Sorry I have still no idea

Red

[attachment=46823,2742]

Offline

#10 2018-10-29 23:31:27

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: unsupported browser

@Red

Your command prompt indicates your already root user:

[c]root@slitaz:[/c]

The whoami command will also confirm the user you are running as:

root@slitaz:/home/tux# whoami -h

[c]Command line: whoami -h[/c]

[c]BusyBox v1.27.2 (2018-06-04 11:30:05 CEST) multi-call binary.[/c]

[c]Usage: whoami[/c]

[c]Print the user name associated with the current effective user id[/c]

[c]tux@slitaz:~$ su[/c]

[c]Password:[/c]

[c]root@slitaz:/home/tux# whoami[/c]

[c]root[/c]

Now set the time/date.

Type the bold text and hit the Enter key:

[c]root@slitaz:/home/tux#[/c] busybox ntpd -dnqp time.google.com

Offline

#11 2018-10-30 20:43:27

Red
Member
Registered: 2017-05-20
Posts: 29

Re: unsupported browser

Hi

I made the changes, and it worked!

Thanks guy’s, I’m sorry to hassle you all the time, but coming from Windows this is

all new to me.

I think it’s about time I start learning about command lines.

I just downloaded a PDF file  THE LINUX COMMAND LINE by William E. Shotts

It’s 537 pages so it will take a while.

In the mean time I might need your help from time to time

So thanks beforehand

Red

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]