Add HTTPS/SSL support and enhance connection handling
- Implemented HTTPS/SSL support for OpenClaw gateways in `lan_https` mode. - Added configuration options for SSL certificate verification. - Improved auto-discovery for `lan_https` access mode. - Updated documentation in README and changelog for new features and fixes. - Fixed connection errors related to SSL certificate verification.
This commit is contained in:
@@ -17,13 +17,15 @@
|
||||
"gateway_host": "Gateway Host",
|
||||
"gateway_port": "Gateway Port",
|
||||
"gateway_token": "Gateway Token",
|
||||
"use_ssl": "Use SSL (HTTPS)"
|
||||
"use_ssl": "Use SSL (HTTPS)",
|
||||
"verify_ssl": "Verify SSL certificate"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Cannot connect to the OpenClaw gateway. Ensure the addon is running.",
|
||||
"invalid_auth": "Invalid gateway token. Check your OpenClaw configuration.",
|
||||
"ssl_error": "SSL certificate verification failed. If using self-signed certificates (e.g. lan_https mode), uncheck 'Verify SSL certificate' or use automatic discovery.",
|
||||
"openai_api_disabled": "The gateway returned an unexpected response — the OpenAI-compatible API is likely disabled. In the OpenClaw addon settings enable 'enable_openai_api', restart the addon, and try again.",
|
||||
"unknown": "An unexpected error occurred."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user