Hello! getting this error when trying to start wir...
# wiremock-java
a
Hello! getting this error when trying to start wiremockserver, om.github.tomakehurst.wiremock.common.FatalStartupException: java.lang.RuntimeException: java.lang.IllegalStateException: KeyStores with multiple certificates are not supported on the base class org.eclipse.jetty.util.ssl.SslContextFactory. (Use org.eclipse.jetty.util.ssl.SslContextFactory$Server or org.eclipse.jetty.util.ssl.SslContextFactory$Client instead)
t
Hi Avinash, I’m guessing you’re supplying your own keystore? If so, I suggest building one with just the certificate you intend to use for HTTPS.