Redirect loop on application 4550
Hi all.
Oracle XE 11g
Apex 4.1 which was upgraded from 4.0 long ago.
Win 7
I've changed the "Require HTTPS attribute" to Yes on the Security Settings page in Oracle Application Express Administration Services (http://127.0.0.1:8080/apex/apex_admin), and after applying the change, going to the DEV or administration pages (http://127.0.0.1:8080/apex, http://127.0.0.1:8080/apex/apex_admin respectively), results in a redirection to http://localhost:8080/apex/f?p=4550:10:<sessionID>::::: or http://localhost:8080/apex/f?p=4550:1:<sessionID>::::: (again, respectively), and a redirect loop error.
When going to http://127.0.0.1:8080, the browser redirects to http://127.0.0.1:8080/apex/f?p=4950:1, and gets the old-known "Application not found" error (which is OK, I guess - the error, not the redirect address).
And the most strange thing - when going to the app I developed directly (http://127.0.0.1:8080/apex/f?p=<appID>:1:<sessionID>:::::), it works OK (no edit buttons, though, although I log in as admin).
As you might guessed by now, the App is very important to me, and I don't want to lose it.
Can anyone please help? this is very urgent!
Thank you!