-
-
Notifications
You must be signed in to change notification settings - Fork 433
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
[08006] SSL error: Failed to parse server certificates Empty issuer DN not allowed in X509Certificates. #859
Comments
cc @klention |
I should add that the problem occurs with both 2.1 and 2.0 from August 18. I have not tested earlier versions. |
TLS is not available in the current versions. It will be introduced in version 2.2.0 and will also be available in the master branch (latest). It seems that you are testing a non-release version from the master branch based on the messages. |
hmmm... I encountered this problem with docker image autobase/console:2.1.0, I thought it was a problem with that version, then I put autobase/console:2.0.0 and encountered the same problem. you can check it yourself, I didn't take code from the master branch, I took already ready images and used ui, not through ansible by hand. |
I understood. Console is the UI, use |
Done #857 |
There is a problem with connecting to the database in some clients (e.g. all jetbrains products), when connecting I get this error: [08006] SSL error: Failed to parse server certificates Empty issuer DN not allowed in X509Certificates.
If you look at the certificate:
Then you see empty Issuer and Subject.
I had to recreate the certificate.
Only after these actions everything worked.
Could you please fix this problem and generate certificates with Issuer / Subject?
The text was updated successfully, but these errors were encountered: