https getting converted to http -
i using microsoft iis proxy requests weblogic server.
i've enabled https on iis.
[http://webserver gives error 'page must viewed on https' , https://webserver gives content of default.htm file]
i've enabled https on weblogic server.
[http://weblogic:7001/myapp/test.jsp , https://weblogic:7002/myapp/test.jsp both works]
communication b/w iis , weblogic server on https.
the issue when access application on https using webserver url (https://webserver/myapp/test.jsp)
response (content of test.jsp) when print request.getrequesturl() in filter, http url (http://webserver/myapp/test.jsp)
. causing issue while doing sendredirect()...
why https urls getting converted http? idea?
thanks.
following solved issue:
if plug-in communicating weblogic application server following – environments > servers > select server > general > advanced > check weblogic plug-in enabled
thanks again.
Comments
Post a Comment