Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSO Authenticate Error: "error": "self signed certificate" #244

Open
trackerbo opened this issue May 7, 2024 · 2 comments
Open

SSO Authenticate Error: "error": "self signed certificate" #244

trackerbo opened this issue May 7, 2024 · 2 comments

Comments

@trackerbo
Copy link

I don't know why localhost is getting called when trying to authenticate:
{
"name": "localhost:8000",
"endpointUrl": "http://localhost:8000",
"regions": [
{
"name": "localhost",
"tables": [],
"error": "self signed certificate"
},
{
"name": "local",
"tables": [],
"error": "self signed certificate"
},
{
"name": "us-east-1",
"tables": [],
"error": "self signed certificate"
}
]
}
]

The browse never gets called or opened.

I don't know why "us-east-1" is listed for a region for localhost either.

@vishnurpiper
Copy link

  • 1 - facing a similar issue here
    Getting no response from support on this!!
    Do you have custom https certs setup in settings?

@vishnurpiper
Copy link

vishnurpiper commented May 9, 2024

Just had a breakthrough with this -
I am on a Mac and had to ALLOW dynobase to access the location where my root cert .pem file is stored (configured in settings under Custom HTTPS Certificates)
The ALLOW option is available under Settings -> Privacy&Security -> Files and Folders -> Dynobase -> toggle on Allow Access
Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants