Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dominic 8 posts 90 karma points
    Oct 02, 2017 @ 08:26
    Dominic
    0

    UaaS.cmd Proxy Authentication

    Hello,

    Please could someone tell me how I can get the UaaS.cmd tool to authenticate with a proxy server?

    When I run the tool I get a 407 Proxy Authentication Required error.

    Here is the code for the UaaS.cmd tool

    @ECHO OFF
    ECHO One second...
    ECHO Downloading helper executable (Waasp.exe)
    powershell -ExecutionPolicy Bypass -Command "(New-Object Net.WebClient).DownloadFile('https://umbracoreleases.blob.core.windows.net/download/Waasp.exe', 'Waasp.exe')"
    
    SET /P url="Clone URL: " 
    SET /P alias="Namespace: "
    
    SET uaasguid=%url:~-40%
    SET uaasguid=%uaasguid:.git=%
    
    IF NOT EXIST %alias%.Web (
        git clone %url%
    )
    IF EXIST %uaasguid% REN %uaasguid% %alias%.Web
    
    Waasp.exe "%CD%" %alias% %url%
    DEL Waasp.exe /Q
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies