java-pinning icon indicating copy to clipboard operation
java-pinning copied to clipboard

TLS pinning for Java

Results 3 java-pinning issues
Sort by recently updated
recently updated
newest added

hi, it seems like the build instructions in the readme are not complete: https://asciinema.org/a/uw1PyRuIJnZMbcIYaZ8AT2deZ is this a problem on my side or does the build fail on the current masters...

``` bash $ ./tools/pin.py httpbin.org 443 [13:06:21] Traceback (most recent call last): File "./tools/pin.py", line 38, in main(sys.argv[1:]) File "./tools/pin.py", line 17, in main peerCert = ssl.get_server_certificate((argv[0], int(argv[1]))) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py",...