Is port 4447 needed to be open to use webservices? wsdl #561
jpertuz-19
started this conversation in
General
Replies: 2 comments
-
For Secutiry only permit (iptables) source IP of my API. |
Beta Was this translation helpful? Give feedback.
0 replies
-
WS only requires the TLS port. Don't know what client you use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My wsdl: https://10.10.10.10:8443/ejbca/ejbcaws/ejbcaws?wsdl
But run create new certificate: API error refused 10.10.10.10 port 4447
my netstats
tcp 0 0 127.0.0.1:9990 0.0.0.0:* LISTEN 6235/java
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 6235/java
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 6235/java
tcp 0 0 127.0.0.1:4447 0.0.0.0:* LISTEN 6235/java
The webservices tests worked with the container.
But this server is dedicated installed step by step
Beta Was this translation helpful? Give feedback.
All reactions