Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

HTTPS adds a layer of security over your data by using SSL/TLS protocols to encrypt the data transmitted between the web server and the web browser (ie. the client). This encryption ensures that even if someone intercepts the data, they won't be able to understand or modify it easily. This workflow is called the TLS Handshake.

To use HTTPS in production, you’ll need to first obtain digital certificate from a Certificate Authority (CA). To obtain a digital certificate you will need to generate a Certificate Signing Request (CSR) from your server which contains your generated public key and identity information. The CA will verify and issue you a Digital Certificate that you can supply Iguana along with your generated private key.

...