Update changelog for version 0.1.59 and fix SSL verification in config flow

This commit is contained in:
techartdev
2026-03-07 14:27:16 +02:00
parent e0c0c7be8e
commit 335c48ace9
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ class OpenClawConfigFlow(ConfigFlow, domain=DOMAIN):
port = user_input[CONF_GATEWAY_PORT]
token = user_input[CONF_GATEWAY_TOKEN]
use_ssl = user_input.get(CONF_USE_SSL, False)
verify_ssl = user_input.get(CONF_VERIFY_SSL, True)
verify_ssl = user_input.get(CONF_VERIFY_SSL, False)
try:
connected = await _async_validate_connection(