apolodoro
Explore posts from serversCDCloudflare Developers
•Created by apolodoro on 11/12/2024 in #workers-help
Unknown error 10013
I am getting this error using wrangler 3.86.1 and authentificated with wrangler login
It happens when using wrangler dev --remote on a sveltekit deployed in workers with a D1 database binding
Any idea what this could mean.
13 replies
CDCloudflare Developers
•Created by apolodoro on 3/14/2024 in #workers-help
TLS Issue - Workers to AWS IoT Core
I am trying to communicate to the AWS IoT core HTTPS endpoint through a cloudflare worker (using hono).
I created a certificate and I tested successfully sending a message with curl and the downloaded certificates - https://docs.aws.amazon.com/iot/latest/developerguide/http.html
Then I configured the binding with wrangler
And then I configured an endpoint in hono
The result is always
Please help
1 replies
CDCloudflare Developers
•Created by apolodoro on 3/13/2024 in #general-help
TLS issue - WORKER to AWS IoT Core
EDIT: THIS WORKS NOW! Just follow the steps bellow...
EDIT: Make sure the compatibility_date = "2024-09-30" in your wrangler.toml is at least september 2024.
I am trying to communicate to the AWS IoT core HTTPS endpoint through a cloudflare worker (using hono).
I created a certificate and I tested successfully sending a message with curl and the downloaded certificates - https://docs.aws.amazon.com/iot/latest/developerguide/http.html
Then I configured the binding with wrangler
And then I configured an endpoint in hono
The result is always
Edit: you should get
Enjoy
21 replies
Guacamole allowed?
So we are an irrigation engineering company. We have PLCs in our clients properties and we use guacamole + openvpn to securely allow them to connect to their machines via VNC in a seemless way. We are transitioning a lot of our infrastructure to railway and would like to move both the VPN server as well as the Guacamole service to railway to. However I have seen that both VNC and VPNs are not allowed. Would this be the case for this specific use case?
7 replies