Hey i try to get header information of url ,
when i use the protocol http it's work fine , but when i use https it's not working
the url : https://200.35.78.130/
Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in
Warning: get_headers(): Failed to enable crypto in
Warning: get_headers(https://200.35.78.130/): failed to open stream: operation failed in /
this is my code
print_r(get_headers("https://200.35.78.130/", 1));