Hi, thank you for your great work!
I’d like to request a new feature.
In our project, we are using Node.js and Cloud Tasks. For local development, we run our Node.js project locally and use Docker Compose to run cloud-tasks-emulator. Previously, we had no issues because our local Node.js project was running over HTTP. However, after switching to HTTPS, the push requests from cloud-tasks-emulator started failing due to TLS verification.
Would it be possible to add an insecure mode that allows skipping TLS verification? This would greatly help our project.
We’d really appreciate your consideration! Thanks!