Tryouts with https

Everything about this website and its content. Here you will find update announcements or requests for feedback. Questions about layout, functionality, content, and your suggestions are welcome.
Locked
User avatar
Steven
Owner
Joined: 19 Aug 2002, 18:32
Location: Belgium
Contact:

Tryouts with https

Post

Hi all,

Since a short while, this site is also accessible via a secure HTTPS connection.
If you didn't know, this allows the data to and from this site to be encrypted, so that nobody in between you and the server and intercept what you are sending or receiving.

Currently, there is no redirect, so you can use whichever version you want.
:arrow: https://www.f1technical.net

Please share your thoughts, or if you encounter issues, warnings, whatever so these can be revolved.

User avatar
rscsr
51
Joined: 19 Feb 2012, 13:02
Location: Austria

Re: Tryouts with https

Post

Steven wrote:Hi all,

Since a short while, this site is also accessible via a secure HTTPS connection.
If you didn't know, this allows the data to and from this site to be encrypted, so that nobody in between you and the server and intercept what you are sending or receiving.

Currently, there is no redirect, so you can use whichever version you want.
:arrow: https://www.f1technical.net

Please share your thoughts, or if you encounter issues, warnings, whatever so these can be revolved.
I don't have ads when using https.

wesley123
204
Joined: 23 Feb 2008, 17:55

Re: Tryouts with https

Post

rscsr wrote: I don't have ads when using https.
You probably have http://f1technical.net whitelisted, and thus it would not apply to the https variant
"Bite my shiny metal ass" - Bender

User avatar
rscsr
51
Joined: 19 Feb 2012, 13:02
Location: Austria

Re: Tryouts with https

Post

wesley123 wrote:
rscsr wrote: I don't have ads when using https.
You probably have http://f1technical.net whitelisted, and thus it would not apply to the https variant
µblock was disabled. But suddenly ads are showing also on https for me (at least sometimes). So no problem anymore from my side.
edit: ok, I have found what caused this. Vivaldi seems to block "Content from unauthorized sources" automatically when using https. So it seems to be somewhat of an issue on Vivaldi.

User avatar
dans79
267
Joined: 03 Mar 2013, 19:33
Location: USA

Re: Tryouts with https

Post

Steven, are using one of the new free 90 day certificates?
197 104 103 7

User avatar
Steven
Owner
Joined: 19 Aug 2002, 18:32
Location: Belgium
Contact:

Re: Tryouts with https

Post

dans79 wrote:Steven, are using one of the new free 90 day certificates?
Indeed, from letsencrypt.

The difficulty however is that when a site on https, then browsers tend to throw warnings or automatically block content within that page which is not served via https. Some ads come to mind, but nearly all embedded pics in the forum are normal http as well... hence why I'm polling for input.

Anyway, I guess leaving everybody the choice on what to use is a good option.

User avatar
dans79
267
Joined: 03 Mar 2013, 19:33
Location: USA

Re: Tryouts with https

Post

you could do a find and replace in the database, I've had to do this a lot when migrating systems from http to https.

you can see some examples here.
http://stackoverflow.com/questions/1017 ... f-a-string


for this domain I would just map "http://www.f1technical.net" & " https://www.f1technical.net/" to "//www.f1technical.net/". This makes references protocol agnostic, and lets the browser choose how to request the resource.

you can do it to external references as well, and the worst thing that will happen is broken links, but you won't get any security warnings.

I've had to write a lot of plugins for 3rd party systems as well, to work around this issue.
197 104 103 7

User avatar
nevill3
16
Joined: 11 Feb 2014, 21:31
Location: Monaco
Contact:

Re: Tryouts with https

Post

I am now using the Secured links and have found that the fonts are a little different, the bold is not as bold :?:
Sent from my Commodore PET in 1978

User avatar
Steven
Owner
Joined: 19 Aug 2002, 18:32
Location: Belgium
Contact:

Re: Tryouts with https

Post

Interesting...

Can you try hitting f12, open the network tab and refresh the page? Are any (font) files nog being loaded?

User avatar
dans79
267
Joined: 03 Mar 2013, 19:33
Location: USA

Re: Tryouts with https

Post

Steven wrote:Interesting...

Can you try hitting f12, open the network tab and refresh the page? Are any (font) files nog being loaded?

the roboto font is being blocked.
https://drive.google.com/file/d/0B9MKDH ... sp=sharing
197 104 103 7

User avatar
Steven
Owner
Joined: 19 Aug 2002, 18:32
Location: Belgium
Contact:

Re: Tryouts with https

Post

Thanks!
I'll get that sorted

User avatar
Steven
Owner
Joined: 19 Aug 2002, 18:32
Location: Belgium
Contact:

Re: Tryouts with https

Post

With last weekend's update, I think the known https issues are all sorted now as well.

Please try a few things and let me know!

User avatar
Steven
Owner
Joined: 19 Aug 2002, 18:32
Location: Belgium
Contact:

Re: Tryouts with https

Post

Regular http requests are now redirecting to https.

Locked