Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

Websocket TLS

  • 5 wótegrona
  • 0 ma toś ten problem
  • 36 naglědow
  • Slědne wótegrono wót Marty

more options

Hello,

My Websocket server recently started failing in Firefox. After some investigation it looks like the issues began in v130. The Websocker server works in all other browsers and in Firefox version <= 129. After much troubleshooting it seems like a change was made to the TLS negotiation when making a Websocket connection. I was able to temporarily solve the problem by forcing TLSv1.2 instead of negotiating the strongest TLS available. Was there a recent change to how TLS is negotiated when making a wss Websocket connection?

Hello, My Websocket server recently started failing in Firefox. After some investigation it looks like the issues began in v130. The Websocker server works in all other browsers and in Firefox version <= 129. After much troubleshooting it seems like a change was made to the TLS negotiation when making a Websocket connection. I was able to temporarily solve the problem by forcing TLSv1.2 instead of negotiating the strongest TLS available. Was there a recent change to how TLS is negotiated when making a wss Websocket connection?

Wšykne wótegrona (5)

more options

Can you use mozRegression to find a problematic commit? Thanks.

more options

pushlog_url: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=5d5de7f7081bcd8536d2f6ca8f21e2db51b9bdad&tochange=09f63cde74c7eda75ef972fa85fcf69350dbd427

Bug 1906193 - land NSS 525c5044cc9e UPGRADE_NSS_RELEASE, r=keeler

Changeset: c058dd79bdd42732baf373b31c9a7376b53cccf8

Wót Marty změnjony

more options

pushlog_url: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=5d5de7f7081bcd8536d2f6ca8f21e2db51b9bdad&tochange=09f63cde74c7eda75ef972fa85fcf69350dbd427

Bug 1906193 - land NSS 525c5044cc9e UPGRADE_NSS_RELEASE, r=keeler

Changeset: c058dd79bdd42732baf373b31c9a7376b53cccf8

more options

It adds a new cryptographic key exchange protocol that can affect you.

You can go to bug 1906193, click the New/Clone button and create a new bug by selecting Create a new bug ...that is regressed by this bug.

more options

Thank you. Bug Report created here: https://bugzilla.mozilla.org/show_bug.cgi?id=1930260