Session resumption with session IDs TLS1.2
Hello community, I'm an embedded systems developer and we have a ressource constraint IOT device which is using TLS1.2. When we use https:// to access the internal websit… (funda kabanzi)
Hello community, I'm an embedded systems developer and we have a ressource constraint IOT device which is using TLS1.2. When we use https:// to access the internal website of the device, Firefox does a complete TLS handshake for each asset to download which renders https:// almost unusable. This happens despite session resumption using session IDs is offered by the device. When accessing the device with Chrome or Edge there's only one handshake and all the following TLS sessions are resumed with the ID of the first handshake. In Firefox security.ssl.disable_session_identifiers is set to false.
Is it intended behaviour that Firefox ignores session IDs for TLS1.2?
Used Firefox version: 142.0 (64-Bit) Windows 11
Thanks in advance.
Johannes