mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
use 443 (HTTPS) port when testing help URLs
This commit is contained in:
parent
1c6ba5503c
commit
678758c9ba
@ -152,7 +152,7 @@ bool QgsHelp::urlExists( const QString &url )
|
||||
socket.setProxy( proxy );
|
||||
}
|
||||
|
||||
socket.connectToHost( helpUrl.host(), 80 );
|
||||
socket.connectToHost( helpUrl.host(), 443 );
|
||||
if ( socket.waitForConnected() )
|
||||
{
|
||||
socket.write( "HEAD " + helpUrl.path().toUtf8() + " HTTP/1.1\r\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user