Running Site via HTTP & HTTPS - SSL

Thomas P

Member
Hello XF Community,

we are about to prepare our migration from vB3 to XF, we installed XF1.0 in our testbed.

When using HTTP everything works fine, but when I switch to SSL'ed HTTPS by changing the URL in the address bar XF jumps from HTTPS to HTTP and back again on different locations (forum home, thread etc.).

When looking at the code I find both, which is quite odd:
Code:
        <span class="crumbs">                              <span class="crust" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">                     <a href="[URL='http://xenforo.com/community/view-source:http://xf.mcseboard.de/']http://xf.mcseboard.de[/URL]" class="crumb" rel="up" itemprop="url"><span itemprop="title">Home</span></a>                     <span class="arrow"><span></span></span>                 </span>                                                        <span class="crust" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
                    <a href="[URL='http://xenforo.com/community/view-source:https://xf.mcseboard.de/']https://xf.mcseboard.de/[/URL]" class="crumb" rel="up" itemprop="url"><span itemprop="title">Forums</span></a>                     <span class="arrow"><span>&gt;</span></span>                 </span>

Is there anything I'm missing?

Thanks,
Tom
 
Maybe I should explain what my goals is: We have a SSL certificate, so users can browse our site via HTTP or HTTPS.
Typically Mods & Admins use our site via SSL as well users who use a public WLAN. Others use plain HTTP.
We don't do switching from HTTP to HTTPS or vice versa.

Our vB is fine with that, but XenForo seems to behave different and jumps from HTTPS to HTTP - Why?
 
Most links are relative. But some links use the Board URL and Home Page URL:

Admin CP -> Home -> Options -> Basic Board Information

So that is where there is potential for switching.
 
Hi Jake,

thanks, afaik I can switch completely to HTTPS - we don't really need and want that.

If only most links are relative: Is that something what could be fixed in the future? I hope so...

Thanks
 
Top Bottom