I hereby claim:
- I am callain on github.
- I am dalc (https://keybase.io/dalc) on keybase.
- I have a public key ASD59tYPUrZkb7w7EN2wvxknflfwqnnyZLYbDQhOPRz8uQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import javax.net.ssl.SSLSocket; | |
| import javax.net.ssl.SSLSocketFactory; | |
| import java.io.*; | |
| /** Establish a SSL connection to a host and port, writes a byte and | |
| * prints the response. See | |
| * http://confluence.atlassian.com/display/JIRA/Connecting+to+SSL+services | |
| */ | |
| public class SSLPoke { | |
| public static void main(String[] args) { |