quiet-painting-32952
05/23/2024, 7:56 AMory tunnel --dev --project <projectId> https://<domain> --cookie-domain <domain>
When I try to access the whoami endpoint via that https domain I get the following error:
Error: write EPROTO 4839707416:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:../../../../src/third_party/boringssl/src/ssl/tls_record.cc:242:
Am I missing a configuraiton? I tries to set a config file like this to point to the ssl keys but no luck:
{
"serve": {
"public": {
"tls": {
"cert": {
"path": "/<path>/cert.pem"
},
"key": {
"path": "/<path>/privkey.pem"
}
}
}
}
}
quiet-painting-32952
05/24/2024, 8:26 AMquiet-painting-32952
05/25/2024, 6:53 AM