-
Notifications
You must be signed in to change notification settings - Fork 39
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
ca_server.get_cert() failed with error: 'NoneType' object is not subscriptable #119
Comments
which CA handler are you using? Can you please post the content of |
Hi! I am using "mswcce_ca_handler" as a CA handler.
I do realize that it is the CA-server itself that is responding with the |
Could it be that your CA mandates the usage of CN (Common Name)? I am asking as I know from former discussion that certbot does not set the Subject CN bcs its considered as deprecated. |
Thanks, that may be it. |
Try acme.sh or lego. Both clients are setting a CN. |
Thanks @grindsa Do you have an example command for lego? |
Hi, or Documentation includes example commands for several acme clients (including lego). Pls check there... |
After some much testing, I've come to the conclusion that acme2certifier with the Setting a password like "Pass1@3@§34Pass1@3@§34" does crash the application. acme2certifier does not seems to send away the password that contains special characters This is the error we are getting:
Is there any limitations regarding certificates? I have tested with new password and validated that I actually can login to the CA-server. |
Thank you very much. The information that you are using ntlm rings a bell in my back; I may have an idea what is going wrong. Are you using a dockerized a2c version, rpm, deb or a manual install? |
I am using the .deb package on ubuntu 22.04 (sorry for not mentioning this in the beginning). |
It seems that a2c is not able to handle utf-8 encoded configuration options. I created |
That seems to have fixed the problem with the password with UTF-8 encoded characters (like Pass1@3@§34Pass1@3@§34). |
Quick question - will acme2certifier support kerberos in the future? |
we are looking into this but this is rather a mid-term item as we are missing a good way to implement Kerberos support. |
Closing this because the issues seems to be on the Windows CA-server and not acme2certifier. |
@wioxjk: Just to keep you updated. Starting with v0.30 we do support Kerberos authentication in the mswcce_ca_handler.py. You need to enable kerberos support in [CAhandler]
...
use_kerberos: True Feel free to test. Feedback is always welcome... |
Hi,
I am struggling to figure out what this error-message means:
ca_server.get_cert() failed with error: 'NoneType' object is not subscriptable
Everything looks fine until the connection to the CA-server.
I am using certbot as an acme-client, and srv-ca03.xxxx.se is an intermediate-server.
The text was updated successfully, but these errors were encountered: