Title: Plugin Broke after focing HTTPS
Last modified: August 30, 2016

---

# Plugin Broke after focing HTTPS

 *  [nathang21](https://wordpress.org/support/users/nathang21/)
 * (@nathang21)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-broke-after-focing-https/)
 * The plugin was working great, however after adding the following to my .htacess
   file after purchasing a certifiate and setting up SSL, it throws the following
   error:
 * .htaccess:
 *     ```
       RewriteCond %{ENV:HTTPS} !on
       RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=302,L]
       ```
   
 * Error:
 *     ```
       Fatal error: Uncaught exception 'OneLogin_Saml2_Error' with message 'SAML Response not found, Only supported HTTP_POST Binding' in /srv/users/serverpilot/apps/inspiromarketplace/public/wp-content/plugins/onelogin-saml-sso/php/lib/Saml2/Auth.php:115 Stack trace: #0 /srv/users/serverpilot/apps/inspiromarketplace/public/wp-content/plugins/onelogin-saml-sso/php/functions.php(87): OneLogin_Saml2_Auth->processResponse() #1 /srv/users/serverpilot/apps/inspiromarketplace/public/wp-content/plugins/onelogin-saml-sso/php/functions.php(11): saml_acs() #2 [internal function]: saml_checker('') #3 /srv/users/serverpilot/apps/inspiromarketplace/public/wp-includes/plugin.php(496): call_user_func_array('saml_checker', Array) #4 /srv/users/serverpilot/apps/inspiromarketplace/public/wp-settings.php(353): do_action('init') #5 /srv/users/serverpilot/apps/inspiromarketplace/public/wp-config.php(29): require_once('/srv/users/serv...') #6 /srv/users/serverpilot/apps/inspiromarketplace/public/wp-load.php(37): require_once('/srv/users/serv...') #7 in /srv/users/serverpilot/apps/inspiromarketplace/public/wp-content/plugins/onelogin-saml-sso/php/lib/Saml2/Auth.php on line 115
       ```
   
 * [https://wordpress.org/plugins/onelogin-saml-sso/](https://wordpress.org/plugins/onelogin-saml-sso/)

The topic ‘Plugin Broke after focing HTTPS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/onelogin-saml-sso.svg)
 * [OneLogin SAML SSO](https://wordpress.org/plugins/onelogin-saml-sso/)
 * [Support Threads](https://wordpress.org/support/plugin/onelogin-saml-sso/)
 * [Active Topics](https://wordpress.org/support/plugin/onelogin-saml-sso/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/onelogin-saml-sso/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/onelogin-saml-sso/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)
 * [SSO](https://wordpress.org/support/topic-tag/sso/)

 * 0 replies
 * 1 participant
 * Last reply from: [nathang21](https://wordpress.org/support/users/nathang21/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-broke-after-focing-https/)
 * Status: not resolved