Question about HTTPS images

derrickhand300
@derrickhand300
7 years ago
1,353 posts
Even though i have moved my site to https- In the browser error console i am still seeing warnings that my images are not https...( even though they will display fine if you add the "https" to the url in place of the 'http")
I was wondering if template injection module could be used to make all http into https?
Or is there a way to achieve what i am wanting?
My images have been uploaded in Site Builder modules..so I am thinking right now the
{!jamroom}/....
is not actually being placed in the url...
My image urls seem to be displayed like this
http://roughneckcity.com/upimg/image/upimg_file/148/320
Thank you
updated by @derrickhand300: 08/21/17 11:01:01PM
douglas
@douglas
7 years ago
2,790 posts
In your ACP > Users > Users > Global Config > Site Settings, check the Create SSL URL checkbox and save your settings, then reset your caches.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
derrickhand300
@derrickhand300
7 years ago
1,353 posts
Thank you Douglas-That works...another issue is my RSS feeds no longer work since switching to HTTS- do you have any advice for that?
derrickhand300
@derrickhand300
7 years ago
1,353 posts
Getting this error on both http and https...which had been working previously
"module has not registered for RSS Feed support"
douglas
@douglas
7 years ago
2,790 posts
Are you running the jrCore 6.1.0b2 version or are you still on 6.0.7?

Is your Feed module up to date?

I'm not seeing an issue with RSS Feeds on my SSL enabled dev site, could be already fixed.

What is the URL you are using for the RSS Feed?

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
michael
@michael
7 years ago
7,715 posts
derrickhand300:
Getting this error on both http and https...which had been working previously
"module has not registered for RSS Feed support"

This was an adjustment in the jrFeed module. It was setup to feed any module that had a datastore. It turned out that it was feeding private tickets, which is undesirable. So from 1.2.1 of the "RSS Feed and Reader" module:
https://www.jamroom.net/the-jamroom-network/networkmarket/72/rss-feed-and-reader?expanded_changelog=1
Quote:
RSS Feed Reader module changelog

Version 1.2.1:
- Change: Modules must now register the "feed_support" module feature to allow module RSS Feeds

Version 1.2.0:
........

so in your modules _init() function found in its include.php file register for support. The blog module does it like this
    // We want RSS feeds
    jrCore_register_module_feature('jrFeed', 'feed_support', 'jrBlog', 'enabled');

replicate for whatever your module is named.
derrickhand300
@derrickhand300
7 years ago
1,353 posts
douglas:
Are you running the jrCore 6.1.0b2 version or are you still on 6.0.7?

Is your Feed module up to date?

I'm not seeing an issue with RSS Feeds on my SSL enabled dev site, could be already fixed.

What is the URL you are using for the RSS Feed?

Thanks!

Thank you Brian-I am running the latest versions
derrickhand300
@derrickhand300
7 years ago
1,353 posts
michael:
derrickhand300:
Getting this error on both http and https...which had been working previously
"module has not registered for RSS Feed support"

This was an adjustment in the jrFeed module. It was setup to feed any module that had a datastore. It turned out that it was feeding private tickets, which is undesirable. So from 1.2.1 of the "RSS Feed and Reader" module:
https://www.jamroom.net/the-jamroom-network/networkmarket/72/rss-feed-and-reader?expanded_changelog=1
Quote:
RSS Feed Reader module changelog

Version 1.2.1:
- Change: Modules must now register the "feed_support" module feature to allow module RSS Feeds

Version 1.2.0:
........

so in your modules _init() function found in its include.php file register for support. The blog module does it like this
    // We want RSS feeds
    jrCore_register_module_feature('jrFeed', 'feed_support', 'jrBlog', 'enabled');

replicate for whatever your module is named.

Thanks Michael- i will try and see if this fixes it
derrickhand300
@derrickhand300
7 years ago
1,353 posts
Thanks- i got everything looking good now thanks to all your help
I should note that I was able to use the TEMPLATE INJECTION module to fix some issues where I was using thrid party stuff like RSS readers
added http://|https://
and that fixed it up- so far does not seem to be negative consquences or repercussions :)
michael
@michael
7 years ago
7,715 posts
excellent thinking! :)
derrickhand300
@derrickhand300
7 years ago
1,353 posts
derrickhand300:
douglas:
Are you running the jrCore 6.1.0b2 version or are you still on 6.0.7?

Is your Feed module up to date?

I'm not seeing an issue with RSS Feeds on my SSL enabled dev site, could be already fixed.

What is the URL you are using for the RSS Feed?

Thanks!

Thank you Brian-I am running the latest versions

Thanks brian- could you add this in a widget on your SSL enabled site and see if it displays for you?
<script type="text/javascript" src="http://output71.rssinclude.com/output?type=js&amp;id=1058218&amp;hash=d07d4f775eaee3f586c5cf48c9f4a78b"></script>

On mine its no longer displaying- but in the past has worked for years-
If you have time to check it out I thank you!
derrickhand300
@derrickhand300
7 years ago
1,353 posts
All the Feed Validators i try say this looks like a website and not a feed? I am wondering if the issue is I now need to "Register" the module as Michael described above?
Here is the feed i am using

https://roughneckcity.com/feed/oilfieldnews/
derrickhand300
@derrickhand300
7 years ago
1,353 posts
here is whewre I added what Michael suggested above- but it didnt make the feeds work
function jrFeed_init(){
   // We want RSS feeds
    jrCore_register_module_feature('jrFeed', 'feed_support', 'xxoilfieldnews', 'enabled');
    // Register jrFeed tools
    jrCore_register_module_feature('jrCore', 'tool_view', 'jrFeed', 'create', array('Create / Update', 'Pull an RSS feed into this site / Update an existing feed'));

    // We provide an event listener for modules to generate an RSS feed
    jrCore_register_event_trigger('jrFeed', 'create_rss_feed', 'Fired in feeder view to get RSS data');

    // Site Builder widget
    jrCore_register_module_feature('jrSiteBuilder', 'widget', 'jrFeed', 'widget_rss', 'RSS Feed');

    return true;
}
SteveX
SteveX
@ultrajam
7 years ago
2,584 posts
You need to put that into your module init function, not into the jrFeed module init function.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
derrickhand300
@derrickhand300
7 years ago
1,353 posts
SteveX:
You need to put that into your module init function, not into the jrFeed module init function.

sorry I am confused- in my xxoilfieldnews module?
updated by @derrickhand300: 05/20/17 06:24:43AM
SteveX
SteveX
@ultrajam
7 years ago
2,584 posts
Yes, just like Michael says above.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
derrickhand300
@derrickhand300
7 years ago
1,353 posts
Thanks steve- I have added it in the xxoilfieldnews module but nothing has changed

/**
 * init
 */
function xxOilfieldNews_init(){

  // We want RSS feeds
    jrCore_register_module_feature('jrFeed', 'feed_support', 'xxoilfieldnews', 'enabled');
    // Allow admin to customize our forms
    jrCore_register_module_feature('jrCore', 'designer_form', 'xxOilfieldNews', 'create');
    jrCore_register_module_feature('jrCore', 'designer_form', 'xxOilfieldNews', 'update');

    // Core support
    jrCore_register_module_feature('jrCore', 'quota_support', 'xxOilfieldNews', 'on');
    jrCore_register_module_feature('jrCore', 'pending_support', 'xxOilfieldNews', 'on');
    jrCore_register_module_feature('jrCore', 'max_item_support', 'xxOilfieldNews', 'on');
    jrCore_register_module_feature('jrCore', 'action_support', 'xxOilfieldNews', 'create', 'item_action.tpl');
    jrCore_register_module_feature('jrCore', 'action_support', 'xxOilfieldNews', 'update', 'item_action.tpl');

    // We have fields that can be searched
    jrCore_register_module_feature('jrSearch', 'search_fields', 'xxOilfieldNews', 'oilfieldnews_title', 1);

    // Integrate with payment system
    jrCore_register_event_listener('jrFoxyCart', 'my_items_row', 'xxOilfieldNews_my_items_row_listener');
    jrCore_register_event_listener('jrFoxyCart', 'adding_item_to_purchase_history', 'xxOilfieldNews_adding_item_to_purchase_history_listener');
    jrCore_register_event_listener('jrFoxyCart', 'my_earnings_row', 'xxOilfieldNews_my_earnings_row_listener');

    // Profile Stats
    jrCore_register_module_feature('jrProfile', 'profile_stats', 'xxOilfieldNews', 'profile_xxOilfieldNews_item_count', 1);

    return true;
}
derrickhand300
@derrickhand300
7 years ago
1,353 posts
Well I take that back...something cached I guess...now if I post this in the browser
https://roughneckcity.com/feed/oilfieldnews/ I can see the xml data instead of the error message...still in a feed validator it does not validate
Its puzzling because I use RSS INCLUDE to display the feeds on my site and on the RSS INCLUDE webpage it displays perfectly-but when I embed the script on my site it displays nothing?

I just tried using the same embed script on a wordpress site and it displays as expected.. ( the wordpress site is not https)
updated by @derrickhand300: 05/22/17 07:03:40AM
derrickhand300
@derrickhand300
7 years ago
1,353 posts
Its something to do with the RSS INCLUDE script not being secure...from the browser error console
Failed to load resource: net::ERR_INSECURE_RESPONSE
https://output23.rssinclude.com/output?type=js&id=998791&hash=ded11523c8abb41c0316d4b5d04aeaae
I have never been able to get a response fron their support so i will keep working on it
Thanks
SteveX
SteveX
@ultrajam
7 years ago
2,584 posts
That isn't a https site. Remove the "s" and the browser will connect, but with https Firefox says:
[quote]Your connection is not secure
The owner of output23.rssinclude.com has configured their web site improperly. To protect your information from being stolen, Firefox has not connected to this web site.[quote]


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
derrickhand300
@derrickhand300
7 years ago
1,353 posts
[quote="SteveX"]
That isn't a https site. Remove the "s" and the browser will connect, but with https Firefox says:
[quote]Your connection is not secure
The owner of output23.rssinclude.com has configured their web site improperly. To protect your information from being stolen, Firefox has not connected to this web site.[quote]
[/quote]

Thanks Steve I appreciate the help man...Im waiting on a reply from RSS INCLUDE

Tags