LDAP implementation, certificate not found #6117
Unanswered
shyreneching
asked this question in
Q&A
Replies: 2 comments 9 replies
-
Please show the full command used to cat the contents of the file. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Check the journal to logs for the service. For some reason it is not
starting.
…On Fri, Feb 2, 2024 at 05:45 Shyrene Ching ***@***.***> wrote:
I have change the permission of the folder, which seems to be the problem
as to why it can't find the cert. I missed this and just modified the
permission of the actual cert. However, even after extending the timeout to
260 secs, I still receive the worker timeout error.
[2024-02-02 10:31:53 +0000] [27498] [INFO] Starting gunicorn 20.1.0
[2024-02-02 10:31:53 +0000] [27498] [INFO] Listening at: http://127.0.0.1:9103 (27498)
[2024-02-02 10:31:53 +0000] [27498] [INFO] Using worker: eventlet
[2024-02-02 10:31:54 +0000] [27663] [INFO] Booting worker with pid: 27663
[2024-02-02 10:32:24 +0000] [27498] [CRITICAL] WORKER TIMEOUT (pid:27663)
[2024-02-02 10:32:24 +0000] [27663] [INFO] Worker exiting (pid: 27663)
[2024-02-02 10:32:25 +0000] [27498] [WARNING] Worker with pid 27663 was terminated due to signal 9
[2024-02-02 10:32:25 +0000] [27985] [INFO] Booting worker with pid: 27985
[2024-02-02 10:33:41 +0000] [27498] [INFO] Handling signal: term
[2024-02-02 10:33:42 +0000] [27985] [INFO] Worker exiting (pid: 27985)
[2024-02-02 10:33:42 +0000] [27498] [INFO] Shutting down: Master
[2024-02-02 10:33:56 +0000] [28635] [INFO] Starting gunicorn 20.1.0
[2024-02-02 10:33:56 +0000] [28635] [INFO] Listening at: http://127.0.0.1:9103 (28635)
[2024-02-02 10:33:56 +0000] [28635] [INFO] Using worker: eventlet
[2024-02-02 10:33:56 +0000] [28808] [INFO] Booting worker with pid: 28808
[2024-02-02 10:34:26 +0000] [28635] [CRITICAL] WORKER TIMEOUT (pid:28808)
[2024-02-02 10:34:26 +0000] [28808] [INFO] Worker exiting (pid: 28808)
[2024-02-02 10:34:27 +0000] [28635] [WARNING] Worker with pid 28808 was terminated due to signal 9
[2024-02-02 10:34:27 +0000] [29102] [INFO] Booting worker with pid: 29102
—
Reply to this email directly, view it on GitHub
<#6117 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACZ5TIMLY3JRIDOB5GC2FETYRS7TDAVCNFSM6AAAAABCL3VRFGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGNBVGIYDM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to implement LDAP in Stackstorm but for some reason, I am receiving an error from the st2auth not being able to read the certificate file. Would anyone know how to address this issues?
ValueError: Unable to find the cacert file "/opt/stackstorm/st2/certificate/cacert.pem" for the LDAP connection.
When I cat my cert file, it is in this format
cat /opt/stackstorm/st2/certificate/cacert.pem
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
Beta Was this translation helpful? Give feedback.
All reactions