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();
http.New(); http.RequestTimeout(2000).SSL(true).Url( url ).Execute();
Report message to a moderator