How to configure EJBCA to run in dual stack mode (IPV4 and or/ IPV6) #963
-
|
Hi, I'm trying to run EJBCA 9.1.1 Community (8207be0e6112067a33b82328d8e15870b5492da7) in dual stack mode, meaning to be able to serve both request coming on its IPV4 and IPV6 addresses. This is to serve the CMP capability on both addresses. I tried to search the documentation but I don't see anything. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Yes you configure WildFly to listen to the interfaces and ports you like, EJBCA just consumes what WildFly passes through the TLS stack. |
Beta Was this translation helpful? Give feedback.
Hi, I believe you don't need to configure anything extra in the container, as WildFly listens on both IPv6 and IPv4 addresses.
Here's a quick test I ran using Docker to confirm that port 8080 is published on both IPv6 and IPv4:
Once the container has spun up, you can verify IPv6 connectivity by making a request to the IPv6 loopback address:
And IPv4 connectivity using 127.0.0.1: