pact-foundation / pact-js-core

Core binaries for pact-js, a Contract Testing Framework. NOTE: If you are looking to do Pact contract testing in node, you almost certainly want pact-js, not pact-node.
https://docs.pact.io
MIT License
150 stars 79 forks source link

fix: update standalone to 2.2.0 #481

Closed github-actions[bot] closed 8 months ago

github-actions[bot] commented 8 months ago

Please don't merge, ruby standalone has failing ssl tests with an update to ruby 3.3.0 / OpenSSL 3.2.0.

Reverted in mainline https://github.com/pact-foundation/pact-ruby-standalone/pull/129

Edit:- so it transpires that invalid certs (out of date) now throw an error. Updated certs to that of https://github.com/DiUS/pact_broker-docker/tree/master/ssl and everything is green again :)

YOU54F commented 8 months ago

superseded by #483