-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
StartTLS: open /data/tls/ldap/ca.pem: no such file or directory #6271
Comments
if I do a volume between |
@D0wn3r |
Hello @samdulam, any progress with that topic? Thanks a lot. |
Are there any news on that. i have the same issue at the moment and it seems as certificate upload doesn't work |
No :/ |
bug still available with latest version. 2.13.1. |
Hello, |
Bug confirmed, failing to upload the pem file to desired location. |
@samdulam |
The bug appears to be with the UI, rather than Portainer's backend. I've been working around this by configuring Portainer via its API. The LDAP part of the configuration can be done via As a hint, the body of my {
"AuthenticationMethod": 2,
"LDAPSettings": {
"AnonymousMode": true,
"ReaderDN": "",
"URL": "<LDAPS host:port here>",
"TLSConfig": {
"TLS": true,
"TLSSkipVerify": false
},
"StartTLS": false,
"SearchSettings": [
{
"BaseDN": "<base DN here>",
"Filter": "(objectclass=posixAccount)",
"UserNameAttribute": "uid"
}
],
"GroupSearchSettings": [
{
"GroupBaseDN": "<group base DN here>",
"GroupFilter": "(objectclass=posixGroup)",
"GroupAttribute": "memberUid"
}
],
"AutoCreateUsers": true
}
} Note that |
Bug description
I'm trying to connect my portainer to my LDAP server with startTLS but when I put the file and check connection I go this error:
Like if it doesn't upload my cert.pem file
Expected behavior
StartTLS with certif works.
Portainer Logs
Steps to reproduce the issue:
Technical details:
The text was updated successfully, but these errors were encountered: