[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by whatever127, Sep 2, 2017.

  1. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    yes, combined amd64+x86 option
    also it should be available for fetchArchitecture in the script so users could edit default value
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    #5364 Paul Mercer, Oct 13, 2023
    Last edited: Oct 13, 2023
    Updated UUP dump app to revised version 1.6.3-r2

    Changelog:
    - Added new default Architecture option "x64 and x86", thanks to @abbodi1406
    - Added Apache Module mod_mime (fixes website appearance on Chromium browsers), thanks to @zwl29107
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. lsx285p

    lsx285p MDL Novice

    Mar 6, 2022
    49
    68
    0
    Is it just me or will the app not detect .2500?
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,736
    340
    It's MS side pushing 22631 for RP channel

    you can get 22621.2500 only if you set fetch_sync_current_only config and check for 22621.2500 specifically
    you need to keep it set during packs generation and downloading the files
     
  6. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. lsx285p

    lsx285p MDL Novice

    Mar 6, 2022
    49
    68
    0
  8. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    Code:
    Replace 44715 with 443 in uupdump-x64\uupdump-aio.cmd uupdump-x64\apache\conf\httpd.conf
    
    HTTP Port 443
    This port is used for HTTPS (HTTP Secure) traffic, which is a version of HTTP that uses encryption to provide a secure connection between the client and the server, making it unreadable to anyone who intercepts it. It’s the primary port that the Internet Engineering Task Force (IETF) recognizes for the HTTPS protocol.
    HTTPS requires the use of an SSL / TLS (Secure Sockets Layer/Transport Layer Security) certificate, which is issued by a trusted certificate authority (CA). The SSL/TLS certificate is used to establish a secure connection between the client and the server and to verify that the server is who it claims to be.
     
  9. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    nah, 80 and 443 ports might already be in use
    also for 443 port you should generate cert manually, I already posted simple tutorial how to do it in this thread many months ago
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    What is port 80 and 443 used for?
    Port 80 is used for http (unsecured web traffic). Port 443 is used for https (secured web traffic).
     
  11. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    you can do whatever you want on your machine, but I should set random port for a lot of users because some of them might already have another web server on their machine with 80 or 443 ports

    also there's no any sense to use 443 port with self signed cert on localhost, it adds nothing but a headache
    also there's no point to do the same on your LAN because you should think about your devices and stuff and not about simple local server, which was configured especially for localhost only
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    With replace 44715 with 443 in uupdump-x64\uupdump-aio.cmd uupdump-x64\apache\conf\httpd.conf my download speed is much faster as well as.secured web traffic.
     
  13. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    download speed of what? that port only controls connection between the server and website / download package (zip file), nothing else, and your traffic is not secured, it's localhost
    I mean aria2 wouldn't be affected with this at all, all MSFT links are http (80 port) anyway and you can't change that
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    I am trying to help other uses who may have concerns.
     
  16. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,162
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60