Jump to content

Kyle_Katarn

Members
  • Content Count

    35
  • Joined

  • Last visited

Posts posted by Kyle_Katarn


  1. 4 hours ago, Angus Robertson said:

    All of the reported Delphi 7 problems are fixed in V8.65 which is not yet released, but can be downloaded from SVN or the overnight zip.   Not aware of any new inline issues. 

     

    Currently making a lot of changes to support MacOS64 since DCCOSX64 behaves differently to DCCOSX. 

     

    Angus

     

    Very good news thanks !


  2. To sum up :

    - Default settings + Proxy Host + Proxy Port + Proxy Credentials in 8.59 : hickups (407) then works fine

    - Default settings + Proxy Host + Proxy Port + Proxy Credentials in 8.62 : Do no work (407 / NTLM), in the specific context of my user

    - BasicAuth + Proxy Host + Proxy Port + Proxy Credentials in 8.62 : works fine

     

     


  3. When forcing "Basic", no single error407, works perfect.

     

    COMMAND

    Verbose    [19-08-28 08:19:16]    Host: www.kcsoftwares.com
    Verbose    [19-08-28 08:19:16]    User-Agent: Mozilla/5.0
    Verbose    [19-08-28 08:19:16]    Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
    Verbose    [19-08-28 08:19:16]    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Verbose    [19-08-28 08:19:16]    GET https://www.kcsoftwares.com/sumo/check.php HTTP/1.1
    Verbose    [19-08-28 08:19:16]    Proxy-Authorization: Basic QXBwSW50ZXJuZXQ6U29tbWVyMjAwNw==
    Verbose    [19-08-28 08:19:16]    Content-Length: 0
    Verbose    [19-08-28 08:19:16]    Proxy-Connection: Keep-Alive
    Verbose    [19-08-28 08:19:16]    Host: www.kcsoftwares.com
    Verbose    [19-08-28 08:19:16]    User-Agent: Mozilla/5.0
    Verbose    [19-08-28 08:19:16]    CONNECT www.kcsoftwares.com:443 HTTP/1.1

     

    HEADERS

    Verbose    [19-08-28 08:19:17]    Connection: keep-alive
    Verbose    [19-08-28 08:19:17]    Content-Length: 8
    Verbose    [19-08-28 08:19:17]    Accept-Ranges: bytes
    Verbose    [19-08-28 08:19:17]    X-Cacheable: Cacheable
    Verbose    [19-08-28 08:19:17]    X-CDN-Pop-IP: 137.74.120.32/27
    Verbose    [19-08-28 08:19:17]    X-CDN-Pop: sbg
    Verbose    [19-08-28 08:19:17]    Vary: Accept-Encoding
    Verbose    [19-08-28 08:19:17]    X-Request-ID: 238979743
    Verbose    [19-08-28 08:19:17]    Set-Cookie: SERVERID102297=24048; path=/; max-age=900
    Verbose    [19-08-28 08:19:17]    Content-Type: text/html; charset=UTF-8
    Verbose    [19-08-28 08:19:17]    Date: Wed, 28 Aug 2019 06:19:16 GMT
    Verbose    [19-08-28 08:19:17]    HTTP/1.1 200 OK


  4. The application in question "read" the output of a PHP script running on my server

    I use the "proxy" settings (host, port, username, pass) and all other default settings.

     

    I never had any issue with ICS comms until I've implemented 8.62 (i generally take every update you make) because of the proxy issues reported above.

     

    Sorry for my partial extract from the logs... which comes from a single customer (see scenarii above) the first "block" of error 407 is common to 8.59 (which... finally work after a few attemps) and 8.62 (which systematically fail). With 8.62, when it "fails" in the end, the message was specifically pointing NTLM, which means that for some reason, even with the default value of AuthNone, it ends in branching in NTLM authentication.

     

    When "forcing" BasicAuth, everything works fine (but i'll call for logs to check in details).


  5. I forgot to mention that these errors are received in headers (in early 8.59 comms and all 8.62 if not forced to Basic)

     

    Verbose    [19-08-27 18:12:11]    Connection: Keep-Alive
    Verbose    [19-08-27 18:12:11]    Proxy-Connection: Keep-Alive
    Verbose    [19-08-27 18:12:11]    Content-Type: text/html; charset=utf-8
    Verbose    [19-08-27 18:12:11]    Pragma: no-cache
    Verbose    [19-08-27 18:12:11]    Cache-Control: no-cache
    Verbose    [19-08-27 18:12:11]    Proxy-Authenticate: NTLM TlRMTVNTUAACAAAACgAKADgAAAAFgoECWW+CVaJTfpoAAAAAAAAAAIIAggBCAAAABgOAJQAAAA9CAFIASwBSAFoAAgAKAEIAUgBLAFIAWgABAA4ATQBSAFoAQQBEADAANAAEABIAQgBSAEsAUgBaAC4ATABDAEwAAwAiAE0AUgBaAEEARAAwADQALgBCAFIASwBSAFoALgBMAEMATAAFABIAQgBSAEsAUgBaAC4ATABDAEwABwAIAPeN8i7yXNUBAAAAAA==
    Verbose    [19-08-27 18:12:11]    HTTP/1.1 407 Proxy Authentication Required

     

×