Hi, I have set the proxy. I have change the ResourceHandleManager.h to set the proxy. But then also It’s giving me error “Network Error(dns_unresolved_hostname)
Your requested host “xxx.xxx.net” could not be resolved by DNS.” Please help me solve the problem. Thanks, Moumita On Thu, Sep 1, 2011 at 2:44 PM, Chris Hatko <[email protected]> wrote: > Moumita, > > Your question belongs in "webkit-help" not in "webkit-dev". > > Webkit cairo uses libcurl, you can diagnoise your problem by checking > the http response error codes (ie 407 etc) or even the libcurl error > codes (http://curl.haxx.se/libcurl/c/libcurl-errors.html). If your > office uses a proxy, you need to know and configure its settings (just > search the curl networking code for "curl_easy_setopt" and > experiment). It could also be that your office uses a custom https > certificate that isn't included in the cairo default certificate > store. In this case, you'd need to add your custom certificate to the > certificate store. > > This is all just start, remember that webkit is a browser engine, not > a full featured browser. > > Chris > > > > > On Thu, Sep 1, 2011 at 2:16 PM, Moumita Banerjee <[email protected]> > wrote: > > > > Hi, > > > > My winLuncher can not access the internal sites of my office . Through > winluncher I can access google,gmail but I am not not able to access any > internal sites of my office. > > > > Is this a proxy related issue? If so please help me solve this problem. > > > > Note: I am using cairo build of the webkit. > > > > Thanks, > > > > Moumita > > > > _______________________________________________ > > webkit-help mailing list > > [email protected] > > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > > >
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
