Hi All, I am unable to verify with the provider as...
# pact-jvm
v
Hi All, I am unable to verify with the provider as the PactFlow is deployed with HTTPS protocol. Itseems the @PactBroker annotation only supports host and port. protocol is deprecated. so when building it is trying to connect http://<pacthostname> and getting denied. Also what is the variable to be refferred for the apitoken. Can I use path.auth.token as a property.
u
You must be running an old version, if you upgrade to the latest supported the
@PactBroker
annotation has a
url
attribute. Use that.