Active Topics

 


Reply
Thread Tools
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#21
Originally Posted by sicelo View Post

https://mybroadband.co.za/news/feed

Enabling cutenews' logging, I get:
Code:
 Status: Failed: SSL handshake failed
Ok I will look what I can do but probably not this week.
The host is using TLSv1.2 but still provide for example TLSv1.0 so the older cutenews was set fixed to TLSv1.0.
 

The Following 3 Users Say Thank You to Halftux For This Useful Post:
Posts: 1 | Thanked: 2 times | Joined on Oct 2018
#22
Is there no easier solution for the problem?

Glamurös & auffallend: Exklusiver Schmuck mit funkelnden Kristallen. Online Shop Assistent. Gratislieferung über € 75. Sicheres Online-Shopping. Geschenkverpackung. Kostenlose Grusskarte. Finde exklusiv kuratierten Schmuck von Designern und Boutiquen aus aller Welt. Kuratierte Auswahl.

Last edited by derda; 2019-05-16 at 11:15.
 

The Following 2 Users Say Thank You to derda For This Useful Post:
endsormeans's Avatar
Posts: 3,139 | Thanked: 8,156 times | Joined on Feb 2013 @ From my Gabriola Island hermitage, near the Edge of the World
#23
Hm..
easier solution?

Actually ...
if you open up the cover that exposes the battery..
(make sure you have a nice clean flat area of ..say your kitchen table for this...don't want to be missing parts...)
Take the batt out...
remove the screws holding the assembly in...

Now you will notice an off - fuchsia colored wire, beside a deep magenta coupling.
Just go and rip that off - fuchsia colored wire right out...
Tie it in a bow on your left pinkie toe ...
and then put back the assembly and the batt. cover back on.

openssl should work now...
but only as long as the off - fuchsia colored wire tied in a bow on your left pinkie toe is within exactly 1.24 feet of the n900
Proximity issue ...
So you may need to figure out exactly how to walk and keep the device within left - pinkie - toe range.


There we go.
Much easier eh?
__________________
Lurker since 2007, Member since 2013, Certifiable since 1972

Owner of :
1-n770 (in retirement), 3-n800's / 3-n810's (still in daily use), 5-n900's ((3 are flawless, 1 loose usb ( parts), 1 has no telephony (parts))
3-nexus 5's : 1 w/ Floko Pie 9.1 (running beautifully) waiting for Stable Droid 10 rom, 1 w/ ̶Ubuntu Touch, 1 with Maru OS (intend maemo leste when ready)

1/2 - neo900 pre- "purchased" in 2013. N̶o̶w̶ ̶A̶w̶a̶i̶t̶i̶n̶g̶ ̶r̶e̶f̶u̶n̶d̶ ̶p̶r̶o̶c̶e̶s̶s̶ ̶l̶a̶s̶t̶ ̶f̶e̶w̶ ̶y̶e̶a̶r̶s̶ - neo900 start up declared officially dead -
Lost invested funds.


PIMP MY N8X0 (Idiot's Guide and a video walkthrough)http://talk.maemo.org/showthread.php?t=94294
THE LOST GRONMAYER CATALOGShttp://talk.maemo.org/showthread.php...ight=gronmayer
N8X0 VIDEO ENCODING THE EASY WAYhttp://talk.maemo.org/showthread.php...ght=mediacoder
242gb ON N800http://talk.maemo.org/showthread.php?t=90634
THE PAIN-FREE MAEMO DEVELOPMENT LIVE DISTRO-ISO FOR THE NOOB TO THE PROhttp://talk.maemo.org/showthread.php?t=95567
AFFORDABLE MASS PRODUCTION FOR MAEMO PARTShttp://talk.maemo.org/showthread.php?t=93325

Meateo balloons now available @ Dave999's Meateo Emporium
 

The Following 2 Users Say Thank You to endsormeans For This Useful Post:
Posts: 567 | Thanked: 2,965 times | Joined on Oct 2009
#24
I am currently using QT4 with TLS 1.2 support on my N900.
I am using this OpenSSL source tree https://github.com/jonwil/openssl/ with binaries at http://maemo.merlin1991.at/cssu/comm...ree/o/openssl/
I am using the tls12 branch in this source tree https://github.com/community-ssu/qt-x11-maemo for QT with binaries at http://maemo.merlin1991.at/cssu/comm...ree/q/qt4-x11/

Both currently work on my N900 when I run Fahrplan (a QT app talking to a server that only accepts TLS 1.2) so I know they are good in that context.
 

The Following 6 Users Say Thank You to jonwil For This Useful Post:
Posts: 106 | Thanked: 136 times | Joined on Apr 2010 @ Switzerland
#25
Since recently SoundCloud download from gPodder fails with sslv3 handshake error.
Notice, retrieving podcast list is still possible.

Upgrading openssl alone does not help.

What should I do? Rebuild GTK and gPodder from sources?
 

The Following User Says Thank You to ymartin59 For This Useful Post:
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#26
Originally Posted by ymartin59 View Post
Since recently SoundCloud download from gPodder fails with sslv3 handshake error.
Notice, retrieving podcast list is still possible.

Upgrading openssl alone does not help.

What should I do? Rebuild GTK and gPodder from sources?
Hmm it is hard to say. There is no import module from ssl python and there is no https call for soundcloud. So in the past it was everything done over http. I would say that the http request get redirected to https. I guess that you need to change python code and maybe patch and compile python against newer openssl.
But can't say for 100% sure maybe somebody else has more experience with python and give a better answer.
 

The Following 2 Users Say Thank You to Halftux For This Useful Post:
Maemish's Avatar
Posts: 1,700 | Thanked: 4,751 times | Joined on Apr 2018 @ Helsinki, Finland.
#27
Is this the right way to change the line 160?

source_if_is osso-gtk.defs
source_if_is ssl.defs
# There is no matchbox.defs in Fremantle
# source_if_is matchbox.defs
source_if_is keyboard.defs
source_if_is sdl.defs

or this

source_if_is osso-gtk.defs
source_if_is ssl.defs
# source_if_is matchbox.defs
source_if_is keyboard.defs
source_if_is sdl.defs

The line 160 is # There is no matchbox.defs in Fremantle. So I can either put your edit before that line so it makes it to be line 160 or delete the line which doesn't really make sense cause the default line is already opt out. And when I installed man-db-N900 it could not find the file you had attached even it is in the folder/directory where you said it should be.
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)

Last edited by Maemish; 2019-09-05 at 08:39.
 

The Following 3 Users Say Thank You to Maemish For This Useful Post:
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#28
Originally Posted by Maemish View Post
Is this the right way to change the line 160?
In this case both would work but I mean to add a new line not replacing, because we don't want to remove something.
The line you are removing/replacing in your example is a comment line so the system will be not effected but you will lost some information for human readers.

So I will edit my post to make it more clear.
However I think this modification will effect mainly command line tools, but do it anyway because it doesn't hurt and is worth a try.
 

The Following User Says Thank You to Halftux For This Useful Post:
Maemish's Avatar
Posts: 1,700 | Thanked: 4,751 times | Joined on Apr 2018 @ Helsinki, Finland.
#29
Can you figure why installation of man-db-N900 did not find the file you attached? How could I check the log what it says?
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)
 

The Following User Says Thank You to Maemish For This Useful Post:
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#30
Originally Posted by Maemish View Post
Can you figure why installation of man-db-N900 did not find the file you attached? How could I check the log what it says?
Sorry I don't get it. The man command looking for man pages from install packages. Which attached file/package you mean has no manual.
It could be that I excluded man pages from some packages to keep them small.

Please be more precise so that I could update the package with the manual you like to have. Otherwise you could also extract man pages from some linux package and put them to the man directory.

I personally never used man on N900, but I guess in principle with mandb you could refresh the database for manually extracted man pages.
 

The Following User Says Thank You to Halftux For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:35.