Setting up ssl on front end and backend in docker

Job ID: 37594714

Budget: $30 – $250 USD

I am looking for a skilled developer to assist me in setting up SSL on both the front end and backend of my project, which is running in Docker.

Requirements:
- Experience with Docker-compose for container orchestration
- Familiarity with SSL certificate installation, specifically domain validated certificates

Tasks:
- Set up SSL on the front end and backend of the project
- Install a domain validated SSL certificate

Skills and Experience:
- Proficient in Docker-compose for container orchestration
- Knowledgeable in SSL certificate installation, specifically domain validated certificates

The app is a Pi network crypto app which used their sdk for user authentication and payment flow here is the problem I am having in my backend
POST /user/signin 200 1118.916 ms - 28
OPTIONS /payments/approve 204 0.571 ms - 0
POST /payments/approve 401 16.441 ms - 64
OPTIONS /payments/approve 204 0.137 ms - 0
POST /payments/approve 401 2.120 ms - 64
OPTIONS /payments/approve 204 0.487 ms - 0
POST /payments/approve 401 2.954 ms - 64

It is my guess that I am getting this error because I don’t have ssl on my backend and possibly I set up cors wrong


The app is only accessible and functions in the pi browser with a pi network account