💾 Archived View for rawtext.club › ~sloum › geminilist › 002923.gmi captured on 2020-10-31 at 14:52:09. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

<-- back to the mailing list

Debugging Lagrange (was Re: [ANN] Lagrange - A Beautiful Gemini Client)

avalos at rawtext.club avalos at rawtext.club

Sun Oct 25 18:35:10 GMT 2020

- - - - - - - - - - - - - - - - - - - 

On Sun, Oct 25, 2020 at 01:15:07PM +0200, skyjake wrote:

On 24. Oct 2020, at 22:01, avalos at rawtext.club wrote:
On 24. Oct 2020, at 5:47, avalos at rawtext.club wrote:
However, in Manjaro ARM (Pinebook Pro), sites like
gemini://circumlunar.space/ and gemini://gus.guru/ for some reason
don't seem to load at all. Maybe it has something to do with TLS, I'm
not sure how to debug, but I'd like to help.
Yes, I can access those sites on other clients, such as Castor and
amfora. It's probably a bug in Lagrange.
Which version of OpenSSL is being used on the Pinebook?

I'm using OpenSSL 1.1.1h as well.

So far I haven't had any luck reproducing this issue nor do I have a clearer picture of why it might be failing, but here's something we can try. On the Pinebook, run this openssl command and let's compare the output:
openssl s_client -connect gus.guru:1965 -debug -tlsextdebug
Output from OpenSSL 1.1.1h on a Mac:
=
https://media.skyjake.fi/openssl_debug.txt

Here's my output:https://cryptpad.avalos.me/code/#/2/code/view/52l0LbI+Fo8xPNa1k8bggAOr2MTQOSIr-St+J+ceBhY/

The OpenSSL command took a lot of time to finish and print the output.