Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
3896 posts
|
Hi Raven,
I'll investigate that! All I know at the moment is that my hosts Service Status page warns me that all the old "Compila" hosting customers will need to change the nameservers within the next month: https://help.tsohost.com/status/report/9211 It's not working as I expect, but that may be related to the subdomain settings I mention in my previous post. Currently, if I enter: https://www.gregafloat.org.uk/blog/index.html I just get the Nabble link to the forum as do all those who embed their forum in an https page. If I enter https://blog.gregafloat.org.uk/ I get an un-embedded blog I strongly suspect I need to make changes in my subdomain settings before this will work. I'll await your guidance after you read my previous post.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
18 posts
|
In reply to this post by Raven<Nabble>
Raven, thank you! I've updated the embed code with the https, but the forum is still not showing. I even cleared my cache and refreshed the page countless times, and still nothing. I do not want to click "This page is trying to load scripts from unauthenticated sources" because I am pretending to be a visitor to the site.
Does the fact that "forum" is not in the embed code, the one I set up the CNAME, have anything to do with this? If so, what should the correct embed code be? thank you, Bree |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
199 posts
|
Sorry I think you're right. Try this: <a id="nabblelink" href="https://forum.njboxers.com/">Ask your BARF Question Here</a> <script src="https://forum.njboxers.com/embed/f1"></script> |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
18 posts
|
Ugghhhhh, still not working. I checked it in 4 different browsers as a "visitor"! Nothing!
I'm open to any suggestions Raven! thanks, Bree |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
199 posts
|
I'm not sure what the problem was. But I enabled and re-enabled https on our end and it appears to be working now. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
199 posts
|
In reply to this post by GregChapman
GregChapman:
Try changing your embedding code for gregafloat to: <a id="nabblelink" href="https://blog.gregafloat.org.uk/">Greg Afloat</a> <script src="https://blog.gregafloat.org.uk/embed/f1641154"></script> https is enabled on aivuk. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
18 posts
|
In reply to this post by Raven<Nabble>
Yes, I just checked it and it's working perfect now!
https://www.njboxers.com/ask-barf-question.html Thank you so much for all your help Raven! This just made my day! ![]() Bree |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
3896 posts
|
In reply to this post by Raven<Nabble>
That is now working! Many thanks! Finally got that working too! Be warned these two were "experiments"! You can expect a number of further requests for https in the coming week! :-) (As a BTW to others: Working under https has thrown up a number of other issues I hadn't foreseen (e,g, My google fonts stopped working as the line in my code: <link href="http://fonts.googleapis.com/css?family=Felipa" rel="stylesheet" type="text/css">also needed to have an "s" added to the http. Similarly with a page that that loaded into an iframe tag.)
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
553 posts
|
WAIT! Tell me more about the iframe? I have hundreds of those. Well, maybe 10's.
Do we want to do this offline?
I'm not Nabble support, but have Nabble running on my Weebly website: http://www.garysgaragemahal.com/
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
3896 posts
|
No need! It's simple enough in concept. What I discovered, and perhaps I should have foreseen this, was because all the links within the site are relative to the existing page (i.e. the code says: href="thisfolder/thatfile.html"NOT absolute: href="http://mydomain/thisfolder/thatfile.html"then once you access a page using https then all the following pages will be processed using https and just as with Nabble when it runs embedded within an https page if the contents of an iframe like this: <iframe src="http://www.gregchap....Then nothing appears within the iframe until you add an s to the http The homepage at http://www.gregafloat.org.uk includes a image that changes every day. I probably coded it some 20 years ago before I learnt better ways to do it. It includes an iframe to load a page now linked with a src="https// link. Now you can also load it as https://www.gregafloat.org.uk or without ssl and the image of the day still appears!
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
553 posts
|
I'm lost. As I think about it, the vast majority of my iframes, if not all, are from somewhere else, like my One Drive, so that won't change.
But, what about permalinks? Are all of the old ones, like http://forum.garysgaragemahal.com/Dad-s-Truck-Build-tp7104p24989.html, going to fail since they don't have the "s"?
I'm not Nabble support, but have Nabble running on my Weebly website: http://www.garysgaragemahal.com/
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
3896 posts
|
I'll try to make time to put some documentation/explanation on GregHelp next week, but the short answer is that an internal forum link should become https as part of what Nabble does and work just fine while embedded in your own https enabled web site.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
553 posts
|
The documentation would be very helpful. But, are you saying that old internal links will still work?
And, what about the hundreds of links I've shared elsewhere, like Facebook? They'll 404?
I'm not Nabble support, but have Nabble running on my Weebly website: http://www.garysgaragemahal.com/
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
3896 posts
|
All relative links will continue to work. The address of the page requested hasn't changed. The difference with https is that the browser requests that the page is sent to it in encrypted form. As far as I am aware all Nabble's internal links are relative. It is not good practice to use absolute addresses for internal links as they force the browser to check a domain name server to obtain the IP address to use to hunt down where the file is located, which generates additional internet traffic and slows down display of the page requested. They will work because the address will be correct, but without the "https" the request for the page does not require that it is transmitted to the browser in encrypted form, so they won't show the "padlock" symbol that indicates that the page was delivered in encrypted form. However, in many cases the server receiving an "http" request will be set to serve all requests in encrypted form and the receiving browser will show it with an "https" in the address bar and a padlock symbol. You will probably find that Weebly does that.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
553 posts
|
As Speedy on the Alka-Seltzer adverts used to say, oh what a relief it is! But you probably wouldn't have seen those.
Anyway, thanks! Let me know how this goes. I have to do it some day. I think.
I'm not Nabble support, but have Nabble running on my Weebly website: http://www.garysgaragemahal.com/
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
3896 posts
|
Glad it's a relief!
My family didn't have a TV in the house until my grandmother moved in, in 1964. At that time I spent term time at a boarding school where there was no TV - and when at home most of what I watched came from the BBC, where there were no adverts! Life was so simple then! I must try to stay on topic! ![]()
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
553 posts
|
Sounds like a simple life. Britain at its best? Wanna go back?
![]()
I'm not Nabble support, but have Nabble running on my Weebly website: http://www.garysgaragemahal.com/
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
14 posts
|
In reply to this post by GregChapman
Requesting HTTPS update please!
https://www.elementaryvalue.com/valueinvestingforum.html Regards, David |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
3896 posts
|
Hi David19
You'll need to provide the name of the subforum you have created to host your forum. It's also good practice to provide the forum URL as well.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
14 posts
|
Hi Greg,
Thanks for your reply. I'm a complete imbecile when it comes to computers so please humour me whilst I struggle through this. Thus far I have edited my DNS records and added a CNAME with 'https:elementaryvalue.com/valueinvestingforum/html' as the host. I have then pointed this to n8.nabble.com I have then posted this code in my HTML box on the forum page of my weebly site Elementary Value <script src="http://elementary-value.54354.n8.nabble.com/embed/f1"></script> Edit: ^ In this script I have written https: but for some reason it shows up as http: when I made my post. I assume this is because the change hasn't been made on your end. I don't know. I assume that the forum url is; https://elementary-value.54354.n8.nabble.com/ or this; https://www.elementaryvalue.com/valueinvestingforum.html I'm not sure what else I need to do here as I don't even know what half of this means. What else do I need to do? Thanks for your patience in this matter. Regards, David |
Free forum by Nabble | Edit this page |