ITV / scala-pact

A Scala implementation of CDC using the Pact standard
Other
108 stars 54 forks source link

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

Closed jbwheatley closed 3 years ago

jbwheatley commented 3 years ago

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

jbwheatley commented 3 years ago

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