Tiny Core Linux
General TC => General TC Talk => Topic started 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:
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?
-
try links2 with the "dash g" for graphics mode
links2 -g https://forum.tinycorelinux.net
****posting this after signing into the forum via links2 -g(graphic mode) as per the above****
-
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****
-
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).
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)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
-
try links2 with the "dash g" for graphics mode
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...
-
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.
-
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:
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.