11-01-2018 04:39 AM - edited 03-14-2019 06:35 PM
I'm trying to do an architecture review of a design where the ECE Web Server is in a DMZ and I'm unable to find the answer to some pretty basic questions.
1. We have a request for inbound from any address on the Internet to the ECE Web Server on TCP 443 - What's the authentication mechanism for this connection?
2. The installation guide shows a connection from the Web Server to the Application Server on TCP 15006 - What's the authentication mechanism for this connection?
3. The installation guide (p.53) under Web Server Details shows "Domain User Account Parameters" implying the Web Server needs to be an AD domain member. This would require several ports to be open inbound to AD DCs from a DMZ server with inbound Internet connections. Is domain membership a requirement for a ECE Web Server located in a DMZ? If so, what drives this requirement?
06-26-2023 11:06 AM
Hello everyone,
Anyone can answer point 3 as one of our clients is refusing to join the web server to the domain.
06-26-2023 12:28 PM
I believe based on this defect, it doesn't have to be for the web server?
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvx41518
06-27-2023 12:48 AM - edited 06-27-2023 12:51 AM
Hi @touma.kayal
In my recent deployments, I didn't have to use a domain account on the web server. When it was in DMZ it was always a standalone server.
I can also say that the good practive for the Web Server in DMZ is that this machine should have 2 NIC's - to separate traffic:
As for point 2 - in my opinion Web Server acts as a reverse proxy and forwards the requests to the Application Server that is bind ot WebServer. You can check that in isap_redirect logs. Most of the communication between ECE servers is based on Java RPC protocol. I'm not sure if there is any "authentication" mechanism between them.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide