SSL Labs checks for TLS version intolerance and TLS extension intolerance. I've seen another answer on this site that covers version intolerance, but what does extension intolerance mean, specifically, in this context?
The most information I could find online is that specifying extensions in the ServerHello message that are unsupported by a poorly written server might lead to a protocol downgrade or a closed connection, but it isn't clear to me exactly what that means in terms of the actual messages that might be sent in order to trigger this issue.
Are they talking about ClientHello extension records whose 16-bit identifiers do not match any known by the server?