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
Hello !
I've this problem when I try java -jar generatePins.jar 192.168.1.37:8888 sha-256 :
**Run this on a trusted network**
Generating SSL pins for: 192.168.1.37
##SSL pin set generator##
The generated pinset are base-64 encoded hashes (default SHA-1, but supports SHA-256). Note: only run this on a trusted network.
Usage: "java -jar generatePins.jar <host>[:port] hashAlgorthm" i.e scottyab.com:443 sha-256
Whoops something went wrong: Unsupported or unrecognized SSL message
javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
at sun.security.ssl.SSLSocketInputRecord.handleUnknownRecord(Unknown Source)
at sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
at sun.security.ssl.SSLTransport.decode(Unknown Source)
at sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at com.scottyab.ssl.util.SSLPinGenerator.fetchAndPrintPinHashs(SSLPinGenerator.java:115)
at com.scottyab.ssl.util.SSLPinGenerator.main(SSLPinGenerator.java:84)`
What's the problem?
Thanks !
The text was updated successfully, but these errors were encountered:
Hello !
I've this problem when I try java -jar generatePins.jar 192.168.1.37:8888 sha-256 :
What's the problem?
Thanks !
The text was updated successfully, but these errors were encountered: