Open
Bug 1755522
Opened 3 years ago
Updated 1 year ago
Proxy tests: failing TLS connection to an HTTPS proxy
Categories
(Core :: Networking: Proxy, task, P3)
Core
Networking: Proxy
Tracking
()
NEW
People
(Reporter: dragana, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
The tests should include TLS failures:
- the proxy rejects the client ClientHello.
- the proxy sends malformed ServerHello that will be rejected by the client.
- the proxy sends certificates that will be rejected by the client.
- NSS tolerates some errors and triggers a new connection in necko. We should have a server that would produce such behavior. There are multiple ways to get in such a situation, but a server that produces one such situation would be enough.
Reporter | ||
Updated•3 years ago
|
Severity: -- → N/A
Updated•1 year ago
|
Priority: P2 → P3
Comment 1•1 year ago
|
||
Moving bug to Core/Networking: Proxy.
Component: Networking: HTTP → Networking: Proxy
You need to log in
before you can comment on or make changes to this bug.
Description
•