Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to host it on HTTPS #61

Closed
Vsofttech opened this issue Dec 9, 2016 · 4 comments
Closed

how to host it on HTTPS #61

Vsofttech opened this issue Dec 9, 2016 · 4 comments

Comments

@Vsofttech
Copy link

how to host it on HTTPS?? Any idea..

@carltonstith
Copy link

$("#rss-feeds").rss( "http://feeds.feedburner.com/premiumpixels", { // will request the API via https // default: false // valid values: false, true ssl: true })

@sdepold
Copy link
Owner

sdepold commented Jan 13, 2017

I recently made feedrapp.info properly reachable via HTTPs. For this I created a (free) cloudflare account, added the URL to it, enabled HTTPs, pointed the respective NS DNS records of my provider to cloudflare and the CNAME records of cloudflare to heroku. I could add those steps to the readme if you want to.

@Meacho
Copy link

Meacho commented Apr 18, 2017

@Vsofttech If you open the jquery.rss.js file under the
this.options = $.extend({
it will say ssl: false, change this to say ssl: true,

@ghost
Copy link

ghost commented Apr 29, 2020

@Vsofttech If you open the jquery.rss.js file under the
this.options = $.extend({
it will say ssl: false, change this to say ssl: true,

I did just that and it worked, thank you

@sdepold sdepold closed this as completed Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants