1. CWNP, "CWISA-102 Certified Wireless IoT Solutions Administrator Official Study Guide," 2nd Edition. Chapter 3: Networking Services, under the "HTTP and HTTPS" section, states: "HTTPS uses an encryption protocol to encrypt communications. Originally, this was Secure Sockets Layer (SSL), but it has now been entirely replaced by Transport Layer Security (TLS)." (Page 68).
2. Internet Engineering Task Force (IETF), RFC 2818: HTTP Over TLS. The abstract states: "This memo describes how to use Transport Layer Security (TLS) to secure HTTP connections over the Internet." Section 1, "Introduction," further clarifies that "Conceptually, HTTP/TLS is very simple. The only difference between HTTP and HTTP/TLS is that HTTP/TLS runs over a secure TLS connection."
3. MIT OpenCourseWare, 6.858 Computer Systems Security, Fall 2014. Lecture 14 Notes: Web Security, Section 3, "HTTPS," explains: "HTTPS = HTTP on top of SSL/TLS. SSL/TLS provides a secure channel... It provides confidentiality, integrity, and server authentication." (Page 3).