-
Notifications
You must be signed in to change notification settings - Fork 40
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
Certificates at db4s.dbhub.io are expired #228
Comments
Oh, that's not good. Looking into it now... |
Oh hang on. Are you running on macOS? If so, this is unlikely to work any time soon. For some unknown reason, macOS wants to insert itself into all https calls, so refuses to accept our custom root CA certificate. 😦 😦 😦 It's more an Apple problem than a "certificates are expired" problem. |
Thinking about it a bit more... it might work if you add our root CA certificate to your system keychain. Probably best if we ask @lucydodo (our resident macOS packager) to look into that first though. Don't want to give you bad advice. 😄 |
This issue has been around since macOS Big Sur that starts validate certificates issue by self-signed CAs. :) |
@justinclift As an aside, |
Not going to happen. There's no way we could then issue client certificates to our users for them to load into DB4S. |
Well, so right now on macOS, users can't access DBHub without registering a CA certificate, so do we need to guide them through that in the program (for example, pointing them to a wiki page)? 😄 |
We should probably do two things:
For 2) there might be. I can't put my finger on the exact problem right at the moment, but there's a large warning alert type thing going off in my head when I think about us doing this. Something along the lines of reducing security for people from an external person's point of view, because our custom root CA could (in theory) do something like generate certificates for any domain. Which would be trusted by the users computer because our root CA is now in their system keychain. Us not actually generating certificates for anything other than DB4S is kind of beside the point, as the capability would be there. 😦 What we should probably do, is see if the suggestions in that DB4S issue for adjusting our certificates will let them work with macOS. I've not really had the mental head space to look into it though. If you're interested, then you're welcome to though. 😄 |
I'd probably want to fix this before the next release. |
The text was updated successfully, but these errors were encountered: