ssl - Can not log in to Drupal 7 admin after changing to HTTPS. Access Denied and cookie not set -


i can no longer log drupal 7's admin area after adding ssl certificate , forcing https in url.

the website served via http protocol , worked fine. mention if revert http mode, site work expected. however, trying implement https.

additionally, while logging in, have noticed cookie response sent server deleted leading access denied message.

so far, after going through mixed response in internet, have played around session.cookie, $base_url , $cookie_domain variables within settings.php file. haven't found solution yet.

has bumped problem? response highly appreciated.

disable in .httaccess rewritecond %{https} off [or] rewritecond %{http_host} ^www\.example\.com* rewriterule ^(.*)$ https://example.com/$1 [l,r=301] 

Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -