-
Notifications
You must be signed in to change notification settings - Fork 811
Fix #5115 补全可能由网络问题引起的javax.net.ssl.SSLHandshakeException提示语句 #5116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fix #5115 补全可能由网络问题引起的javax.net.ssl.SSLHandshakeException提示语句 #5116
Conversation
Co-authored-by: 3gf8jv4dv <[email protected]>
Co-authored-by: 3gf8jv4dv <[email protected]>
Co-authored-by: 3gf8jv4dv <[email protected]>
Co-authored-by: 3gf8jv4dv <[email protected]>
3gf8jv4dv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
其他语言可能要同步调整或移除。此外,一部分语言句子前面漏了空格——
Co-authored-by: 3gf8jv4dv <[email protected]>
Co-authored-by: 3gf8jv4dv <[email protected]>
Co-authored-by: 3gf8jv4dv <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR improves the SSL handshake error message across multiple language files to provide more comprehensive troubleshooting information. The updated messages now indicate that SSL connection failures may be caused by either missing SSL certificates in the Java environment OR network-related issues such as proxies or firewalls.
Key Changes
- Enhanced error message to mention network interference (proxy, firewall) as a potential cause alongside missing certificates
- Updated message in 8 language files to maintain consistency across all supported languages
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| I18N_zh_CN.properties | Updated Simplified Chinese error message with more comprehensive troubleshooting guidance |
| I18N_zh.properties | Updated Traditional Chinese error message to include network-related causes |
| I18N_uk.properties | Updated Ukrainian error message to mention network environment issues |
| I18N_ru.properties | Updated Russian error message to mention network environment problems |
| I18N_ja.properties | Updated Japanese error message to include network environment causes |
| I18N_es.properties | Updated Spanish error message to mention network environment issues |
| I18N_ar.properties | Updated Arabic error message to mention network environment problems (contains spacing issue) |
| I18N.properties | Updated English error message with concise wording about network interference |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
No description provided.