https ?

Get help with installation and running phpBB 3.2.x here. Please do not post bug reports, feature requests, or extension related questions here.
exxos
Registered User
Posts: 124
Joined: Fri Sep 10, 2010 12:37 pm

https ?

Post by exxos »

My domain uses SSL, and any page visited with https shows "secure". However, when I use https for the phpbb domain, it flashes up secure for a second then doesn't seem to be actually secure.

I see the forum here is https and shows secure, so not sure why my phpbb forum isn't secure when the rest of my site is ?

I have read about the cookie settings, and cookies seem to work fine, so no idea what the problem is ?
sakm
Registered User
Posts: 713
Joined: Sun Jan 21, 2007 8:14 pm
Location: Hull, uk
Name: Stu
Contact:

Re: https ?

Post by sakm »

Probably mixed content from non https sources like images
exxos
Registered User
Posts: 124
Joined: Fri Sep 10, 2010 12:37 pm

Re: https ?

Post by exxos »

sakm wrote: Thu Aug 17, 2017 9:57 pm Probably mixed content from non https sources like images
hmmm, unless the forum itself is downloading images outside of my server, I hardly have any posts, but some do have images, but are on the server as uploaded into posts... not sure if that would matter or not ?
sakm
Registered User
Posts: 713
Joined: Sun Jan 21, 2007 8:14 pm
Location: Hull, uk
Name: Stu
Contact:

Re: https ?

Post by sakm »

Link to your board will help
exxos
Registered User
Posts: 124
Joined: Fri Sep 10, 2010 12:37 pm

Re: https ?

Post by exxos »

https://www.exxoshost.co.uk/phpBB3/index.php

Another part of my site uses SSL because of my webstore and that shows as secure. Though it was a year ago when I set that up and can't for the life of me see anything to trigger SSL on my store pages in apache config.

For example
https://www.exxoshost.co.uk/atari/last/

Shows as secure.
User avatar
RMcGirr83
Former Team Member
Posts: 22016
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: https ?

Post by RMcGirr83 »

Your forum is showing as secure for me
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
exxos
Registered User
Posts: 124
Joined: Fri Sep 10, 2010 12:37 pm

Re: https ?

Post by exxos »

RMcGirr83 wrote: Fri Aug 18, 2017 10:05 am Your forum is showing as secure for me
Don't get that...

On this forum I see..
The attachment 2.PNG is no longer available
On my forum I see..
Capture.PNG
Capture.PNG (2.02 KiB) Viewed 721 times
It does flash up as secure for a second but vanishes.

Though other parts of my site show as secure so no idea whats going on :(
Attachments
2.PNG
2.PNG (1.78 KiB) Viewed 721 times
Last edited by exxos on Fri Aug 18, 2017 10:15 am, edited 2 times in total.
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 5885
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.
Contact:

Re: https ?

Post by thecoalman »

Atari! I love it, had one in the 70's. Try refreshing the page, hold ctrl and hit f5. This forces the browser to clar the entire cache and load the whole page. It's the very first thing I do when something is wrong.

I clicked a few pages and everyone shows green lock, I'm using latest FF. Link to specific page where green lock is not showing. When you are not getting a green lock:

Right click page >> Inspect Element (this assumes FF, it may be different or unavailable on your browser)

This opens the developer console, switch to the network tab. This will list all the assets the page is loading and if they are secure or not. You can also select view page source, search for http://

-----------------------

Switching to https only affects the links generated by phpBB, it does not change the post content. So if you used this somewhere:

Code: Select all

[img]http://exmple.com/example.jpg[/img]
It's still pointing to unsecured asset. Note, the inline links for images uploaded where you have used "place inlne" should not be affected by this AFAIK.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 5885
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.
Contact:

Re: https ?

Post by thecoalman »

exxos wrote: Fri Aug 18, 2017 10:09 am On my forum I see..
Capture.PNG

It does flash up as secure for a second but vanishes.

Though other parts of my site show as secure so no idea whats going on :(
Is that an ?s after index.php as in ?sid ?

If so is that showing up every page? If so this is cookie issue.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
exxos
Registered User
Posts: 124
Joined: Fri Sep 10, 2010 12:37 pm

Re: https ?

Post by exxos »

I tried to edit my posted image on here and its just gone a bit funny..

Anyway, I get..
Capture.PNG
Capture.PNG (3.28 KiB) Viewed 721 times
Though I have tried Opera as I clear the whole thing on exit automatically. and that moans about not secure site as well. Though it all works fine on other parts of my site.
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 5885
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.
Contact:

Re: https ?

Post by thecoalman »

is that ?sid showing up every page you click on the forum?
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
exxos
Registered User
Posts: 124
Joined: Fri Sep 10, 2010 12:37 pm

Re: https ?

Post by exxos »

thecoalman wrote: Fri Aug 18, 2017 10:20 am is that ?sid showing up every page you click on the forum?
only seems to show up when i log in or out.
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 5885
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.
Contact:

Re: https ?

Post by thecoalman »

There is also two backslashes before phpBB, in the ACP check the script path. It should be:

Code: Select all

/phpbb
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 5885
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.
Contact:

Re: https ?

Post by thecoalman »

exxos wrote: Fri Aug 18, 2017 10:21 am only seems to show up when i log in or out.
When you are logged in Is it showing up on every page?
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
exxos
Registered User
Posts: 124
Joined: Fri Sep 10, 2010 12:37 pm

Re: https ?

Post by exxos »

thecoalman wrote: Fri Aug 18, 2017 10:24 am There is also two backslashes before phpBB, in the ACP check the script path. It should be:

Code: Select all

/phpbb
that was just a typo in the url.. its not actually there.. ignore it..
Post Reply

Return to “[3.2.x] Support Forum”