WhatsApp / WhatsApp-Business-API-Setup-Scripts

The scripts related to setting up WhatsApp business API
MIT License
410 stars 433 forks source link

Create a way to have SSL disabled #8

Closed nesl247 closed 5 years ago

nesl247 commented 5 years ago

We use istio that terminates SSL for us. I see that there is a disable_ssl() function, but no way for it to be called.

It would be great if you could please add an env var that will determine if SSL is enabled or not in the webapp.

Until this is done, I'm going to have to probably create our own container or a more complex command to call this function and restart the webserver in order to have this working.

mengyiyuan commented 5 years ago

@nesl247 I wonder why do you want to disable SSL, which could be a security risk?

nesl247 commented 5 years ago

I was having issues with the load balancer and I believe it to be the self-signed cert causing issues. After about an hour I got it working. It was unrelated, hence why I closed this.

arnold-keyvalue commented 2 years ago

@nesl247 How did you fixed it?