
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
- How can I check which version of node-ap...
Hi everyone, I deployed a Function on Appwrite with the following in my package.json: ```"dependencies": { "node-appwrite": "*" }``` Since Appwrite automat...
- I can't add relationship attributes on m...
How can I make it work in selfhosted Appwrite?
- CORS error using Appwrite DNS
Hello π , we are using the DNS on organization domains `rostlino.cz` using nameservers `NS` ``` NAME: rostlino.cz TYPE: NS VALUE: ns1.appwrite.zone TTL: 3360 ...
