Search found 7 matches

by aquilinaj
Thu Dec 16 2021 9:14 am
Forum: Issues
Topic: TLS connection using self signed certificates
Replies: 3
Views: 5408

Re: TLS connection using self signed certificates

Hi, Thank you for your reply. I did as you suggested, following the example in the link. unfortunately this did not resolve the issue. I dug a bit further and I am getting a SslHandshakeFailedError (13) being thrown as a socket Error. I do not have any information about the cause of the issue. Does ...
by aquilinaj
Wed Dec 15 2021 11:27 am
Forum: Issues
Topic: CopperSpice 1.7.2 on RHEL 8.3
Replies: 4
Views: 5605

Re: CopperSpice 1.7.2 on RHEL 8.3

Barbara, Thank you for the link to the Build Overview. I have followed the instructions and have successfully built Kitchen Sink using ninja. I don't know why using make files fails, as I followed virtually identical instructions. I am now going to use ninja going forward. Thank you very much for yo...
by aquilinaj
Wed Dec 15 2021 8:49 am
Forum: Issues
Topic: CopperSpice 1.7.2 on RHEL 8.3
Replies: 4
Views: 5605

Re: CopperSpice 1.7.2 on RHEL 8.3

Barbara, Thank you for your reply. The company I work for made a commercial decision not to support CentOS for our desktop applications and to support RHEL instead. 1) Here are all the cmake command lines I used, to build and install CS: - i) cmake ../../.. -DCMAKE_INSTALL_PREFIX="../../../inst...
by aquilinaj
Tue Dec 14 2021 3:49 pm
Forum: Issues
Topic: CopperSpice 1.7.2 on RHEL 8.3
Replies: 4
Views: 5605

CopperSpice 1.7.2 on RHEL 8.3

Hi, I am trying to use CopperSpice 1.7.2 on RHEL 8.3. I built CopperSpice on RHEL 8.3, setting WITH_WEBKIT to NO. I am now trying to get the KitchenSink application to build on RHEL 8.3. I ran cmake against the CMakeLists.txt file in the top directory of the KitchenSink application and it ran succes...
by aquilinaj
Fri Dec 10 2021 3:25 pm
Forum: Issues
Topic: TLS connection using self signed certificates
Replies: 3
Views: 5408

TLS connection using self signed certificates

Hi, I am using Coperspice 1.7.2 On Windows 10. I am trying to create a TLS connection to a Service on another Device, which has provided a self signed certificate for the connection. I had this working in QT 4.8 with t he following code: - QList<QSslCertificate> trustedCas = QSslCertificate::fromPat...
by aquilinaj
Fri Dec 10 2021 3:07 pm
Forum: Issues
Topic: OpenSSL with 1.7.2 on Windows 10
Replies: 3
Views: 5466

Re: OpenSSL with 1.7.2 on Windows 10

I resolved the issue. I stepped through the code for QSslSocket::sslLibraryVersionString in the debugger and it turns out that the CopperSpice tries to load certain name combinations for the OpenSSL DLLs and the installed DLLs on my system did not match. So by renaming the DLLs to one of the expecte...
by aquilinaj
Thu Dec 09 2021 2:35 pm
Forum: Issues
Topic: OpenSSL with 1.7.2 on Windows 10
Replies: 3
Views: 5466

OpenSSL with 1.7.2 on Windows 10

I am trying to use OpenSSL with CopperSpice 1.7.2 on Windows 10. I have OpenSSL v1.1.1l 64-bit installed and I have built a C++ 64-bit application. Using Visual Studio 2019. When I try to retrieve the OpenSSl version number using QSslSocket::sslLibraryVersionString(), it returns an empty string and ...