uchicago-capp-30320 / new-arrivals-chi

GNU Affero General Public License v3.0
9 stars 0 forks source link

Require HTTPS to implement secure HTTP requests #154

Closed MadeleineKRoberts closed 4 months ago

MadeleineKRoberts commented 4 months ago

Describe your changes

Transitions the development server from running our application using HTTP protocol to HTTPS. This will guarantee that all HTTP requests and responses are encrypted, enhancing the security of data transmitted over the network. closes #155

Non-obvious technical information

For the development server, we are using a auto-generated self-signed certificate as a result the CA is unable to validate a server certificate, though you can continue to proceed and visit the development site. For the production deployment, we will ensure a valid certificate from CA for our domain.

Checklist before requesting a review