I have a question about security.
When I visit a website over HTTPS, data sent from the browser is encrypted. But what about data received from the server?
For example, if visited pages display confidential information, how can this information be encrypted on server side and decrypted on client side, given that the browser doesn't know the private SSL key?