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
- The topic ‘Plugin Broke after focing HTTPS’ is closed to new replies.