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
Update Go to 1.25.3 to fix TLS verification failure for certificates with SANs with a trailing dot (golang/go#75828). This violates RFC but has been widely abused.
Workaround the parsing failure for URLs containing IPv4-mapped IPv6 addresses in square brackets until Go fixes it (golang/go#75815, likely next month).
Rework the workaround for SIP003 plugin binary execution crash on Android 11 or lower until Go fixes it (golang/go#70508, no ETA).
Refactor certificate prober. It now prints certificate fingerprint hash and display certificate verification error to inform users the result is untrustworthy. You can also manually input the certificate content to calculate certificate fingerprint hash.
Fix URL scheme parsing being incorrectly case sensitive.