Jump to content

heinoganda

Member
  • Posts

    848
  • Joined

  • Last visited

  • Days Won

    17
  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by heinoganda

  1. @cephead

    The required updates for MP10 under Windows XP sp3:

    KB941569

    http://www.download.windowsupdate.com/msdownload/update/v3-19990518/cabpool/windowsxp-kb941569-x86-enu_55e8b619dd436e8be22c381fa8643a58b5f7c2a8.exe

     

    KB952069-v2

    http://download.windowsupdate.com/msdownload/update/software/secu/2009/01/windowsxp-windowsmedia-kb952069-v2-x86-enu_7918e468c91942521b143def50e427b27efa703f.exe

     

    KB973540

    http://download.windowsupdate.com/msdownload/update/software/secu/2009/07/windowsxp-windowsmedia-kb973540-x86-enu_bea728bec09879f6b924a6b3d781af1e77c6f5b4.exe

     

    KB902344 (Hotfix for DRM not available in WSUS catalog)

     


    KB954155

    http://download.windowsupdate.com/msdownload/update/software/secu/2009/09/windowsxp-windowsmedia-kb954155-x86-enu_4caf879b0297044df1601b2c8312cfd38b929100.exe

     

    KB972187

    http://download.windowsupdate.com/msdownload/update/software/secu/2009/11/windowsxp-windowsmedia-kb972187-x86-enu_d07aa4b7065e73bb2e9db2e7ce3289e4d91848ce.exe

     

    KB978695

    http://download.windowsupdate.com/msdownload/update/software/secu/2010/05/windowsxp-windowsmedia-kb978695-x86-enu_99fe7c707b79c3585b245de5f811b295a152c3bf.exe

     

    KB975558

    http://download.windowsupdate.com/msdownload/update/software/secu/2010/08/windowsxp-windowsmedia-kb975558-x86-enu_9ee8bd40993d20e65f4c92767dd058c48df92c84.exe

     

    KB2834902-v2

    http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/08/windowsxp-windowsmedia-kb2834902-v2-x86-enu_ecc8652da2b85688917a4f7aa48ac1efe84975fd.exe

     

    KB3033890

    http://download.windowsupdate.com/c/csa/csa/secu/2015/06/windowsmedia10-kb3033890-x86-enu_ef4e82e7007462fb64ed10c4e127d828e5126efc.exe

     

    KB3067903

    http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/windowsmedia-kb3067903-x86-enu_65c7ef0682d0b3b8a23e579145728ac9d27ea242.exe

     

    :)

     

  2. 1 hour ago, Sampei.Nihira said:

    what do you think about it?

    I do not care much about that since I know that certain global players (I'll deliberately not name names explicitly) would like to have more and more control over the Internet (check out the free and independent media (above all, do not be fooled by the TV and big Newspapers brainwash), wake up and you will understand)!

    :yes:

  3. @jumper

    I once tested your "BCrypt.dll" on Windows XP with the module "cryptography-2.5" in Python 3.4.4 and HTTPSProxy started with no errors, but crashed on a connection (just closed). But still have HTTPSProxy compiled under Windows XP and tested under Windows 7 where it worked flawlessly. Definitely there is a problem in Windows XP where the system file "BCrypt.dll" does not exist. I assume that here in addition some functions in the "BCrypt.dll" are needed. Thank you for your effort.


    Update:

    A check of the files of Crptography 2.5 (_constant_time.pyd, _openssl.pyd and _padding.pyd) with Dependency Walker shows many red functions in the various system files under Windows XP, which is not the case with Crptography 2.4.2. The library "BCrypt.dll" is only part of the many problems.

    :)

  4. 10 hours ago, Thomas S. said:

    I think it is a problem with missing OpenSSL libraries which are not in the cryptography package

    Under "cryptography\hazmat\bindings" in the file "_openssl.pyd" I have no more errors after the exchange from the file from the version 2.4.2 under HTTPSProxy, maybe it helps narrow down the error.

    :)

  5. 19 minutes ago, Thomas S. said:

    I compile a updated version of HTTPSProxy under Python 3.4.4 to a little suite for XP (see my signature) and found that the package "cryptography v2.5" results in this error.

    So I step back to "cryptography v2.4.2" an it works OK.

    In my latest version of HTTPSProxy, I also found the misconduct of the cryptography module version 2.5 (Jan 22, 2019). Yesterday again updated the modules for Python 3.4.4, because the support should end in March 2019. From GitHub I downloaded the cryptography module version 2.5 from the developer side and created it again with the help of "GRMSDK Version 7.1", without success. A test for creating cryptography version 2.4.2 was positive.

    :)

  6. 23 minutes ago, jumper said:

    > In the HTML source code of the e-mail the style code itself is not processed and leads to delay
    I think this is not cause-effect, but rather two effects of the "//" cause. The "x/" substitution fixes that.

    At this point I have adapted the code, that does not change the problem with the delayed display of the e-mail.

    24 minutes ago, jumper said:

    > is possible in the line (style) ".woff" to recognize and remove this line[?]
    Yes, but it might not be desirable to lose all other formatting in that style tag.

    A test with Thunderbird shows the correct style of the e-mail, this style is generally not displayed with Eudora and the display on IE basis also fails in addition to the delayed display. If the style code associated with ".woff" is eliminated in the HTML code, this does not change how the e-mail is displayed in Eudora or IE.

    :)

  7. 7 hours ago, jumper said:

    Replacing ".woff" with ".woxx" will prevent the font file download.
    Replacing '"//' with '"x/' will prevent the delay but also the style sheet from downloading.

    In the HTML source code of the e-mail the style code itself is not processed and leads to delay, therefore my question, it is possible in the line (style) ".woff" to recognize and remove this line.

    :)

  8. @jumper

    A plugin where the following style code would be removed where ".woff" is detected would be very helpful.

    <style type="text/css">@import "//helpforum.sky.com/html/assets/toolkit.css";@font-face{font-family: "Sky Text"; src: url("//www.sky.com/assets/fonts/sky-regular.woff") format("woff")}@font-face{font-family: "Sky Text"; src: url("//www.sky.com/assets/fonts/sky-medium.woff") format("woff"); font-weight: bold}html, body, #MessageContainer{font-family: 'Sky Text', Arial;margin: 0;padding: 0;box-sizing: border-box;filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#c9c7d1", endColorstLOGNULL NowTransReader::ReadIt() JJFileMT::Truncate(122991)
    r="#fefefe", GradientType=1);background-image: -webkit-linear-gradient(left, #c9c7d1 0%, #e5e5ea 6%, #fefefe 20%, #fefefe 80%, #e5e5ea 94%, #c9c7d1 100%);background-image: -moz-linear-gradient(left, #c9c7d1 0%, #e5e5ea 6%, #fefefe 20%, #fefefe 80%, #e5e5ea 94%, #c9c7d1 100%);background-image: -o-linear-gradient(left, #c9c7d1 0%, #e5e5ea 6%, #fefefe 20%, #fefefe 80%, #e5e5ea 94%, #c9c7d1 100%);background-image: linear-gradient(to right, #c9c7d1 0%, #e5e5ea 6%, #fefefe 20%, #fefefe 80%, #e5e5ea 94%, #c9c7d1 100%);}.header-row{padding: 10px; -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);background-color: #fff;}<!--if[mso]>.footer-links table{float: left; width: auto !important;}<![end if]-->.footer-links table{float: left; width: auto !important;}.footer-links a:link, .footer-links a:visited, .footer-links a:active, .footer-links a:hover{font-size: 18px;}</style>

     

    :)

  9. 5 hours ago, glnz said:

    Only in XP Mode on my Win 7 machine, the update KB4486463 doesn't take.  After running it 32 times, it continues to appear in the yellow shield on the next reboot.

    The kernel files (ntkrnlmp.exe, ntkrnlpa.exe, ntkrpamp.exe, ntoskrnl.exe) are kept in the folder %windir%\Driver Cache\i386. After the update with KB4486463, the file ntkrnlmp.exe, in the folder %windir%\Driver Cache\i386, should be the version 5.1.2600.7649. The previous kernel update KB4463103 updated the files ntkrnlmp.exe, ntkrnlpa.exe, ntkrpamp.exe, ntoskrnl.exe and ntfs.sys to version 5.1.2600.7581. For KB4486463, however, only ntkrnlmp.exe was updated to version 5.1.2600.7649, which means that this file will only be used on multi-processor systems (multiple cores or processors) (under %windir%\system32\ntoskrnl.exe as version 5.1. 2600.7649). Therefore, the file version for Uni processors (single core) of the file %windir%\system32\ntoskrnl.exe 5.1.2600.7581. Since AU / WU / MU queries the file version of the file %windir%\system32\ntoskrnl.exe and does not change this with the update KB4486463 for Uni-processor systems, this update will appear again and again even after a successful installation. With a virtual machine, you usually have the option of selecting the number of cores or processors (depending on what the real processor has on cores or how many processors exist).

    Since their VM works under Windows 7 with one core (one core / Uni processor), then the update KB4486463 also does not update the version of ntoskrnl.exe under %windir%\system32 (it remains with the version 5.1.2600.7581).

    :)

  10. On 2/14/2019 at 9:08 AM, heinoganda said:

    Possible problem solving:

    Under Control Panel, go to Internet Options > Advanced, scroll to Security for the different encryption types SSL 2.0, SSL 3.0, TLS 1.0, TLS 1.1, and TLS 1.2. Make a tick in an unused encryption mode like SSL 3.0 and take over, then remove the tick again with encryption type SSL 3.0 and take over again. For encryption type, TLS 1.0 to TLS 1.2 should still be activated. 

    Perhaps this solution to the problem of translation is too inaccurate, so here is an illustrated sequence of the procedure.

     

    Error-WUMU1.jpg

    Error-WUMU2.jpg

    Error-WUMU3.jpg

    Error-WUMU4.jpg

    Error-WUMU5.jpg

    Error-WUMU6.jpg

    Error-WUMU7.jpg

    Error-WUMU8.jpg

    Error-WUMU9.jpg


    Update:

    The procedure adds the following keys in the registry.

    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
    "ShowPunycode"=dword:00000000
    "EnablePunycode"=dword:00000001
    "DisableIDNPrompt"=dword:00000000
    "CertificateRevocation"=dword:00000000
    "WarnOnPostRedirect"=dword:00000001
    "WarnonBadCertRecving"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Protocols\Mailto]
    "UTF8Encoding"=dword:00000000
    
    

     

     

    @Thomas S.

    I am happy for you that WU/MU in IE8 works for you again.

     

    :)

  11. 49 minutes ago, Thomas S. said:

    BTW: on both  systems only www.update.microsoft.com for [SSL Pass-Thru] is needed.

    To compare the entries, I made a search for updates in IE8 under MU
    (https://www.update.microsoft.com/microsoftupdate/v6/default.aspx?ln=en).

    HTTPSPMU1.jpg

     

    2 hours ago, heinoganda said:
    
    [SSL Pass-Thru]
    
    urs.microsoft.com
    c.microsoft.com*
    *update.microsoft.com*
    *one.microsoft.com*

     

    HTTPSPMU2.jpg

     

    :)

  12. 3 hours ago, luweitest said:

    I got 0x80072F8A today too. From the experience (not sure whether they are the same error number) before, the problem is from https connection error. Last time I used a https proxy and solved it. This time I tried unchecking "check certificate revocation" setting and it passed too (no proxy, only TLS1.1 and 1.2 enabled). I wonder which one is the ultimate solution to WU|MU error.

    The error 0x80072F8A in IE8 at WU / MU at @SD73 was not related to HTTPSProxy! If you have this error then run the error solution point by point.

    Possible problem solving:

    Under Control Panel, go to Internet Options > Advanced, scroll to Security for the different encryption types SSL 2.0, SSL 3.0, TLS 1.0, TLS 1.1, and TLS 1.2. Make a tick in an unused encryption mode like SSL 3.0 and take over, then remove the tick again with encryption type SSL 3.0 and take over again. For encryption type, TLS 1.0 to TLS 1.2 should still be activated. 

     

    3 hours ago, Thomas S. said:

    Don't work at all...

    What error message do you get on the PC when you try to call IE8 WU/MU? Does WU/MU work in IE8 when HTTPSProxy is disabled?

    Regardless of the error message, I have no problems running WU/MU under IE8 with my setting in the config.ini at HTTPSProxy.

    [SSL Pass-Thru]
    
    urs.microsoft.com
    c.microsoft.com*
    *update.microsoft.com*
    *one.microsoft.com*
    


    :)

  13. It @SD73 was about the error message 0x80072F8A by IE8 at WU/MU.

    Possible problem solving:

    Under Control Panel, go to Internet Options > Advanced, scroll to Security for the different encryption types SSL 2.0, SSL 3.0, TLS 1.0, TLS 1.1, and TLS 1.2. Make a tick in an unused encryption mode like SSL 3.0 and take over, then remove the tick again with encryption type SSL 3.0 and take over again. For encryption type, TLS 1.0 to TLS 1.2 should still be activated. 

    :)

  14. 3 hours ago, Dave-H said:

    download.windowsupdate.com isn't there, but I guess perhaps it doesn't need to be.

    This entry is not needed, at least for my HTTPSProxy and / or I have additional entries in the config.ini. That's why you do not have to worry.
     

    @Mathwiz

    For [SSL Pass-Thru], try the entrys "*update.microsoft.com*", "c.microsoft.com*", "*one.microsoft.com*" and remove "www.update.microsoft.com" from [SSL No-Verify].

    :yes:


    @ All

    Good News

    The faulty update KB4487085 is no longer available for AU / WU / MU.

    :)

  15. 40 minutes ago, i430VX said:

    I even tried replacing updated files with the original versions. Didn't help.

    I was planning to buy a new hard drive for the laptop, I suppose now is the time because I'll have to reinstall anyway. 

    One possibility is to uninstall an update with ERD Commander 5.0 (bootable medium). If this is not possible, use another bootable medium (eg Kaspersky Notfall CD) in the registry under [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Installations] to see the entries "x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.24558_x-ww_24ed72db" and " x86_policy.1.0.Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.24558_x-ww_32b5093b" delete (make sure that the entries may differ by name something that is the GdiPlus entries with 1.0.6002.24558). Under the folder "%windir%\WinSxS" "\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.24558_x-ww_24ed72db" delete (here also names may differ slightly, pay attention to 1.0.6002.24558). Restart and uninstall KB4487085 in Safe Mode. I wish you success!

    :)

  16. 1 hour ago, Dave-H said:

    Ah, so the e-mail I forwarded came through the second time without being corrupted by the addition of my signature?
    That's good to know!

    There were no problems with these e-mails.

    1 hour ago, Dave-H said:

    As a matter of interest @heinoganda, did you get a page with just the header in IE8, or indeed in any other browser, when you opened the source file I posted?

    This code was broken, this does not matter anymore, if there is a suitable Eudora plugin.

    Preferably a plugin where this modern style code from the source code of the e-mail removed,
    since this is not processed as so, as would be possible as from IE9.

    :)

  17. 55 minutes ago, Dave-H said:

    Just forwarded the blank e-mail to you @heinoganda.
    From my phone so Eudora won't corrupt it in any way.

    Because you did not forward the original e-mail, but added the comment "Sent from my smartphone", the HTML code was taken from the smartphone where the
    Web Open Font Format was processed. Of course Eudora has no problems with this e-mail. 

    :)

  18. The problem is the Style Code with Web Open Font Format (woff file) in the e-mail itself where the frozen pause causes in the Microsoft Viewer at Eudora. Thanks to HTTPSProxy, the parts of the e-mail, such as images, fonts and so on, can be easily loaded even on servers where the encryption of Windows XP is not supported. A POP Proxy would still be a possibility, where with appropriate e-mails, in which code could be intervened. It's not about blocking ads, it's about the HTML code in the e-mail itself. On the subject "BlankSkyEmail.htm" does not help, since only the corrupted code of Eudora exists as Eudora shows this e-mail, therefore, the request to Dave-H this e-mail best from the phone to forward.
     

    Please read the following link to Web Open Font Format :

    https://en.wikipedia.org/wiki/Web_Open_Font_Format


    :)

×
×
  • Create New...