Skip to content

Commit

Permalink
tests(integration) add comment clarifying old openssl error (Kong#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito authored and hishamhm committed Aug 17, 2017
1 parent b58dc85 commit fb95b9f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ describe("core entities are invalidated with db: " .. kong_conf.database, functi
local cert_1 = get_cert(8443, "ssl-example.com")
local cert_2 = get_cert(9443, "ssl-example.com")

-- if you get an error when running these, you likely have an outdated version of openssl installed
-- to update in osx: https://github.com/Mashape/kong/pull/2776#issuecomment-320275043
assert.matches("CN=localhost", cert_1, nil, true)
assert.matches("CN=localhost", cert_2, nil, true)
end)
Expand Down

0 comments on commit fb95b9f

Please sign in to comment.