I am trying to access a php script from my other site to my new site and I Am getting this error:
Warning: require_once(): SSL operation failed with code 1. OpenSSL Error messages: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure in /home/newsite/public_html/abc.php on line 3
Warning: require_once(): Failed to enable crypto in /home/newsite/public_html/abc.php on line 3
Warning: require_once(https://www.example.com/abc/abc.xyz.php): failed to open stream: operation failed in /home/newsite/public_html/abc.php on line 3
Fatal error: require_once(): Failed opening required 'https://www.example.com/abc/abc.xyz.php' (include_path='.:/usr/local/lib/php') in /home/newsite/public_html/abc.php on line 3
I just bought rapid SSL as I thought this was SSL issue and SSL is activated now but I still get same error.