Ошибка the following error was encountered

  • Remove From My Forums
  • Question

  • When i run my windows azure project i get following error. can anybody help>>>>

    ERROR
     
    The requested URL could not be retrieved
     
    --------------------------------------------------------------------------------
    
    While trying to retrieve the URL: http://127.0.0.1:81/ 
    
    The following error was encountered: 
    • Access Denied. 
    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
     
    
    Your cache administrator is webmaster. 
    
    
    --------------------------------------------------------------------------------
    
    Generated Wed, 09 Mar 2011 14:54:43 GMT by proxyserver.opdu-dev.net (squid/2.7.STABLE3) 
    

    Jagjot Singh

Answers

  • You can’t go directly to local host when running the web app as an azure web role because if you do it won’t run in the context of the Windows Azure compute emulator. When you seet the startup project to the app, it ran it like you would any traditional
    web app (either in IIS if you’ve configured your environment that way or in the debug IIS process using an oddball port). When you set the cloud service as your startup project, its going to package up your cloud service and deploy it into Windows Azure compute
    emulator to mimic the environment it would be living in when you deploy it to Windows Azure.

    I don’t believe the problem is with the application as much as something about your environment. I still think it looks like some type of proxy that’s blocking the traffic.

    Something to check is that after you press-F5, open up the computer emulator UI and make sure you see your instance there and running. Right click on the little blue flag that should be in your tooltray and select the compute emulator IO option from the
    context menu.

    • Marked as answer by

      Thursday, March 10, 2011 3:44 PM

  • If you go into your Windows Internet Explorer Options, try checking «bypass proxy server for local addresses» on the Connections|Lan Settings tab. This will give you direct access to the emulator rather than using any network proxy.

    Andy


    http://blog.bareweb.eu

    • Marked as answer by
      Jagjot Singh
      Thursday, March 10, 2011 3:43 PM

HI Everyone

I am having a problem with group policy on Server 2016 and windows 10 Clients.

quite a few clients are getting the error :-

Computer policy could not be updated successfully. The following errors were encountered:

The processing of Group Policy failed. Windows could not resolve the computer name. This could be caused by one of more of the following:
a) Name Resolution failure on the current domain controller.
b) Active Directory Replication Latency (an account created on another domain controller has not replicated to the current domain controller).
User Policy could not be updated successfully. The following errors were encountered:

The processing of Group Policy failed. Windows could not authenticate to the Active Directory service on a domain controller. (LDAP Bind function call failed). Look in the details tab for error code and description.

To diagnose the failure, review the event log or run GPRESULT /H GPReport.html from the command line to access information about Group Policy results.

I have inherited this at a company I have recently joined. Im not sure how many PCs it is affecting but of the 10 or so I have checked 4 have this error when doing a gpupdate or pulling policies down.

In event viewer it states ‘access denied’ when looking at the event in XML view.

I have tried the obvious DNS, TCIP settings, clearing credential manager plus a few other things while googling the error.

The fact that Group policy works on most machines. Makes me think client side and not server.

Any help would be appreciated because I am at a loss now.

The CA and cert of the site seems valid as multiple clients can download it via multiple browsers (when not behind the proxy).
The URL that causes the error: HPE

The following error was encountered while trying to retrieve the URL: https://gslb-downloads-hpe-com.ext.hpe.com/*

Failed to establish a secure connection to 15.241.20.93

The system returned:

(92) Protocol error (TLS code: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY)
SSL Certficate error: certificate issuer (CA) not known: /C=US/O=DigiCert Inc/CN=DigiCert TLS RSA SHA256 2020 CA1

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

155 / 144 / 58

Регистрация: 11.01.2016

Сообщений: 1,251

1

18.01.2017, 14:31. Показов 1717. Ответов 1


Студворк — интернет-сервис помощи студентам

Hi, wtf?

We were unable to automatically populate your Visual Studio Team Services accounts.

The following error was encountered: TF400813: Resource not available for anonymous access. Client authentication required.

Добавлено через 12 минут
Когда пытаюсь запустить sln пишет ошибку, ту, что с вверху



0



Администратор

Эксперт .NET

15655 / 12617 / 4999

Регистрация: 17.03.2014

Сообщений: 25,655

Записей в блоге: 1

18.01.2017, 15:28

2

UseMuse, попробуй решение из KB 2892152

To work around this problem, follow these steps:

1) On the Help menu, click Register Product. Note: The Account Settings dialog box opens.
2) Click Sign-out.
3) After sign-out process is finished, click Sign in.
4) Close the Account Settings dialog box.

или с сайта connect

On the top right corner of the IDE you will see your name and or initials.
Click the drop down, select account settings then sign out.
Restart Visual Studio. Sign in and problem solved.



1



This topic has been deleted. Only users with topic management privileges can see it.

  • I am getting this error:
    ERROR

    The requested URL could not be retrieved

    The following error was encountered while trying to retrieve the URL: https://http/*

    Unable to determine IP address from host name http

    The DNS server returned:

    Name Error: The domain name does not exist.
    This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

    Your cache administrator is admin@localhost.

    SquidGuard is broken for https out of the box. You need configure Common ACL
    Target Rules List Default access [all] to Allow, save. Then click Apply in General settings tab.

    My best bet is that Default access has no block page configured for some reason. If anyone knows how to get Default access to deny working please let me know.

    Here is my working SquidGuard configuration step by step tested on pfSense 2.3.4-RELEASE-p1 (amd64):

    1. Download any blacklist — www.shallalist.de for example.

    — General Settings -> Blacklist options -> check to enable blacklist
      — Put in Blacklist URL: http://www.shallalist.de/Downloads/shallalist.tar.gz
      — Hit save.
      — Go to Blacklist tab.
      — Hit download (Black list url is already there)
      — Wait for it to finish downloading.

    2. You need to configure your blacklist default to Allow state (The default state which is Deny all is what causes https://http/ error)*

    — Go to Common ACL Tab
      — Hit plus button on Target Rules List
      — Scroll down to Default access [all], set access to allow
      — Set other categories that you want to be blocked to deny.
      — Hit save at the bottom of the page.
      — Go to General settings Tab.
      — Click Apply at to Top of the page so your settings will be applied from Common ACL Tab.

    Check if https sites load properly now.
    Remember to clear cache from before playing with pfsense from your  browser or it will show you old state of web filtering.

    I wrote this post so long for future gogglers if they ever encounter this error I wasted way to much time on.

    The real question is how to set Default access [all] to deny without getting  https://http/ error for all https urls?*

  • Nope, this does not work, tested several times on pfsense 2.4.2

  • Im having same problem here on PfSense 2.4.2 (amd64)Transparent Proxy HTTP/HTTPS + Squidguard
    If i disable Squidguard all works well.

    Any help?

  • It is not supposed to work with Default access [all] to deny.

  • It worked for me. PfSense 2.4.4 (amd64) Squid + Squidguard.

  • This post is deleted!

  • I have the same error with Default access [all] to allow already.

    Anyone knows and helps the solution? Plz.

  • this is happening to me … squid with active squid guard , and the comon acl with the settings that are said in the first post ,but its not working … did u guys get it working ???

  • You have to append

    url_rewrite_access deny CONNECT
    url_rewrite_access allow all

    to your squid custom options to make the redirect page work in SSL MITM mode.

  • @coffeelover said in The following error was encountered while trying to retrieve https://http/*:

    You have to append

    url_rewrite_access deny CONNECT
    url_rewrite_access allow all

    to your squid custom options to make the redirect page work in SSL MITM mode.

    Where exactly do you put those options? Custom Options (Before Auth) / Custom Options (After Auth) / Custom Options (SSL/MITM)?

    SSL/MITM Mode: Splice All, Splice Whitelist, bump otherwise or Custom?

    Thanks!

  • I put these in «Custom options (before auth)»

    And for complete filtering (URLs instead of domains) of SSL-Traffic via squidguard you have to set the mode to «Splice whitelist, bump otherwise».

    Splice: Do not break the SSL Connection
    Bump: Break the SSL Connection (Proxy CA on Clients needed)

  • Hi Coffee Lover,

    I got this error after I added as your suggest:

    Fastly error: unknown domain: yahoo.com. Please check that this domain has been added to a service.

    Details: cache-sin18030-SIN

    Please help.

  • @coffeelover Thanks I have solved it

  • I cannot make this work with the latest version of PF sense. Anything else i should check?

  • I have the same problem, when I´m not using ssl interceptation the page showed is on picture bellow.
    e16eb2c1-5485-478f-8bbd-2e9a85d24e2f-image.png

    But when I actived ssl interception the page showed is bellow.
    So I´ve tried to put these lines that you mentioned before , but for me not solved.

    36df853f-5550-45a6-9508-c2254c9d519f-image.png

  • same issue

  • Try
    https://forum.netgate.com/topic/100342/guide-to-filtering-web-content-http-and-https-with-pfsense-2-3

    WPAD as your main setup
    and transparent proxy to catch the rest.

  • Thx,
    actually, i’ve already setup a wpad but i put a «return direct»
    changing for a «return proxy …» seems to do the trick

    I don’t investigate «more than that» but a windows 10 laptop, even with a proxy configuration try to connect on 443 for a lot of things.
    Android apps too…

  • @nilux17 In Internet properties lan settings
    Is Automatically detect settings checked?

    Sounds like you are going through the transparent proxy rather than the WPAD

  • @ageekhere
    Yeap, of course !

  • Понравилась статья? Поделить с друзьями:
  • Ошибка the following components are required to run this
  • Ошибка the filename directory name
  • Ошибка the file or directory is corrupted and unreadable
  • Ошибка the file could not be opened
  • Ошибка the feature you are trying to use