ITV/scala-pact

Can't use plugin to publish to brokers with https?

Closed this issue · 1 comments

trying to publish the pacts from the examples in this project using the sbt pactPublish command to https://test.pact.dius.com.au. Fails with a http4s ConnectionFailure, which is due to no sslContext being set.
Works sending manually from postman, which does set an sslContext automatically

Just broken on current snapshot of http4s 21, I must have broken something