Certificate validation error #5
-
|
Whenever I try to install an SSL certificate (PEM format) I get the error "Certificate validation error". Does anybody have any suggestions? I really love this tool as it showed me several errors in my config right away. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @2confirm — the PEM certificate validation flow was significantly tightened across What "Certificate validation error" used to meanIn pre-v1.4.0 builds the PEM upload path returned the same generic banner for several distinct failure modes:
What landed (v1.4.0 + onwards)In v1.4.0 (commit 07942a8) the validation pipeline was rewritten to surface which rule failed instead of a generic banner:
In v1.5.0 the Site Wizard's SSL step (Issue #14) extended this with a review + dry-run step that runs the proposed config through In v1.5.2 (current) the same validation runs at preview time and is cluster-scoped, so SSL references restricted by cluster RBAC fail loudly during dry-run rather than at apply time. Install (recommended — latest stable)docker pull taylanbakircioglu/haproxy-openmanager-backend:1.5.2
docker pull taylanbakircioglu/haproxy-openmanager-frontend:1.5.2Full installation guide and K8s manifest bundle: https://github.com/taylanbakircioglu/haproxy-openmanager/releases/tag/v1.5.2 If the error still shows after upgradeOnce you're on
Marking this as answered — happy to dig deeper if those three outputs reveal an edge case the validator misses. |
Beta Was this translation helpful? Give feedback.
Hi @2confirm — the PEM certificate validation flow was significantly tightened across
v1.4.0→v1.5.2. Latest stable isv1.5.2— please upgrade; the generic "Certificate validation error" banner has been replaced with a per-rule error that tells you exactly which check failed. Thank you for the kind words!What "Certificate validation error" used to mean
In pre-v1.4.0 builds the PEM upload path returned the same generic banner for several distinct failure modes: