diff --git a/Frontend/patient_manager/web/index.html b/Frontend/patient_manager/web/index.html
index 5872fd0f..2f01b606 100644
--- a/Frontend/patient_manager/web/index.html
+++ b/Frontend/patient_manager/web/index.html
@@ -68,7 +68,7 @@
-
+
diff --git a/backend/Minio_Storage/minioConnection.py b/backend/Minio_Storage/minioConnection.py
index dfaf1faf..66600e06 100644
--- a/backend/Minio_Storage/minioConnection.py
+++ b/backend/Minio_Storage/minioConnection.py
@@ -15,5 +15,5 @@ def minioConnect(env):
"minio.mzansi-innovation-hub.co.za",
access_key="0RcgutfvcDq28lz7",
secret_key="nEED72ZlKYgDqH9Iy46fVGGT9TfabGWO",
- secure=False
+ secure=True
)
\ No newline at end of file