DeepSeek doesn't support configuring HTTP client settings like connect/read timeout, SSL bundle, redirects. All settings are hardcoded or use JDK defaults.
Proposal: extend DeepSeekConnectionProperties with timeout/SSL config, add RestClientCustomizer to apply settings.