VirtualBox

Ignore:
Timestamp:
Oct 14, 2015 1:09:13 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Networking cleanup/rework (part 1): Make sure SSL is really required before applying certificates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.cpp

    r57677 r58236  
    247247int UINetworkReplyPrivateThread::applyHttpsCertificates()
    248248{
     249    /* Check if we really need SSL: */
     250    if (!m_request.url().toString().startsWith("https:", Qt::CaseInsensitive))
     251        return VINF_SUCCESS;
     252
    249253    /* Set thread context: */
    250254    m_strContext = tr("During certificate downloading");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette