Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
https implementation on Simple Press
Avatar
joon lee
Member
sp_UserOfflineSmall Offline
Feb 16, 2015 - 7:55 am

hello,

 

I just implemented https ssl on our site but our forum urls give warnings on the bar.

https://www.seoultouchup.com/forum

anyway I can remove the warning?

 

What happens if I change the database option- sfpermalink permalinks - sfoptions ?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Feb 16, 2015 - 9:27 am

we have many folks running over ssl with simple press...  but its more of a configuration of wp than sp...  wp has to tell us its over ssl...

see: 

https://make.wordpress.org/sup.....wordpress/

and yes, if you update wp to be ssl, you should make sure forum - integration - page and permalinks is updated too so it picks up on the ssl...

Avatar
joon lee
Member
sp_UserOfflineSmall Offline
Feb 16, 2015 - 11:56 pm

Thanks for the reply.

 

we've updated the database -  but browsers still give warnings inside the greenbar. It seems there's something with the image location. Can you please point me in the right direction? Perhaps an example site running over SSL? Or Is there a setting in Simple:Press where I need to tick off for SSL ?

Could you please take a look at our forum site and check why it still gives warnings? http://www.seoultouchup.com/forum

 

Thank you!

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Feb 17, 2015 - 12:03 am

sorry, I dont know what you mean by 'green bar'...  and what errors are you seeing?  I dont see any on your pages...  at least not visible...  

looking at the browser console I see some mixed content warnings regarding share this...   are you only using the simple press share this plugin (vice the wp one too)...  is this what you are referring to?

is that the only mixed content you see?  its possible share this is not detecting the https from wp and we have to manually cater for it...

but more info would help...

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Feb 17, 2015 - 12:16 am

If my hunch is correct... perhaps you can try this patch for me...  open up wp-content/sp-resources/forum-plugins/share-this/library/sp-share-this-components.php and around line 89, find this line:

        $script.= '<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>';

and change it to:

        $url = is_ssl() ? 'https://ws.sharethis.com/button/buttons.js' : 'http://w.sharethis.com/button/buttons.js';
        $script.= "<script type='text/javascript' src='$url'></script>";

and see if that helps....

Avatar
joon lee
Member
sp_UserOfflineSmall Offline
Feb 17, 2015 - 12:56 am

Thanks for the quick reply.

 

Yes that was the cuplrit. :) Can you please include this in your next update? We have disabled the plugin for now because we can't manually update this every time.

 

Appreciate your reply!

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Feb 17, 2015 - 1:01 am

dont disable... leave my fix in there... when you update to a new version with the fix, you wont even notice....

thanks for the confirmation...

Avatar
joon lee
Member
sp_UserOfflineSmall Offline
Feb 18, 2015 - 2:43 am

Hello !

Unfortunately, the fix wasn't the right solution because with "https" the share images don't show up :(

Maybe we can have other solutions?

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Feb 18, 2015 - 3:22 am

Sadly Mr Papa is away now for a while and he is both the Share This and the SSL 'go to' man. I can certainly see what I can do but it will probably mean that first I will need to set up an SSL test site so I am afraid I have no instant answers. But I will put it on my list for working...

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620