Reaching parse server from https fails with ERR_SSL_PROTOCOL_ERROR #9046
Answered
by
hawkeye64
perottosson
asked this question in
CLI - PWA mode
-
I have a parse server connected with my quasar framework. I have some problems connecting to the server with https. Http works fine though. Running http works without any problems: quasar.config.js
boot/parse.js
But as soon as I switch to https (by deploying my dev server using mkcert, it fails: quasar.config.js
boot/parse.js
With the errorcode:
How can I fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
hawkeye64
Apr 26, 2021
Replies: 1 comment 2 replies
-
You appear to be missing one... |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rstoenescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the quasar docs
You appear to be missing one...