COS301-SE-2024 / The-Republic

Imagine a fusion of ‘Eskom se Push’ and ‘X’. The Republic allows users to raise concerns and spread awareness about government services through incident reports, with cool data visualizations providing a dynamic overview of public sentiment on service delivery.
https://the-republic.co.za/about
9 stars 2 forks source link

Complete implementation of load balancer #294

Closed hlokomani closed 2 months ago

hlokomani commented 2 months ago

Move Proxy from HTTP to HTTPS and Host on Heroku

The current implementation of the load balancer uses HTTP for communication. The goal is to transition the proxy to use HTTPS for secure communication and host it on Heroku. The Docker container is already deployed on Heroku, but there are issues due to the lack of an SSL certificate. The implementation works in a Docker container using an HTTP connection, but it needs to be updated to support HTTPS.

Tasks:

Update the project documentation to reflect the changes made for HTTPS support.