Existing documentation URL(s)
https://developers.cloudflare.com/hyperdrive/configuration/local-development/
Seems like it is documented inside miniflare
https://github.com/cloudflare/workers-sdk/blob/main/packages/miniflare/src/plugins/hyperdrive/hyperdrive-proxy.ts#L31
What changes are you suggesting?
Please clarify in the documentation that Hyperdrive local connections only support the require and prefer SSL modes.
At the moment, Hyperdrive local development does not support verify-full or verify-ca. Using these modes currently results in an unexpected ECONNRESET error without any clear warning.
Since updating miniflare may take some time, it would be helpful to document the supported SSL modes in the meantime.
Additional information
No response