Skip to content

Instantly share code, notes, and snippets.

@andreluis034
Last active December 17, 2019 17:52
Show Gist options
  • Save andreluis034/0277acfc773710c88ea8d464f2ec19d8 to your computer and use it in GitHub Desktop.
Save andreluis034/0277acfc773710c88ea8d464f2ec19d8 to your computer and use it in GitHub Desktop.
$ curl -k https://localhost:4433
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to localhost:4433
$ curl http://localhost:8001
<html><body><h1>It works!</h1></body></html>
$ curl -k https://localhost:4437
<html><body><h1>It works!</h1></body></html>
$ curl http://localhost:8001
<html><body><h1>It works!</h1></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment