Skip to content

Commit 8db181c

Browse files
committed
http: add possible solution to conflict
Change-Id: Ifb206b758a54f0a1bca976f81eb707116b743592
1 parent d92f5c1 commit 8db181c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmk/update_config/http/conflicts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def detect_conflicts(rule_value: Mapping[str, object]) -> Conflict | MigratableV
177177
mode_fields=["onredirect", "expect_response"],
178178
)
179179
elif value.disable_sni: # Cert mode is always https
180-
return Conflict(
180+
return Conflict( # TODO: We can migrate this by setting the SSL version to 3.0
181181
type_="cant_disable_sni_with_https",
182182
disable_sni=True,
183183
)

0 commit comments

Comments
 (0)