Git Product home page Git Product logo

Comments (13)

t3chguy avatar t3chguy commented on July 19, 2024

Please share the actual error you are seeing.

from matrix.to.

elibroftw avatar elibroftw commented on July 19, 2024

My bad

Screenshot_20221128-082535__01.jpg

This is what happens when a user clicks a matrix invite link without matrix installed. Yesterday the link didn't even open in matrix but today it finally let's me open in the app. That's besides the point because this is an invite link so it should not break on phones without matrix installed.

from matrix.to.

t3chguy avatar t3chguy commented on July 19, 2024

Works fine on my phone, seems like it is something specific to your device and/or network.

image

from matrix.to.

elibroftw avatar elibroftw commented on July 19, 2024

I'm using Firefox not Chrome

from matrix.to.

elibroftw avatar elibroftw commented on July 19, 2024

even on Edge mobile it fails

from matrix.to.

elibroftw avatar elibroftw commented on July 19, 2024

Even on Edge desktop it fails

from matrix.to.

elibroftw avatar elibroftw commented on July 19, 2024

image

from matrix.to.

t3chguy avatar t3chguy commented on July 19, 2024

It is blocked on your network by Plume, as per your last screenshot. I suggest unblocking it. https://support.plume.com/hc/en-gb/articles/360009803373-How-do-I-approve-unblock-a-website-#:~:text=From%20the%20Home%20page%2C%20tap,enter%20the%20server%20IP%20address.

from matrix.to.

elibroftw avatar elibroftw commented on July 19, 2024

According to https://www.thesslstore.com/blog/ssl_error_rx_record_too_long/,

  • You’ve got the listening port misconfigured – If you want your website to establish secure connections you must configure it to use Port 443.
  • You don’t support an adequate TLS version – This problem arose ten years ago with the advent of TLS 1.2 and is appearing again with TLS 1.3.

from matrix.to.

elibroftw avatar elibroftw commented on July 19, 2024

I don't have plume

from matrix.to.

elibroftw avatar elibroftw commented on July 19, 2024

Seems like it works with VPN so I'll check again Thanks.

from matrix.to.

t3chguy avatar t3chguy commented on July 19, 2024

I don't have plume

Then where would that graphic in your latest screenshot come from?

You’ve got the listening port misconfigured – If you want your website to establish secure connections you must configure it to use Port 443.

It is. https:// default to 443, if there's no :port section then it will use 443.

You don’t support an adequate TLS version – This problem arose ten years ago with the advent of TLS 1.2 and is appearing again with TLS 1.3.

It is using TLS 1.3.

t3chguy@Michael-t3chguy-MBP ~> curl https://matrix.to:443 -vv
*   Trying 2606:4700:3033::6815:32cd:443...
* Connected to matrix.to (2606:4700:3033::6815:32cd) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*  CAfile: /etc/ssl/cert.pem
*  CApath: none
* (304) (OUT), TLS handshake, Client hello (1):
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-AES256-GCM-SHA384
* ```

from matrix.to.

elibroftw avatar elibroftw commented on July 19, 2024

I'm wondering this too, no one in my family knows about Plume. I'll get to the bottom of it.

from matrix.to.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.