U++ framework
Do not panic. Ask here before giving up.

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: 14290
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: Sun Apr 26 05:55:27 GMT+2 2026

Total time taken to generate the page: 0.00481 seconds