This message was deleted.
# general
s
This message was deleted.
t
Hi @Alexander Ashitkin it’s a known issue that WireMock doesn’t support SSL when on FIPS systems: https://github.com/wiremock/wiremock/issues/1962
a
Hi Tom, thanks for the prompt reply. Is bypassing the SSL to support plain connections on fips runtimes feasible?
t
I think, unfortunately, some of the SSL code loads regardless of whether you actually use it at the moment, so we’d need to make a small change to WireMock that allows it to continue to boot when this error occurs.
👍 1