wso2 - WSO2IS Illegal access attempt WARNING -
i have deployed 2 wso2is servers in cluster, deployment seems working fine answer requests made consitents , policy stuff working.
but same error every request make, im unable find out real meaning, if normal behaviour or on contrary, there wrong im missing.
as can see, first "warning: illegal acces attempt.." followed successful login default user (admin)...
[2014-04-14 12:57:36,293] warn {org.wso2.carbon.server.admin.module.handler.authenticationhandler} - illegal access attempt @ [2014-04-14 12:57:36,0292] ip address 10.6.10.11 while trying authenticate access service entitlementservice [2014-04-14 12:57:36,423] info {org.wso2.carbon.core.services.util.carbonauthenticationutil} - 'admin@carbon.super [-1234]' logged in @ [2014-04-14 12:5 7:36,423+0200]
i appreciate help,
thanks in advance,
jorge.
you accessing "entitlementservice" admin service. therefore need authenticate access service. need send user/password in basic authentication header, in basic authentication, client sends basic headers, when server gives unauthorized responses. why, see above illegal access attempt
log in every time , after client sends header, user authenticated. can avoid using preemptive authentication
mode basic authentication. if using httpclient library send request, can enable it. please refer this
Comments
Post a Comment