mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 08:55:40 -05:00
[GH-ISSUE #286] Actions error when using ssl #7147
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dankfred on GitHub (Feb 2, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/286
When SSL is enabled, running actions result in the following error message:
Looks like it's caused by my certificate being invalid for "localhost":
82b2e68cd3/bin/core/src/api/execute/action.rs (L204)@mbecker20 commented on GitHub (Feb 9, 2025):
Hm I didn't consider this situation, it makes sense though. In order for the cert to be valid, it would have to use the DNS address of core instead of localhost if https is enabled. For example by using the
hostfield of the Core configuration.