I installed a fresh copy of wordpress and just install jetpack. But this particular error message showing every time.
Your website needs to be publicly accessible to use Jetpack: site_inaccessible
Error Details: The Jetpack server was unable to communicate with your site [HTTP 403]. Ask your web host if they allow connections from WordPress.com. If you need further assistance, contact Jetpack Support: https://jetpack.me/support/
And also I correct this issue
if ( defined( ‘XMLRPC_REQUEST’ ) )
ini_set( ‘display_errors’, 0 );
this code should be kept in the comments. After adding the comments the code should look like the below..
/**
if ( defined( ‘XMLRPC_REQUEST’ ) )
ini_set( ‘display_errors’, 0 );
*/
and set the permissions for htaccess and xmlrpc.php to 777. But after this the error comes shown bellow…
Error
Your website needs to be publicly accessible to use Jetpack: site_inaccessible
Error Details: The Jetpack server was unable to communicate with your site [HTTP 404]. Ask your web host if they allow connections from WordPress.com. If you need further assistance, contact Jetpack Support: https://jetpack.me/support/
And also my https://www.panchayudha.com/xmlrpc.php not working properly
Please help me.!