You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is an old Alfresco or Tomcat behind, they may reply with "Location: http:// ..." redirects that confuse browsers.
I use rspirep ^Location:\ http:(.*) Location:\ https:\1 as a workaround.
If there is an old Alfresco or Tomcat behind, they may reply with "Location: http:// ..." redirects that confuse browsers.
I use
rspirep ^Location:\ http:(.*) Location:\ https:\1
as a workaround.