403 error during the test connection
-
Plugin don’t working. Autopost requested but don’t create posts in social networks.
Connection test log:Testting... cURL (SSL/HTTPS Connections) SNAP Ver: 4.0.2 API: 4.0.18 [ID:18426] | SNAP Helper Ver: 1.4.4 Deflate - Yes Getting IP... Your Server IP: ---------- --== Test Requested ... https://www.nextscripts.com/ Testing ... https://www.nextscripts.com/ - https://www.nextscripts.com/ ....HTTPS to NXS - Problem Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. Array ( [url] => https://www.nextscripts.com/ [content_type] => text/html; charset=iso-8859-1 [http_code] => 403 [header_size] => 213 [request_size] => 180 [filetime] => -1 [ssl_verify_result] => 0 [redirect_count] => 0 [total_time] => 0.707955 [namelookup_time] => 3.7E-5 [connect_time] => 0.15873 [pretransfer_time] => 0.541692 [size_upload] => 0 [size_download] => 328 [speed_download] => 328 [speed_upload] => 0 [download_content_length] => 328 [upload_content_length] => -1 [starttransfer_time] => 0.707908 [redirect_time] => 0 [redirect_url] => [primary_ip] => 107.178.106.136 [certinfo] => Array ( ) [primary_port] => 443 [local_ip] => -------------- [local_port] => 48853 ) There is a problem with cURL. You need to contact your server admin or hosting provider. Here is the PHP code to reproduce the problem: <?php $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://www.nextscripts.com/"); curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 10); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10); $response = curl_exec($ch); $errmsg = curl_error($ch); $cInfo = curl_getinfo($ch); curl_close($ch); print_r($errmsg); print_r($cInfo); print_r($response); ?> --== Test Requested ... http://www.google.com/intl/en/contact/ Testing ... http://www.google.com/intl/en/contact/ - http://www.google.com/intl/en/contact/ ....HTTP to Google - OK --== Test Requested ... https://www.google.com/intl/en/contact/ Testing ... https://www.google.com/intl/en/contact/ - https://www.google.com/intl/en/contact/ ....HTTPS to Google - OK --== Test Requested ... https://www.facebook.com/ Testing ... https://www.facebook.com/ - https://www.facebook.com/ ....HTTPS to Facebook - OK --== Test Requested ... https://graph.facebook.com/ Testing ... https://graph.facebook.com/ - https://graph.facebook.com/ ....HTTPS to API (Graph) Facebook - OK --== Test Requested ... https://www.linkedin.com/nhome/ Testing ... https://www.linkedin.com/nhome/ - https://www.linkedin.com/nhome/ ....HTTPS to LinkedIn - OK --== Test Requested ... https://twitter.com/ Testing ... https://twitter.com/ - https://twitter.com/ ....HTTPS to Twitter - OK --== Test Requested ... https://www.pinterest.com/ Testing ... https://www.pinterest.com/ - https://www.pinterest.com/ ....HTTPS to Pinterest - OK --== Test Requested ... https://www.livejournal.com/login.bml Testing ... https://www.livejournal.com/login.bml - https://www.livejournal.com/login.bml ....HTTPS to LiveJournal - OK Done
The topic ‘403 error during the test connection’ is closed to new replies.