Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » SSL handshake error
Re: SSL handshake error [message #42271 is a reply to message #42253] Tue, 04 March 2014 05:20 Go to previous messageGo to previous message
bryan.js00 is currently offline  bryan.js00
Messages: 4
Registered: March 2014
Junior Member
I made some progress...

I discovered OpenSSL was returning the following error:

error:140C5042:SSL routines:SSL_UNDEFINED_FUNCTION:called a function you should not call


I learned this was because U++ is using SSLv3_client_method() when creating a context. As this code is the server side, I had to change it to SSLv3_server_method()

Now I'm having new errors, but I believe those are related to certificates and keys.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [SOLVED] Unable to compile MT applications (weird assembler error with GCC on Linux i386 arch)
Next Topic: [SOLVED] TcpSocket Connect error
Goto Forum:
  


Current Time: Sun May 12 19:00:11 CEST 2024

Total time taken to generate the page: 0.02111 seconds