You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance SSL configuration with security warnings and logging (#250)
- Add prominent security warning logs when CLIENT_SECURE_IGNORE_TRUST is enabled
- Add detailed debug logging in TrustManager to record bypassed certificate information
- Add JavaDoc at method and class level to clearly document security risks
- Add @SuppressWarnings annotation to mark intentional design decision
- Include certificate details in debug logs for easier troubleshooting
These improvements ensure framework users are fully aware of the security risks
of disabling certificate validation, while maintaining the flexibility needed
for development environments.
Copy file name to clipboardExpand all lines: framework/fit/java/fit-builtin/plugins/fit-http-client-okhttp/src/main/java/modelengine/fit/http/client/okhttp/OkHttpClientBuilderFactory.java
0 commit comments