Sample App Shows ERR_SSL_PROTOCOL_ERROR

Description

i was installed sample-app to my server.
mode is CDN mode.
i was generated JWT key from zoom dev site.

http site shows ok. but it cannot using camera.
so i was connected by https, but browser shows ERR_SSL_PROTOCOL_ERROR error code.

how to apply ssl key into my sample-app?

please give me about this.
i already checked it need openssl keys.
i hope to know how to appply this key to app.

Error
The full error message or issue you are running into.

Which version?
Knowing the version can help us to identify your issue faster.

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version: [e.g. 22]
  • Browser:[e.g. Chrome]

Additional context
Add any other context about the problem here.

Your best bet would be to use something like ngrok to easily create a HTTPS tunnel with a valid certificate to your localhost.
You’ll get an externally reachable HTTPS-URL point to your local dev server.

Thank you.
that is good solution to me.
but i hope using ssl for everyone.

@frsjh
well, honestly, I guess you should get some more experience in HTTP / HTTPS servers in general and Node express / fastify specifically

Hey @frsjh,

Are you still having issues?

Thanks for your input @meetever-chris! :slight_smile:

-Tommy

thank you. @tommy
i can’t solve this.
i just want starting sample app with https.

Hey @frsjh,

Happy to help further. Can you please share screenshots and steps to reproduce the issue?

Thanks,
Tommy