Re: php curl insecure connection option is skipped

2019-05-10 Thread Ray Satiro via curl-library
On 5/10/2019 8:57 AM, surya chandrika via curl-library wrote: > I Ran the following > > -sh-4.2$  HOST=; echo | openssl s_client -servername $HOST > -connect $HOST:443 2>/dev/null | openssl x509 -noout -checkhost $HOST > unable to load certificate > 139697300731712:error:0906D06C:PEM

Re: create rpm for libcurl

2019-05-10 Thread Kamil Dudka via curl-library
On Friday, May 10, 2019 3:00:46 PM CEST surya chandrika via curl-library wrote: > Hi All, > > Am trying to create rpm for libcurl version 7.64.0 using rpm build. > Am trying to write SPEC file for the same. Why do not you use an existing SPEC file to begin with?

create rpm for libcurl

2019-05-10 Thread surya chandrika via curl-library
Hi All, Am trying to create rpm for libcurl version 7.64.0 using rpm build. Am trying to write SPEC file for the same. Please let me know what would be the correct value for Group: License: section is spec file. Thanks Surya ---

Re: php curl insecure connection option is skipped

2019-05-10 Thread surya chandrika via curl-library
I Ran the following -sh-4.2$ HOST=; echo | openssl s_client -servername $HOST -connect $HOST:443 2>/dev/null | openssl x509 -noout -checkhost $HOST unable to load certificate 139697300731712:error:0906D06C:PEM routines:PEM_read_bio:no start line:crypto/pem/pem_lib.c:691:Expecting: TRUSTED