Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

https_test_java

  • Name Last commit Last update
    .gitignore
    HttpsTest.java
    README
    https_test.sh
    Test java https connection to host. This may be useful in tracking down Java
    SSL compatibility problems.
    
    Build:
    java -c HttpsTest.java
    
    Run:
    ./https_test (HTTPS URL)
    
    If connection is successful, response is printed.