@dcc So that a middle man couldn't alter the contents? Say he changes the iso links to his malicious one. Other things like altering the security notes. All the standard arguments in favor of https
"Using HTTPS (Hypertext Transfer Protocol Secure) instead of HTTP (Hypertext Transfer Protocol) is crucial for several reasons:
1. **Security:** HTTPS encrypts the data exchanged between the user's browser and the website, ensuring that sensitive information such as login credentials, personal details, and financial transactions remain confidential. This helps protect users from various cyber threats, including man-in-the-middle attacks.
2. **Data Integrity:** HTTPS also ensures the integrity of the data being transmitted. Encryption prevents tampering with the information during transit, making it less likely for attackers to modify or corrupt the data exchanged between the user and the website.
3. **User Trust:** Visitors are more likely to trust a website that uses HTTPS because the padlock icon in the browser's address bar indicates a secure connection. This is especially important for websites handling sensitive information where user trust is paramount.
4. **Search Engine Ranking:** Search engines, including Google, consider HTTPS as a ranking factor. Websites using HTTPS may receive a slight boost in search engine rankings compared to those using only HTTP.
5. **Compliance:** Many regulatory requirements and standards, such as the General Data Protection Regulation (GDPR), require websites to secure user data. Using HTTPS is often a compliance requirement, and failing to do so could result in legal consequences.
In summary, the adoption of HTTPS is essential for securing data, building user trust, complying with regulations, and maintaining a higher search engine ranking. It has become a standard practice for websites to prioritize the use of HTTPS for a safer and more reliable online experience"