Results 1 to 6 of 6

Thread: QSslSocket problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2008
    Posts
    153
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    40
    Thanked 8 Times in 5 Posts

    Default Re: QSslSocket problem

    Are you sure that your QSslSocket object doesn't get deleted after the function/constuctor where it is declared? Could you post the relevant code?

  2. #2
    Join Date
    Aug 2007
    Posts
    166
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    16
    Thanked 14 Times in 14 Posts

    Default Re: QSslSocket problem

    It's not deleted because it's global pointer and when I use unsecure tcp connection there is no problems...

  3. #3
    Join Date
    Aug 2007
    Posts
    166
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    16
    Thanked 14 Times in 14 Posts

    Default Re: QSslSocket problem

    Please, anyone ? If you want I will upload testing ssl server writen with the library that I use so you will be able to test yourself.

  4. #4
    Join Date
    Feb 2008
    Posts
    153
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    40
    Thanked 8 Times in 5 Posts

    Default Re: QSslSocket problem

    Did you try debugging your program? Perhaps use QSslSocket::sslErrors () and print them to a Message Box or something...

  5. #5
    Join Date
    Aug 2007
    Posts
    166
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    16
    Thanked 14 Times in 14 Posts

    Default Re: QSslSocket problem

    Oh I didn't noticed that there is such signal, I will check it out. But I wonder other thing, what kind of cript version is using this class SSLv3 or TLS ?

Similar Threads

  1. Tricky problem with ARGB widget / UpdateLayeredWindow
    By nooky59 in forum Qt Programming
    Replies: 3
    Last Post: 21st February 2008, 10:35
  2. Graphics view display problem.
    By kiranraj in forum Qt Programming
    Replies: 3
    Last Post: 20th July 2007, 07:08
  3. [QMYSQL] connection problem
    By chaos_theory in forum Installation and Deployment
    Replies: 5
    Last Post: 2nd July 2007, 09:52
  4. Problem with bitBlt
    By yellowmat in forum Newbie
    Replies: 1
    Last Post: 5th April 2006, 14:08
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

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
  •  
Qt is a trademark of The Qt Company.