So I tried the example-bun one-click deployment and it works just fine…
But I would really like to use the direct directory deployment for my project. So I copied the exact same files from the example-bun github directory into my local example directory.
I deploy with CLI using:
koyeb deploy . my-example-org/example --archive-builder docker --instance-type free
And it appears to deploy successfully, the console says it is healthy, and yet when I click on the Public URL I get this message in my browser:
—
This site can’t provide a secure connection
example**-my-example-org-0abcdefg.koyeb.app** uses an unsupported protocol.
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Unsupported protocol
The client and server don’t support a common SSL protocol version or cipher suite.
—
Tried this a few times with different combinations, wrote my own Bun app (works fine on my machine etc) … but always the same outcome, console says healthy but get the same browser message as above. (Obviously I’ve changed the URL and the app name in my pasting above from what I actually got.)
Any ideas and insights? Would be great to deploy Bun from directory!
New to Koyeb, looks awesome - came here for the possibility of simple Bun hosting…