Skip to content

wavesoftware/java-https-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP/S Java Checker

Build Status Coverage Status Maven Central

HTTP/S Java Checker - It can check is your Java installation can perform connection with given HTTPS address

Debian/Ubuntu

$ wget -O jhttps-checker_0.8.0.deb http://search.maven.org/remotecontent?filepath=pl/wavesoftware/jhttps-checker/0.8.0/jhttps-checker-0.8.0.deb
$ sudo dpkg -i jhttps-checker-0.8.0.deb
$ jhttps-checker --help
usage: jhttps-checker [-h] [-q] [-r MAX_REDIRECTS] address

It can check is your Java installation can perform connection with given HTTPS address

positional arguments:
  address                Address to be checked

optional arguments:
  -h, --help             show this help message and exit
  -q, --quiet            Do not display anything, only retcodes (default: false)
  -r MAX_REDIRECTS, --max_redirects MAX_REDIRECTS
                         Number of redirects to perform at maximum (default: 10)

Maven

<dependency>
    <groupId>pl.wavesoftware</groupId>
    <artifactId>jhttps-checker</artifactId>
    <version>0.8.0</version>
</dependency>

About

HTTP/S Java Checker - It can check is your Java installation can perform connection with given HTTPS address

Resources

License

Stars

Watchers

Forks

Packages

No packages published