ChristopherSchultz / ssltest

A Java-based tool to test SSL connections to servers.
Apache License 2.0
74 stars 22 forks source link

Is there a good solution to this problem? // TODO: Not always RSA? #5

Closed jr981008 closed 2 years ago

jr981008 commented 2 years ago

// TODO: Not always RSA? checkServerTrust ,authtype is diff,sometimes make mistask. like this url, https://amspush-ack.aliyuncs.com/

ChristopherSchultz commented 2 years ago

Yeah, I need to implement at least ECDSA, even if it's stupidly-coded.

Do you have a PR?