App Service Certificate for securing profile files

Narendra Gupta 21 Reputation points
2020-05-09T08:36:57.427+00:00

hello guys,

I have created website on azure vm iis webserver and also created a login form. When user's login they can upload files on their respective profile accounts.
My question is, if i have scured my web site with https azure certificate then do that certificate also encrypt files that users uploads on their profile?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,866 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andrew Dello Stritto 80 Reputation points
    2023-01-21T03:55:56.8+00:00

    HTTPS (HTTP Secure) is a protocol that encrypts the communication between a web server and a web browser to ensure that the data transmitted is secure and can't be intercepted by third parties. When you secure your website with an Azure certificate, it means that the communication between the web server and web browser is encrypted.

    However, the certificate only encrypts the communication between the web server and web browser, and it does not encrypt the files that users upload to their profile. If you want to encrypt the files that users upload to their profiles, you will need to implement additional security measures such as server-side encryption or client-side encryption.

    0 comments No comments