Hello All,
I'm trying to configure WebDispatcher SSL,
https-->WD-->http-->WAS
I'm able access admin page via "http://abc.com:8101/sap/admin/public/bodyframe.html"
but if I try via "https://abc.com:4086/sap/bc/bsp/sap/it00/default.htm" it is showing
500 dispatching error. no valid destination server available for '!ALL' rc=4
Error: -26 Version: 7200
Certificate shows: Invalid Certificate,
I tired to generate from "http://service.sap.com/tcs.
imported the certificate "sapgenpse import_own_cert -c import.cer -p SAPSSLS.pse -x abcpin" successfully.
Currently I'm not using any client certificate.
I tried to import to my PC internet explorer, but still it shows the same prompt.
Trace file shows. following error ( back end system is ABAP) and WD and WAS are on different machines.
[Thr 2996] *** ERROR => no valid destination server available for '!J2EE' rc=13 {0002000c} [http_route.c 3360]
[Thr 2996] *** WARNING => redirect failed request to foreign destination '!ALL' [http_route.c 3384]
[Thr 2996] *** WARNING => original destination was '!J2EE' [http_route.c 3387]
[Thr 2996] *** ERROR => no valid destination server available for '!ALL' rc=4 {0002000c} [http_route.c 3360]
[Thr 2996] *** WARNING => redirect failed request to foreign destination '!ALL' [http_route.c 3384]
[Thr 2996] *** WARNING => original destination was '!ALL' [http_route.c 3387]
What could be the error? is it with the certificate only, I tried to generate couple of times but it resulted the same.
can you help to point me to a right direction?
Regards,
George