Skip to content

Instantly share code, notes, and snippets.

@jack126guy
Last active May 28, 2020 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jack126guy/607ad91918566844741d89bd2e0b534b to your computer and use it in GitHub Desktop.
Save jack126guy/607ad91918566844741d89bd2e0b534b to your computer and use it in GitHub Desktop.
Comments on BABSCon's HTTPS config

Update (2020-05-28): Another test was conducted around 2020-05-28T21:00Z and the results are much better:

The original notes follow.


The HTTPS on BABSCon's website (babscon.com) is a little funky.

The following tests were conducted around 2018-11-27T06:32Z (the time stamps indicated are UTC-8).

$ wget -O /dev/null --server-response https://babscon.com/
--2018-11-26 22:32:09--  https://babscon.com/
Resolving babscon.com (babscon.com)... 138.68.51.4
Connecting to babscon.com (babscon.com)|138.68.51.4|:443... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 301 Moved Permanently
  Server: nginx/1.10.3 (Ubuntu)
  Date: Tue, 27 Nov 2018 06:32:09 GMT
  Content-Type: text/html
  Content-Length: 194
  Connection: keep-alive
  Location: http://www.babscon.com/
Location: http://www.babscon.com/ [following]
--2018-11-26 22:32:09--  http://www.babscon.com/
Resolving www.babscon.com (www.babscon.com)... 138.68.51.4
Connecting to www.babscon.com (www.babscon.com)|138.68.51.4|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 302 Found
  Server: nginx/1.10.3 (Ubuntu)
  Date: Tue, 27 Nov 2018 06:32:10 GMT
  Content-Type: text/html; charset=UTF-8
  Transfer-Encoding: chunked
  Connection: keep-alive
  Location: /2019/
Location: /2019/ [following]
--2018-11-26 22:32:10--  http://www.babscon.com/2019/
Reusing existing connection to www.babscon.com:80.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
  Server: nginx/1.10.3 (Ubuntu)
  Date: Tue, 27 Nov 2018 06:32:10 GMT
  Content-Type: text/html; charset=utf-8
  Transfer-Encoding: chunked
  Connection: keep-alive
  Vary: Accept-Encoding
Length: unspecified [text/html]
Saving to: ‘/dev/null’

     0K .......... .......... .....                             682K=0.04s

2018-11-26 22:32:10 (682 KB/s) - ‘/dev/null’ saved [25640]
$ wget -O /dev/null --server-response https://www.babscon.com/
--2018-11-26 22:32:19--  https://www.babscon.com/
Resolving www.babscon.com (www.babscon.com)... 138.68.51.4
Connecting to www.babscon.com (www.babscon.com)|138.68.51.4|:443... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 302 Found
  Server: nginx/1.10.3 (Ubuntu)
  Date: Tue, 27 Nov 2018 06:32:19 GMT
  Content-Type: text/html; charset=UTF-8
  Transfer-Encoding: chunked
  Connection: keep-alive
  Location: /2019/
Location: /2019/ [following]
--2018-11-26 22:32:19--  https://www.babscon.com/2019/
Reusing existing connection to www.babscon.com:443.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
  Server: nginx/1.10.3 (Ubuntu)
  Date: Tue, 27 Nov 2018 06:32:19 GMT
  Content-Type: text/html; charset=utf-8
  Transfer-Encoding: chunked
  Connection: keep-alive
  Vary: Accept-Encoding
Length: unspecified [text/html]
Saving to: ‘/dev/null’

     0K .......... .......... .....                            5.48M=0.004s

2018-11-26 22:32:19 (5.48 MB/s) - ‘/dev/null’ saved [25640]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment