Issue with Stunnel with NTLM authenticationStunnel internal error messageSSL proxy with stunnelConnecting to...

Using only 1s, make 29 with the minimum number of digits

Can making a creature unable to attack after it has been assigned as an attacker remove it from combat?

It took me a lot of time to make this, pls like. (YouTube Comments #1)

How to limit sight distance to 1 km

Can I use a mote from Crown of Stars to attack and also cast Eldritch Blast on the same turn?

Who is this Ant Woman character in this image alongside the Wasp?

Why zero tolerance on nudity in space?

Word or phrase for showing great skill at something WITHOUT formal training in it

How much mayhem could I cause as a sentient fish?

How to say "Brexit" in Latin?

Can we use the stored gravitational potential energy of a building to produce power?

What's a good word to describe a public place that looks like it wouldn't be rough?

Finding a mistake using Mayer-Vietoris

Do authors have to be politically correct in article-writing?

Dilemma of explaining to interviewer that he is the reason for declining second interview

What is the wife of a henpecked husband called?

Intern applicant asking for compensation equivalent to that of permanent employee

Is a debit card dangerous in my situation?

Can a person refuse a presidential pardon?

My cat mixes up the floors in my building. How can I help him?

Would a National Army of mercenaries be a feasible idea?

Traveling through the asteriod belt?

Why did other German political parties disband so fast when Hitler was appointed chancellor?

Can I write a book of my D&D game?



Issue with Stunnel with NTLM authentication


Stunnel internal error messageSSL proxy with stunnelConnecting to an SSH server from Client behind an NTLM ProxySudo stunnel fails on Kubuntu 15.10 betaSecure stealth tunnel through a proxy to another proxy (STunnel, Squid)How do I mimic stunnel functionality with opensource tools?Stunnel PSK ErrorKerberos and NTLM authenticationScenario to produce NTLM trafficIIS NTLM authentication prompting for passwords on alternate DNS name













0















I have to create tunnel between server and client. Client have proxy configured in between.
So i use below in /etc/stunnel/stunnel.config. User name and password is correct



pid = /var/run/stunnel.pid



cert = /home/client.crt



key = /home/client.key



options = NO_SSLv2



debug = 7



output = /var/log/stunnel4/stunnel.log



client = yes



CAfile=/home/**chain.pem



verify=2



[test]



protocol = connect



accept = 127.0.0.1:10000



protocolHost = host.vmj.com:443



connect = :



protocolUsername = vmj.comuser1



protocolPassword = VMJTEST!123



protocolAuthentication = NTLM



In stunnel.log, i can see below error



2019.02.28 18:36:50 LOG6[2103:140737354032896]: Client-mode connect protocol negotiations started



2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> CONNECT host.vmj.com:443 HTTP/1.1



2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Host: host.vmj.com:443



2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Proxy-Connection: keep-alive



2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Proxy-Authorization: NTLM TlRMTVNTUAABAAAAAgIAAA==



2019.02.28 18:36:50 LOG7[2103:140737354032896]: ->



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- HTTP/1.1 407 Proxy Authentication Required



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Server: squid/3.3.8



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Mime-Version: 1.0



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Date: Thu, 28 Feb 2019 18:36:33 GMT



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Type: text/html



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Length: 3285



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Vary: Accept-Language



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Language: en



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAAAAADgAAAACAgACueAMGSlaSZ0AAAAAAAAAAAAAAAA4AAAABgEAAAAAAA8=



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache: MISS from squidproxy.vmj.com



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache-Lookup: NONE from squidproxy.vmj.com:3128



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Via: 1.1 squidproxy.vmj.com (squid/3.3.8)



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Connection: keep-alive



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <-



2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> CONNECT host.vmj.com:443 HTTP/1.1



2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Host: host.vmj.com:443



2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Proxy-Authorization: NTLM TlRMTVNTUAADAAAAAAAAAGcAAAAYABgAQAAAAAAAAABnAAAADwAPAFgAAAAAAAAAZwAAAAAAAABnAAAAAgIAAAGbqH5v5ML8msrfm3R1yDBsS+ai3ldihnZybmkuY29tXGJoYXJ0aQ==



2019.02.28 18:36:50 LOG7[2103:140737354032896]: ->



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- HTTP/1.1 407 Proxy Authentication Required



2019.02.28 18:36:50 LOG3[2103:140737354032896]: CONNECT request rejected



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Server: squid/3.3.8



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Mime-Version: 1.0



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Date: Thu, 28 Feb 2019 18:36:33 GMT



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Type: text/html



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Length: 3363



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Vary: Accept-Language



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Language: en



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Proxy-Authenticate: NTLM



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache: MISS from squidproxy.vmj.com



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache-Lookup: NONE from squidproxy.vmj.com:3128



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Via: 1.1 squidproxy.vmj.com (squid/3.3.8)



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Connection: keep-alive



2019.02.28 18:36:50 LOG7[2103:140737354032896]: <-



2019.02.28 18:36:50 LOG5[2103:140737354032896]: Connection reset: 0 byte(s) sent to SSL, 0 byte(s) sent to socket



2019.02.28 18:36:50 LOG7[2103:140737354032896]: Remote socket (FD=14) closed



2019.02.28 18:36:50 LOG7[2103:140737354032896]: Local socket (FD=3) closed



2019.02.28 18:36:50 LOG7[2103:140737354032896]: Service [test] finished (0 left)



If i try with basic authentication it works fine.



Its urgent , can some one help me out.



Thanks,



Vj










share|improve this question







New contributor




vijayaraghavan p is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I have to create tunnel between server and client. Client have proxy configured in between.
    So i use below in /etc/stunnel/stunnel.config. User name and password is correct



    pid = /var/run/stunnel.pid



    cert = /home/client.crt



    key = /home/client.key



    options = NO_SSLv2



    debug = 7



    output = /var/log/stunnel4/stunnel.log



    client = yes



    CAfile=/home/**chain.pem



    verify=2



    [test]



    protocol = connect



    accept = 127.0.0.1:10000



    protocolHost = host.vmj.com:443



    connect = :



    protocolUsername = vmj.comuser1



    protocolPassword = VMJTEST!123



    protocolAuthentication = NTLM



    In stunnel.log, i can see below error



    2019.02.28 18:36:50 LOG6[2103:140737354032896]: Client-mode connect protocol negotiations started



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> CONNECT host.vmj.com:443 HTTP/1.1



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Host: host.vmj.com:443



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Proxy-Connection: keep-alive



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Proxy-Authorization: NTLM TlRMTVNTUAABAAAAAgIAAA==



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: ->



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- HTTP/1.1 407 Proxy Authentication Required



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Server: squid/3.3.8



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Mime-Version: 1.0



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Date: Thu, 28 Feb 2019 18:36:33 GMT



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Type: text/html



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Length: 3285



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Vary: Accept-Language



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Language: en



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAAAAADgAAAACAgACueAMGSlaSZ0AAAAAAAAAAAAAAAA4AAAABgEAAAAAAA8=



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache: MISS from squidproxy.vmj.com



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache-Lookup: NONE from squidproxy.vmj.com:3128



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Via: 1.1 squidproxy.vmj.com (squid/3.3.8)



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Connection: keep-alive



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <-



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> CONNECT host.vmj.com:443 HTTP/1.1



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Host: host.vmj.com:443



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Proxy-Authorization: NTLM TlRMTVNTUAADAAAAAAAAAGcAAAAYABgAQAAAAAAAAABnAAAADwAPAFgAAAAAAAAAZwAAAAAAAABnAAAAAgIAAAGbqH5v5ML8msrfm3R1yDBsS+ai3ldihnZybmkuY29tXGJoYXJ0aQ==



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: ->



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- HTTP/1.1 407 Proxy Authentication Required



    2019.02.28 18:36:50 LOG3[2103:140737354032896]: CONNECT request rejected



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Server: squid/3.3.8



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Mime-Version: 1.0



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Date: Thu, 28 Feb 2019 18:36:33 GMT



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Type: text/html



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Length: 3363



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Vary: Accept-Language



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Language: en



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Proxy-Authenticate: NTLM



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache: MISS from squidproxy.vmj.com



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache-Lookup: NONE from squidproxy.vmj.com:3128



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Via: 1.1 squidproxy.vmj.com (squid/3.3.8)



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Connection: keep-alive



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: <-



    2019.02.28 18:36:50 LOG5[2103:140737354032896]: Connection reset: 0 byte(s) sent to SSL, 0 byte(s) sent to socket



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: Remote socket (FD=14) closed



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: Local socket (FD=3) closed



    2019.02.28 18:36:50 LOG7[2103:140737354032896]: Service [test] finished (0 left)



    If i try with basic authentication it works fine.



    Its urgent , can some one help me out.



    Thanks,



    Vj










    share|improve this question







    New contributor




    vijayaraghavan p is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I have to create tunnel between server and client. Client have proxy configured in between.
      So i use below in /etc/stunnel/stunnel.config. User name and password is correct



      pid = /var/run/stunnel.pid



      cert = /home/client.crt



      key = /home/client.key



      options = NO_SSLv2



      debug = 7



      output = /var/log/stunnel4/stunnel.log



      client = yes



      CAfile=/home/**chain.pem



      verify=2



      [test]



      protocol = connect



      accept = 127.0.0.1:10000



      protocolHost = host.vmj.com:443



      connect = :



      protocolUsername = vmj.comuser1



      protocolPassword = VMJTEST!123



      protocolAuthentication = NTLM



      In stunnel.log, i can see below error



      2019.02.28 18:36:50 LOG6[2103:140737354032896]: Client-mode connect protocol negotiations started



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> CONNECT host.vmj.com:443 HTTP/1.1



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Host: host.vmj.com:443



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Proxy-Connection: keep-alive



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Proxy-Authorization: NTLM TlRMTVNTUAABAAAAAgIAAA==



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: ->



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- HTTP/1.1 407 Proxy Authentication Required



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Server: squid/3.3.8



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Mime-Version: 1.0



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Date: Thu, 28 Feb 2019 18:36:33 GMT



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Type: text/html



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Length: 3285



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Vary: Accept-Language



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Language: en



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAAAAADgAAAACAgACueAMGSlaSZ0AAAAAAAAAAAAAAAA4AAAABgEAAAAAAA8=



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache: MISS from squidproxy.vmj.com



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache-Lookup: NONE from squidproxy.vmj.com:3128



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Via: 1.1 squidproxy.vmj.com (squid/3.3.8)



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Connection: keep-alive



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <-



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> CONNECT host.vmj.com:443 HTTP/1.1



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Host: host.vmj.com:443



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Proxy-Authorization: NTLM TlRMTVNTUAADAAAAAAAAAGcAAAAYABgAQAAAAAAAAABnAAAADwAPAFgAAAAAAAAAZwAAAAAAAABnAAAAAgIAAAGbqH5v5ML8msrfm3R1yDBsS+ai3ldihnZybmkuY29tXGJoYXJ0aQ==



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: ->



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- HTTP/1.1 407 Proxy Authentication Required



      2019.02.28 18:36:50 LOG3[2103:140737354032896]: CONNECT request rejected



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Server: squid/3.3.8



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Mime-Version: 1.0



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Date: Thu, 28 Feb 2019 18:36:33 GMT



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Type: text/html



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Length: 3363



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Vary: Accept-Language



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Language: en



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Proxy-Authenticate: NTLM



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache: MISS from squidproxy.vmj.com



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache-Lookup: NONE from squidproxy.vmj.com:3128



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Via: 1.1 squidproxy.vmj.com (squid/3.3.8)



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Connection: keep-alive



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <-



      2019.02.28 18:36:50 LOG5[2103:140737354032896]: Connection reset: 0 byte(s) sent to SSL, 0 byte(s) sent to socket



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: Remote socket (FD=14) closed



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: Local socket (FD=3) closed



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: Service [test] finished (0 left)



      If i try with basic authentication it works fine.



      Its urgent , can some one help me out.



      Thanks,



      Vj










      share|improve this question







      New contributor




      vijayaraghavan p is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I have to create tunnel between server and client. Client have proxy configured in between.
      So i use below in /etc/stunnel/stunnel.config. User name and password is correct



      pid = /var/run/stunnel.pid



      cert = /home/client.crt



      key = /home/client.key



      options = NO_SSLv2



      debug = 7



      output = /var/log/stunnel4/stunnel.log



      client = yes



      CAfile=/home/**chain.pem



      verify=2



      [test]



      protocol = connect



      accept = 127.0.0.1:10000



      protocolHost = host.vmj.com:443



      connect = :



      protocolUsername = vmj.comuser1



      protocolPassword = VMJTEST!123



      protocolAuthentication = NTLM



      In stunnel.log, i can see below error



      2019.02.28 18:36:50 LOG6[2103:140737354032896]: Client-mode connect protocol negotiations started



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> CONNECT host.vmj.com:443 HTTP/1.1



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Host: host.vmj.com:443



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Proxy-Connection: keep-alive



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Proxy-Authorization: NTLM TlRMTVNTUAABAAAAAgIAAA==



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: ->



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- HTTP/1.1 407 Proxy Authentication Required



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Server: squid/3.3.8



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Mime-Version: 1.0



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Date: Thu, 28 Feb 2019 18:36:33 GMT



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Type: text/html



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Length: 3285



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Vary: Accept-Language



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Language: en



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAAAAADgAAAACAgACueAMGSlaSZ0AAAAAAAAAAAAAAAA4AAAABgEAAAAAAA8=



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache: MISS from squidproxy.vmj.com



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache-Lookup: NONE from squidproxy.vmj.com:3128



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Via: 1.1 squidproxy.vmj.com (squid/3.3.8)



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Connection: keep-alive



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <-



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> CONNECT host.vmj.com:443 HTTP/1.1



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Host: host.vmj.com:443



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: -> Proxy-Authorization: NTLM TlRMTVNTUAADAAAAAAAAAGcAAAAYABgAQAAAAAAAAABnAAAADwAPAFgAAAAAAAAAZwAAAAAAAABnAAAAAgIAAAGbqH5v5ML8msrfm3R1yDBsS+ai3ldihnZybmkuY29tXGJoYXJ0aQ==



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: ->



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- HTTP/1.1 407 Proxy Authentication Required



      2019.02.28 18:36:50 LOG3[2103:140737354032896]: CONNECT request rejected



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Server: squid/3.3.8



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Mime-Version: 1.0



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Date: Thu, 28 Feb 2019 18:36:33 GMT



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Type: text/html



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Length: 3363



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Vary: Accept-Language



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Content-Language: en



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Proxy-Authenticate: NTLM



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache: MISS from squidproxy.vmj.com



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- X-Cache-Lookup: NONE from squidproxy.vmj.com:3128



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Via: 1.1 squidproxy.vmj.com (squid/3.3.8)



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <- Connection: keep-alive



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: <-



      2019.02.28 18:36:50 LOG5[2103:140737354032896]: Connection reset: 0 byte(s) sent to SSL, 0 byte(s) sent to socket



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: Remote socket (FD=14) closed



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: Local socket (FD=3) closed



      2019.02.28 18:36:50 LOG7[2103:140737354032896]: Service [test] finished (0 left)



      If i try with basic authentication it works fine.



      Its urgent , can some one help me out.



      Thanks,



      Vj







      ntlm stunnel






      share|improve this question







      New contributor




      vijayaraghavan p is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      vijayaraghavan p is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      vijayaraghavan p is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 11 mins ago









      vijayaraghavan pvijayaraghavan p

      1




      1




      New contributor




      vijayaraghavan p is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      vijayaraghavan p is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      vijayaraghavan p is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          vijayaraghavan p is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1410377%2fissue-with-stunnel-with-ntlm-authentication%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          vijayaraghavan p is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          vijayaraghavan p is a new contributor. Be nice, and check out our Code of Conduct.













          vijayaraghavan p is a new contributor. Be nice, and check out our Code of Conduct.












          vijayaraghavan p is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1410377%2fissue-with-stunnel-with-ntlm-authentication%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...