Hi everyone 😀
I am trying to manually configure the cipher suites that my tests along with WireMock server uses, but I'm having some trouble figuring out how to do it. Specifically, I want to set 3 cipher suites for the WireMock server to use for HTTPS connections.
I've managed to configure the cipher suites that my webclient should use, but I didn't find a way to configure the cipher suites that wiremock server will use.
Does anyone have experience with this or any idea on how to properly set the cipher suites for WireMock? Any guidance or examples would be greatly appreciated!
Thank you!