Tiny Core Linux

General TC => General TC Talk => Topic started by: Richard Cranium on August 08, 2026, 03:20:32 PM

Title: Very Strange , I can't log into forum using Dillo..
Post by: Richard Cranium on August 08, 2026, 03:20:32 PM
It's really odd , I can't seem to log into the forum using Dillo..  I'm on my main Linux computer typing this ...  But from an old laptop running TC17 , I can't seem to get in here... I can see the forum fine..  but i get an error:
Quote
Session verification failed. Please try logging out and back in again, and then try again.

Basically Dillo is the only browser that runs on this old machine.. 


Very weird , Anyone else run into this issue?
Title: Re: Very Strange , I can't log into forum using Dillo..
Post by: gadget42 on August 09, 2026, 07:34:59 AM
try links2 with the "dash g" for graphics mode

Code: [Select]
links2 -g https://forum.tinycorelinux.net
****posting this after signing into the forum via links2 -g(graphic mode) as per the above****
Title: Re: Very Strange , I can't log into forum using Dillo..
Post by: gadget42 on August 09, 2026, 07:38:13 AM
when i attempt to use dillo to navigate to https://forum.tinycorelinux.net/index.php i get a small window that pops up with

"The remote certificate has expired. The certificate wasn't designed to last this long. You should avoid this site."

and has a "continue" button and a "cancel" button

i assume the referenced "certificate" is something in/on dillo since i don't see any expired certificates at the website

****posting this via librewolf on devuan daedalus after doing the links2 post found(hopefully) above****
Title: Re: Very Strange , I can't log into forum using Dillo..
Post by: nick65go on August 09, 2026, 12:01:23 PM
same for me: "An Error Has Occurred! Session verification failed. Please try logging out and back in again, and then try again " when using dillo (but login works in Firefox).
Code: [Select]
dillo -v
Dillo v3.3.0-dirty
Libraries: fltk/1.3.11 jpeg/3.2.0 png/1.6.58 webp/1.6.0 zlib/1.3.1.zlib-ng brotli/1.2.0 OpenSSL/3.6.3
Features: +GIF +JPEG +PNG +SVG +WEBP +BROTLI +XEMBED +TLS +IPV6 +CTL
So, if it were not changes in the source (dillo), neither in the destination (the TC forum), then maybe is the middle man (the network)
Code: [Select]
Nav_open_url: new url='https://forum.tinycorelinux.net/'
Dns_server [0]: forum.tinycorelinux.net is 217.160.150.65
Connecting to 217.160.150.65:443
forum.tinycorelinux.net: TLSv1.3, cipher TLS_AES_256_GCM_SHA384
 0: sha256 2048-bit RSA: /CN=forum.tinycorelinux.net
 1: sha256 2048-bit RSA: /C=US/O=Let's Encrypt/CN=YR1
 2: sha256 4096-bit RSA: /C=US/O=ISRG/CN=Root YR
 root: /C=US/O=Internet Security Research Group/CN=ISRG Root X1
NumPendingStyleSheets=1
NumPendingStyleSheets=2
Title: Re: Very Strange , I can't log into forum using Dillo..
Post by: Richard Cranium on August 09, 2026, 10:36:10 PM
try links2 with the "dash g" for graphics mode

Code: [Select]
links2 -g https://forum.tinycorelinux.net
****posting this after signing into the forum via links2 -g(graphic mode) as per the above****

Isn't Links that text based browser??  "dash g" for graphics mode?

I'll look into it...
Title: Re: Very Strange , I can't log into forum using Dillo..
Post by: Richard Cranium on August 09, 2026, 10:39:05 PM


So, if it were not changes in the source (dillo), neither in the destination (the TC forum), then maybe is the middle man (the network)



I don't think my network is blocking anything , if that's what You mean.
Title: Re: Very Strange , I can't log into forum using Dillo..
Post by: CNK on August 11, 2026, 08:58:12 PM
By default Dillo doesn't accept session cookies. This forum used to use PHPSESSID parameters when cookies weren't available, so log-ins still worked. But the forum's webmaster seems to have disabled that feature now, so you need to enable cookies by editing ~/.dillo/cookiesrc and add this line:

Code: [Select]
forum.tinycorelinux.net ACCEPT_SESSION

You can also set it to "ACCEPT" instead of "ACCEPT_SESSION", or change the "DEFAULT" setting that applies to all websites. See the "cookiesrc" section of the documentation for details (click on the "?" button in Dillo).

gadget42's certificate errors are a completely different problem, probably caused by an old ca-certificates extension that needs updating.