New Modern Webkit-based Browser In Development
  • MorphOS Developer
    jacadcaps
    Posts: 3274 from 2003/3/5
    From: Canada
    @primax

    The player doesn't actually know what qualities are available, so that'd be hard to do.
  • »22.03.26 - 23:10
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 3274 from 2003/3/5
    From: Canada
    If you've been stuck at 'You have been blocked' when trying to log in to PayPal, try changing the User Agent to Samsung Smart TV.
  • »24.03.26 - 13:50
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 3274 from 2003/3/5
    From: Canada
    Wayfarer 11.2 is now out!

    - Avoid opening an extra window when launched via OpenURL/commandline url
    - Fixed text caret not reappearing upon reactivating the window
    - Fixed enter key not scrolling contents in multiline text editing fields
    - Reduced binary size by a few MB
  • »26.03.26 - 12:02
    Profile Visit Website
  • Caterpillar
    Caterpillar
    Tomtom76
    Posts: 40 from 2021/6/26
    From: UK
    Quote:

    jacadcaps wrote:
    Wayfarer 11.2 is now out!

    - Avoid opening an extra window when launched via OpenURL/commandline url
    - Fixed text caret not reappearing upon reactivating the window
    - Fixed enter key not scrolling contents in multiline text editing fields
    - Reduced binary size by a few MB



    Splendid. Thanks Jaca
    Powerbook G4 A1106 MorphOS 3.19 & MacOSX 10.4
  • »26.03.26 - 16:19
    Profile
  • MorphOS Developer
    jacadcaps
    Posts: 3274 from 2003/3/5
    From: Canada
    Work on Wayfarer 12 ongoing.
  • »26.03.26 - 16:23
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    NewSense
    Posts: 1576 from 2012/11/9
    From: Manchester, UK/GB
    @ jacadcaps - You THE MAN !!  :-D . . . and Piru and of course the betatesters !!  8-D

    Where would MorphOS be without a modern WebBrowser, that's regularly updated?

    Not forgetting the Morph OS itself, supported by the Development Team, also being regularly updated.  8-)
    MacMini 1.5GHz,64MB VRAM, PowerBooks A1138/9 (Model 5,8/9),PowerMac G5 2.3GHz(DP), iMac A1145 2.1GHz 20", all with MorphOS v3.19+,Airport,Bluetooth,A1016 Keyboard,T-RB22 Mouse,DVD-RW-DL,MiniMax,Firewire/USB2 & MacOSX 10.4/5
  • »27.03.26 - 14:06
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Zylesea
    Posts: 2077 from 2003/6/4
    Quote:

    jacadcaps schrieb:
    - Avoid opening an extra window when launched via OpenURL/commandline url



    Thanks especially for that. Not crucial for surviving literally, but one of those little improvements that show how matured and well maintained the whole thing is. Thumbs up!
    --
    http://via.bckrs.de

    Whenever you're sad just remember the world is 4.543 billion years old and you somehow managed to exist at the same time as David Bowie.
    ...and Matthias , my friend - RIP
  • »27.03.26 - 15:13
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Brumiga
    Posts: 270 from 2004/4/3
    From: France
    @jacadcaps,

    I have tried Saturday and also yesterday to on https://www.agirc-arrco.fr/ . It is the site of a supplementary pension fund here in France. But I obtain this error ssl when loading the page.

    Erreur SSL lors du chargement de agirc-arcco.fr
    35:SSL connect error

    I thought and expected to find in the preferences/settings to tick a case to ignore those ssl errors, like in Odyssey, but there is nothing. With some other sites I have the possibility to ignore ssl errors but not in this case.

    So can you give me aqn explanation why do I obtain this ssl error ? Can you also investigate to solve this ssl error ?

    Brumiga
  • »06.04.26 - 10:31
    Profile
  • MorphOS Developer
    Piru
    Posts: 610 from 2003/2/24
    From: finland, the l...
    I analyzed the TLS handshake with Wireshark and it seems that for some reason the server doesn't seem to be happy with the TCP ACK we send to TLS 1.3 "Hello Retry Request, Change Cipher Spec" message. The message we send it fully compliant and correct.

    The server acts as if it hasn't received the ACK, it thus will think we are missing some data and keeps resending the "Hello Retry Request, Change Cipher Spec" payload again with PSH|ACK. Since we from our point of view have already received the data, we consider this message a spurious retransmission and drop the data. No matter what, the server doesn't seem to receive any of our packets attempting the recovery, and the attempts eventually fail and the connection closes. This results in error 35.

    There'a another site that has similar issues:
    https://www.s-pankki.fi

    Only TLS 1.3 connections are affected. Downgrading the connection to TLS 1.2 makes it work.

    There is no obvious explanation as to why this would happen. My best guess is that there is some "anti-DDoS" filter device between the server and us. When triggered by "unusual or odd" packet patterns, it completely ceases forwarding any further data towards the server. The server gets super confused and keeps asking us to reply, but since all further communication from us is discarded by the device, the connection will eventually be torn down, and error 35 returned.

    Another option would be a buggy device that has a broken TLS 1.3 implementation.

    I haven't been able to confirm this or pinpoint it to specific device or equipment.
  • »07.04.26 - 14:41
    Profile