No, SSL provides strong encryption. Just make sure you force clients to use HTTPS, and if you're really paranoid, check if the cipher is enough.
The only reason you want to encrypt a second time is because your web application is transferring data directly to some other system. In this case, you can leave the web application unaware of the actual data and provide end-to-end encryption between the client and the final destination.
source
share