Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7429609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:59:45+00:00 2026-05-29T08:59:45+00:00

I am building an app with QT using SSL. When I compile the app

  • 0

I am building an app with QT using SSL. When I compile the app with the QT SDK (dynamic linking), the app throws the following three errors:

QSslError::UnableToGetLocalIssuerCertificate
QSslError::UnableToVerifyFirstCertificate
QSslError::CertificateUntrusted

I handle these errors with the following code:

QSslError error0(QSslError::UnableToGetLocalIssuerCertificate, cert.at(0));
expectedSslErrors.append(error0);
QSslError error1(QSslError::UnableToVerifyFirstCertificate, cert.at(0));
expectedSslErrors.append(error1);
QSslError error2(QSslError::CertificateUntrusted, cert.at(0));
expectedSslErrors.append(error2);
this->socket->ignoreSslErrors(expectedSslErrors);

With dynamic linking, everything is fine. But when I compile this code using a Statically compiled QT, I get QSslError::NoError thrown thrice.

This happens on both Mac and Windows development environments.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T08:59:46+00:00Added an answer on May 29, 2026 at 8:59 am

    I was compiling Qt with -universal option, to generate libraries for both i386 and ppc architectures, but the OpenSSL that I was compiling it with, was built for x64_86 arch. I built OpenSSL statically for both i386 and ppc, and then compiled Qt and everything is fine now.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Building an app using a calendar on a Google Apps domain that has SSL
While building the android app using ant am getting the following exception. Couldn't figure
Building an app using the Facebook iOS SDK. When testing on the simulator, I
So I'm building an App using the Entity Framework on top of SQL Compact
I'm building a little app using Java and Swing in NetBeans. Using NetBeans design
I'm building a WPF app using pages and the navigation service. One of the
My team is considering building our next web app using the ASP.NET MVC framework.
I'm building an app in PHP and I'm using the data mapper pattern for
So I'm building an app that uses win32's SendMessage as IPC. I'm using FindWindow
I'm building a winForms app in NET3.5SP1 using VS2008Express. Am trying to deserialize an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.