Title: Server error on SSL site
Last modified: August 31, 2016

---

# Server error on SSL site

 *  [Bilal Naseer](https://wordpress.org/support/users/bilalnaseer/)
 * (@bilalnaseer)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/server-error-on-ssl-site/)
 * After authentication of wordpress.com my site is showing server error which is“
   Internal Server Error”, I have also added following code in wp-config.php file:
 * define( ‘JETPACK_SIGNATURE__HTTPS_PORT’, 80 );
 * My website URL is [https://websensepro.com](https://websensepro.com)
 * Please suggest something to resolve the issue.
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 2 months ago](https://wordpress.org/support/topic/server-error-on-ssl-site/#post-7446887)
 * Could you try to increase the amount of memory allocated to PHP on your site,
   as explained here:
    [https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP](https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP)
 * If that doesn’t help, Could you add the following to your site’s wp-config.php
   file?
 *     ```
       define('WP_DEBUG', true);
   
       if ( WP_DEBUG ) {
   
               @error_reporting( E_ALL );
               @ini_set( 'log_errors', true );
               @ini_set( 'log_errors_max_len', '0' );
   
               define( 'WP_DEBUG_LOG', true );
               define('WP_DEBUG_DISPLAY', false);
               define( 'CONCATENATE_SCRIPTS', false );
               define( 'SAVEQUERIES', true );
   
       }
       ```
   
 * Once you’ve done so, try connecting Jetpack to WordPress.com once again to trigger
   the error, and then check the `wp-content/debug.log` file for errors. You can
   paste the results here, and then replace `define('WP_DEBUG', true);` by `define('
   WP_DEBUG', false);` in the code above.
 * Thanks!
 *  Thread Starter [Bilal Naseer](https://wordpress.org/support/users/bilalnaseer/)
 * (@bilalnaseer)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/server-error-on-ssl-site/#post-7446930)
 * Hi Jeremy,
 * Increase memory fixed the issue but now I am getting different error when using
   Publicize to connect facebook and twitter Error code: -32601
 * Can you help with that also ?
 * Thanks!
 *  [arsdiabolica](https://wordpress.org/support/users/arsdiabolica/)
 * (@arsdiabolica)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/server-error-on-ssl-site/#post-7446932)
 * Having same issue as above – JetPack on SSL domain.
 * Have tried all options as listed above with no resolution.
 * wp-content/debug.log file is not being generated.
 * Please advise.
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 2 months ago](https://wordpress.org/support/topic/server-error-on-ssl-site/#post-7446933)
 * Can you both use Jetpack’s Debugger module to send us some more information about
   your site?
    1. Go to Plugins > Add New > Upload, and upload this little plugin to your site:
       
       [https://kraft.im/wp-content/lib/helpers/bkjpdebug.zip](https://kraft.im/wp-content/lib/helpers/bkjpdebug.zip)
    2. Navigate to Tools->Jetpack Debug
    3. Copy the results.
    4. Send them to us via this contact form:
        [http://jetpack.com/contact-support/](http://jetpack.com/contact-support/)
 * Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Server error on SSL site’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/server-error-on-ssl-site/#post-7446933)
 * Status: not resolved