MyBB Community Forums

Full Version: SSL login redirect problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
My site is setup to use SSL on Apache

If I use the login next to" Hello There, Guest! (Login — Register)" it redirects correctly to the domain with "https://" however if I login using username and password form the main page it redirects me only to "http://" not "https://"

Any ideas how to fix this, I'm trying to switch from "PHPBB" to "MYBB" and I know my users will not like this they are not technical, and wont get how to login to the new site.

Also, don't know what I did now, when I login using login under Hello There, Guest! (Login — Register)" it now redirects me to "https://mydomain/mybb/https://mydomain/mybb/index.php"
What is your board URL set to?
When I installed MyBB is was set to "https://mydomain.org:443/mybb" that did not work at all I changed it to "https://mydomain.org/mybb" this is how it is set now with the current issues.
After doing some more testing I found that using the "portal.php" give slightly different results.

If using the on-the-page "username" and "password" option it works fine, unlike the one displayed on the "index.php" page "guest" get offered. I still get the double url redirect problem if I use the login from "Hello There, Guest! (Login — Register)" "https://mydomain.org/mybb/https://mydomain.org/mybb/portal.php"

Does it work without the https? The SSL may be causing the problem.
Don't know, my host blocks port 80.


(2010-08-08, 04:14 PM)Polarbear541 Wrote: [ -> ]Does it work without the https? The SSL may be causing the problem.

PM sent.
Why does your host block port 80? It's the standard way to access a website. Very Strange if you ask me and probably better to switch.

I'll have a look at the details you've sent me.
(2010-08-08, 06:10 PM)Polarbear541 Wrote: [ -> ]Why does your host block port 80? It's the standard way to access a website. Very Strange if you ask me and probably better to switch.

I'll have a look at the details you've sent me.

That would be my ISP, they don't like people to run servers. This site is for my friends and family to talk and share with each other, I run a proxy, chat, web gallery and phpbb, trying to get mybb to replace phpbb, as everyone wants an easy to use calendar.

I think my firewall blocked you, as I have quite a few domains blocked, because of constant break-in attempts, if you could try again please.

Thanks.
I think it's to do with the way member.php redirects after login...
I've never come across someone who's had this problem before so bear with me...
No problem, thanks for the support, and quick reply.

How about an .htaccess redirect from http to https?
Pages: 1 2