In a Brave Browser > New Window, go to: brave://settings/security
- DISABLE:
Always use secure connections
(HTTPS ONLY toggle switch) - Disable:
Use secure DNS
–
Clear DNS cache:
Using a Brave Browser > New Window, go to: brave://net-internals/#dns
- Click on:
Clear host cache
Close idle sockets and Flush socket pools:
Go to: brave://net-internals/#socket
- Click on:
Close idle sockets
- Click on:
Flush socket pools
Exit / Quit Brave Browser.
Restart your computing device.
–
Notes re what are:
DNS cache:
Socket pool:
With pooling, instead of closing a connection after it is used, we can keep it idle while it waits to handle another request. This saves the resources required to create a new connection.
- Ref. : ‘https://betterprogramming.pub/build-a-tcp-connection-pool-from-scratch-with-go-d7747023fe14’
–