Results 1 to 5 of 5

Thread: 802.1x in Qt

  1. #1
    Join Date
    Feb 2013
    Posts
    31
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default 802.1x in Qt

    Hi, All,

    after incorporating 802.1x authentication protocol in our wired net I lost ability to go through proxy?
    Does anybody know where is the obstacle?
    Qt 4.8.2.

    Thanks for any help,
    Radmir

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: 802.1x in Qt

    You broke your LAN, you get to keep the pieces. What does this have to do with Qt?

  3. #3
    Join Date
    Feb 2013
    Posts
    31
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: 802.1x in Qt

    Why I broke the LAN?
    All software in Windows can go through proxy, but Qt-example (demos/browser) can't? It continually requests username and password, despite proxy and all configured right.
    Radmir

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: 802.1x in Qt

    after incorporating 802.1x authentication protocol in our wired net
    The thing you changed; you added EAP authentication to your LAN ports.
    I lost ability to go through proxy?
    The thing that broke as a result; implying it was working before you changed the LAN above, and not afterward. If something breaks a result of a change then the change is the trigger of the problem.

    Apart from this you provided absolutely no information about what it was that was accessing something using some sort of proxy, or why you thought it had something to do with Qt.

    IEEE 802.1x authentication has nothing to do with proxy authentication and so it still seems completely unrelated to the actual problem.

    All the Qt demo browser does is pass on the credentials you give it when prompted for a proxy password. The QAuthenticator supports Basic, NTLM version 2, Digest-MD5, so if your proxy is expecting Microsoft's latest incarnation of single-sign on or some use of a RADIUS server this may be your issue. I suggest you look at your proxy's log files to find out why this is being rejected.

  5. #5
    Join Date
    Feb 2013
    Posts
    31
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: 802.1x in Qt

    Thank for an answer. It seams all is more complicated than I think. I got tcp log and saw there is a long negotiating process between client and server. Additionally we have Forefront installed, so it takes time to guess what was happening. Samples (browser, weathertrayicon) are only samples, and they must be rewritten to correspond my situation. Thanks. Further, I hope I can manage myself. The question may be closed.
    Radmir

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.