Last active
December 17, 2019 17:52
-
-
Save andreluis034/0277acfc773710c88ea8d464f2ec19d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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