Fix gpg key generation error in relago server #4

Open
opened 2026-05-15 02:41:00 +00:00 by lambdajon · 2 comments
Owner
{
	"code": "ERROR",
	"details": {
		"contents": "GpgmeError 117440581",
		"tag": "KeyGenFailed"
	},
	"message": "Key generation failed: GpgmeError 117440581"
}

After setup ldpaths we have error key geenration api.

I think problem related to key engine.

I tried changing gpg providers a few days ago. I think that's where the problem lies.

```json { "code": "ERROR", "details": { "contents": "GpgmeError 117440581", "tag": "KeyGenFailed" }, "message": "Key generation failed: GpgmeError 117440581" } ``` After setup ldpaths we have error key geenration api. I think problem related to key engine. I tried changing gpg providers a few days ago. I think that's where the problem lies.
Author
Owner
https://git.oss.uzinfocom.uz/xinux/relago-support/pulls/4
Author
Owner

Temporary solution: git.oss.uzinfocom.uz/xinux/relago-support/commit/534a9aea806f093d48f331a940bee9821c44c654

In this case, the first request will init and the response will be delayed. As a temporary solution, these changes worked.

Temporary solution: git.oss.uzinfocom.uz/xinux/relago-support/commit/534a9aea806f093d48f331a940bee9821c44c654 In this case, the first request will init and the response will be delayed. As a temporary solution, these changes worked.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lambdajon/Contributions#4
No description provided.