I've installed apache 2 server with self signed certificate.My browser is showing 'It works!' when I tried to connect to the sever. But from an application when I issued cur_easy_perform() the call failed with error code 60: Peer certificate cannot be authenticated with given CA certificates!
Does the browser really verified the server's certificate? If I want to avoid the above error what need to be done further?
Thanks.