Hi!
I'm trying to set up our Web Disp to handle and secure the traffic to our ISA webshop.
In our testsystem we get a "error message" every time we access a product that has a picture, since the picture is on the IIS and not in the Web As and there is no SSL on the IIS.
I'd like to tid of this error message, therefore the SSL on the Web Disp.
My working Web Disp profile looks like this and this one uses the SSL cert of the Web AS.
# Profile generated by sapwebdisp bootstrap # unique instance number SAPSYSTEM = 1 # add default directory settings DIR_EXECUTABLE = . DIR_INSTANCE = c:webdispatcher ssl/ssl_lib = c:webdispatchersapcrypto.dll ssl/server_pse = c:webdispatchersec SECUDIR = c:webdispatchersecticket # Accessibility of Message Servers rdisp/mshost = drcrm001 ms/http_port = 8100 ms/https_port= 50101 # SAP Web Dispatcher Parameter wdisp/auto_refresh = 120 wdisp/max_servers = 100 wdisp/shm_attach_mode = 6 wdisp/add_client_protocol_header=false # SAP Web Dispatcher as a URL Filter wdisp/permission_table = urlfilter.pfl # configuration for default scenario (medium size) icm/max_conn = 500 icm/max_sockets = 1024 icm/req_queue_len = 500 icm/min_threads = 10 icm/max_threads = 50 mpi/total_size_MB = 80 #maximum number of concurrent connections to one server wdisp/HTTP/max_pooled_con = 500 wdisp/HTTPS/max_pooled_con = 500 # Parameters for the HTTPS Routing #wdisp/HTTPS/dest_logon_group = HTTPS wdisp/HTTPS/max_client_ip_entries = 100000 wdisp/HTTPS/sticky_mask = 255.255.255.0 # SAP Web Dispatcher Ports icm/server_port_0 = PROT=HTTP,PORT=80, TIMEOUT=900 icm/server_port_1 = PROT=ROUTER,PORT=443, TIMEOUT=900 #icm/server_port_1 = PROT=HTTPS,PORT=443, TIMEOUT=900 #wdisp/ssl_encrypt=1 icm/HTTPS/verify_client = 0 # SAP Web Dispatcher Web Administration icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=icmauth.txt
As I understand this page SSL" target="_blank">http://help.sap.com/saphelp_nw04/helpdata/en/d8/a922d7f45f11d5996e00508b5d5211/content.htm">SSL info@help.sap.com, I should use
PROT=HTTPS and not ROUTER, but when I use HTTPS, the page can not be displayed so it doesn't work.
What am I doing wrong?
Points will be rewarded for good answers.
rollo