[Interest] Issues with HTTPS, Google Maps, SSL, proxy & Qt 5.1

Thiago Macieira thiago.macieira at intel.com
Sat Jul 20 07:25:10 CEST 2013


On sábado, 20 de julho de 2013 15.07.37, John C. Turnbull wrote:
> Hi Thiago,
> 
> Thanks for your response.
> 
> You stated:
> > HTTP proxies can handle HTTPS traffic too, by using issuing a
> > 
> >	CONNECT hostname:443 HTTP/1.0
> >	
> > command.
> 
> Pardon my ignorance, but how and where do I issue such a command?  Is it
> part of the QNetworkProxy configuration?

You don't have to do anything. After you set this proxy with 
QNetworkProxy::setApplicationProxy, QTcpSocket and QNetworkAccessManager will 
automatically start using the proxy and will issue the command on their own.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130719/caf24d8c/attachment.sig>


More information about the Interest mailing list