{"id":19233056,"url":"https://github.com/reflexdemon/tls-testing-tool","last_synced_at":"2026-05-12T23:31:57.926Z","repository":{"id":73770198,"uuid":"131407883","full_name":"reflexdemon/tls-testing-tool","owner":"reflexdemon","description":"This is a simple tool to test the 2-way SSL/TLS connection using the truststore.","archived":false,"fork":false,"pushed_at":"2018-04-28T12:37:10.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T11:41:48.151Z","etag":null,"topics":["connection","java","ssl","tls","tool"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reflexdemon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-28T12:31:51.000Z","updated_at":"2018-04-28T12:37:11.000Z","dependencies_parsed_at":"2023-03-23T23:47:02.669Z","dependency_job_id":null,"html_url":"https://github.com/reflexdemon/tls-testing-tool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reflexdemon/tls-testing-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflexdemon%2Ftls-testing-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflexdemon%2Ftls-testing-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflexdemon%2Ftls-testing-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflexdemon%2Ftls-testing-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reflexdemon","download_url":"https://codeload.github.com/reflexdemon/tls-testing-tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflexdemon%2Ftls-testing-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32961716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["connection","java","ssl","tls","tool"],"created_at":"2024-11-09T16:08:38.122Z","updated_at":"2026-05-12T23:31:57.912Z","avatar_url":"https://github.com/reflexdemon.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The TLS Testing Tool\n\nThis is a simple tool to test the 2-way SSL/TLS connection using the truststore.\n\n## Usage\n\n```\n❯ java -jar target/tls-testing-tool-jar-with-dependencies.jar\njava -jar tls-testing-tool-jar-with-dependencies.jar [options]\n\nRequired Options: If not supplied it will be prompted.\n--endpoint or -e            Endpoint; example https://www.google.com\n--keystore or -k            File Path to the JKS keystore\n--password or -p            JKS keystore password\n\nOptional Options: If not supplied it will be defaulted.\n--method or -m              HTTP Method; default: POST\n--data or -d                Payload file location to test XML requests, default: \"\"\n--contentType or -c         Content Type of the request; default: text/xml\n```\n\n## Build\n\nTo build the jar file just run the `mvn package`.\n```\n❯ mvn package                                                                                                                                             ⏎\n[INFO] Scanning for projects...\n[INFO]\n[INFO] ----------------------\u003c io.vpv:tls-testing-tool \u003e-----------------------\n[INFO] Building tls-testing-tool 1.0-SNAPSHOT\n[INFO] --------------------------------[ jar ]---------------------------------\n[INFO]\n[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tls-testing-tool ---\n[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!\n[INFO] Copying 0 resource\n[INFO]\n[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ tls-testing-tool ---\n[INFO] Changes detected - recompiling the module!\n[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!\n[INFO] Compiling 1 source file to ~/Development/tls-testing-tool/target/classes\n[INFO]\n[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tls-testing-tool ---\n[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!\n[INFO] skip non existing resourceDirectory ~/Development/tls-testing-tool/src/test/resources\n[INFO]\n[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ tls-testing-tool ---\n[INFO] Nothing to compile - all classes are up to date\n[INFO]\n[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ tls-testing-tool ---\n[INFO] No tests to run.\n[INFO]\n[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tls-testing-tool ---\n[INFO] Building jar: ~/Development/tls-testing-tool/target/tls-testing-tool.jar\n[INFO]\n[INFO] --- maven-assembly-plugin:3.1.0:single (make-assembly) @ tls-testing-tool ---\n[INFO] Building jar: ~/Development/tls-testing-tool/target/tls-testing-tool-jar-with-dependencies.jar\n[INFO] ------------------------------------------------------------------------\n[INFO] BUILD SUCCESS\n[INFO] ------------------------------------------------------------------------\n[INFO] Total time: 1.768 s\n[INFO] Finished at: 2018-04-28T08:28:31-04:00\n[INFO] ------------------------------------------------------------------------\n```\n# License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflexdemon%2Ftls-testing-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freflexdemon%2Ftls-testing-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflexdemon%2Ftls-testing-tool/lists"}