I understand how public key encryption works and I understand how it works into SSL. Server sends encrypted(public) key so I can send it a message but only it knows the private key to decrypt it.
Does the reverse happen? Does my browser send the server a public key to send data back securely or is it not secured?