When I make a manual run via Appwrite Cloud, I see that the endpoint is an HTTP endpoint http://<base_url>:3000/register. I can cURL the same endpoint with HTTPS and it resolves. I see that an SSL cert is created as well in the UI.
I think it would make sense to either have:
- configurable to run with HTTPS in the UI in lieu of defaulting to HTTP
- default to HTTPS or even redirect all HTTP calls to HTTPS on the LB side
Let me know if I overlooked something. If you think this might be a good idea, I can create an issue in the repo.
where do you see this HTTP endpoint?
I click "Execute Now" and fill out some fields. Then in the run logs, it states that the request is HTTP
oh lol. im pretty sure this is all internal within the rutnimes network
^ sorry I reposted to redact my endpoint. Figured I might as well
ya this is all internal private docker network so there isn't any HTTPS
okay that makes sense 😁 !
If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title
[SOLVED] HTTPS in Functions Invocations on Cloud
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...