i see your are using https you might be getting SSL error probably SSL Handshake Error.

Try using
Qt Code:
  1. reply->ignoreSslErrors();
To copy to clipboard, switch view to plain text mode 

Note that calling this function without restraint may pose a security risk for your application. Use it with care.

Read document here