vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=263)
-   -   http to https vbulletin 5 (https://vborg.vbsupport.ru/showthread.php?t=326032)

blade00 01-28-2018 11:24 AM

http to https vbulletin 5
 
1 Attachment(s)
Hi everyone, I tried to switch to https my site but an error occours on the login box (see attached picture).
Do you know why I have this issue?

Thanks
Alessandro

Dave 01-28-2018 01:24 PM

You haven't changed all URL settings to its HTTPS varient yet in the AdminCP.

blade00 01-28-2018 03:35 PM

now I changed it again to http as the forum is blocked when I put https addresses...

In Omnibus 01-28-2018 04:02 PM

Quote:

Originally Posted by blade00 (Post 2592464)
now I changed it again to http as the forum is blocked when I put https addresses...

What do you mean by "blocked?"

It sounds like there is something wrong with your https certificate.

Seven Skins 01-28-2018 04:04 PM

This may help you: https://www.vbulletin.com/forum/arti...forum-to-https

blade00 01-28-2018 04:07 PM

@ Seven Skins - It's just the instruction I followed and doesn't work for me.
@ In Omnibus - I mean nobody can login anymore If I configure https

--------------- Added [DATE]1517163897[/DATE] at [TIME]1517163897[/TIME] ---------------

now I set back https, you can see how the login box appears on fiattipoclub .it

Seven Skins 01-28-2018 05:11 PM

Have you changed all three of these settings in adminCP?

vBulletin URL
Login URL
Core URL

And you may need to use .htacess to redirect http to https

blade00 01-28-2018 05:14 PM

Yes I changed the 3 urls and my hoster asks me to add to htaccess this:
Code:

RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]


Seven Skins 01-28-2018 05:24 PM

Try this

Code:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


blade00 01-28-2018 06:00 PM

Done, nothing change, thank you


All times are GMT. The time now is 10:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01186 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete