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 » HttpRequest for https page (HttpRequest for https page)
HttpRequest for https page [message #44141] Mon, 05 January 2015 02:34 Go to next message
plrosa is currently offline  plrosa
Messages: 1
Registered: January 2015
Junior Member
Hi I install open ssl and added the path to the static libs. I got no error when i compile, but I get a SSL Handshake error when I try to connect to a https page. Do you know what is going on ?

http.New();
http.RequestTimeout(2000).SSL(true).Url( url ).Execute();
Re: HttpRequest for https page [message #44144 is a reply to message #44141] Wed, 07 January 2015 08:38 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
plrosa wrote on Mon, 05 January 2015 02:34
Hi I install open ssl and added the path to the static libs. I got no error when i compile, but I get a SSL Handshake error when I try to connect to a https page. Do you know what is going on ?

http.New();
http.RequestTimeout(2000).SSL(true).Url( url ).Execute();


Most likely you do not have Core/SSL in your project. It is separated because it requires OpenSSL .dlls to be on path.

Also, you do not need to use "SSL(true)" here (HttpRequest does it based on URL).

Mirek
Previous Topic: How to use Thread()
Next Topic: (win32) gui in a dll
Goto Forum:
  


Current Time: Fri Mar 29 06:33:00 CET 2024

Total time taken to generate the page: 0.01810 seconds