Skip to content

Instantly share code, notes, and snippets.

@p0pr0ck5
Created March 27, 2017 16:08
Show Gist options
  • Save p0pr0ck5/54a8a71409180fe2ed14c06c7fd725e7 to your computer and use it in GitHub Desktop.
Save p0pr0ck5/54a8a71409180fe2ed14c06c7fd725e7 to your computer and use it in GitHub Desktop.
vagrant@precise64:/kong$ bin/busted -o=TAP -t only -k spec/02-integration/05-proxy/05-ssl_spec.lua
ok 1 - SSL proxy_ssl_name #only properly sets the upstream SNI with preserve_host true
not ok 2 - SSL proxy_ssl_name #only properly sets the upstream SNI with preserve_host false
# spec/02-integration/05-proxy/05-ssl_spec.lua @ 178
# Failure message: spec/02-integration/05-proxy/05-ssl_spec.lua:187: Expected objects to be equal.
# Passed in:
# (string) 'ssl3.com'
# Expected:
# (string) 'localhost'
1..2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment