I have wiremock running on my local, using the jar...
# help
s
I have wiremock running on my local, using the jars wiremock-grpc-extension-standalone-0.4.0.jar and wiremock-standalone-3.3.1.jar I am able to mock the grpc calls on my local as i was not using TLS verification on local. But when I have deployed wiremock in our gke cluster, I was not getting mock responses, typically because this deployment doesnot have certificates. I have added certificates in the /certificates folder. still facing the same issue. [ERROR] UNAVAILABLE: io exceptionChannel Pipeline: [SslHandler#0, ProtocolNegotiators$ClientTlsHandler#0, WriteBufferingAndExceptionHandler#0, DefaultChannelPipeline$TailContext#0] Can someone help me out in providing certificates to wiremock jar?? (edited)