autohotkey.com now has SSL
I have set up an automatic protocol corrections. autohotkey.com ma no longer be accessed unecrypted
SSL
- tank
- Posts: 2855
- Joined: 28 Sep 2013, 22:15
- Facebook: charlie.simmons.7334
- Google: ttnnkkrr
- GitHub: ttnnkkrr
- Location: Irving TX
- Contact:
SSL
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
https://www.facebook.com/ahkscript.org
If you have forum suggestions please submit a pull request
Check Out WebWriter
Thanks Tank
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
https://www.facebook.com/ahkscript.org
If you have forum suggestions please submit a pull request
Check Out WebWriter
Thanks Tank

- hoppfrosch
- Posts: 417
- Joined: 07 Oct 2013, 04:05
- GitHub: hoppfrosch
- Location: Rhine-Maine-Area, Hesse, Germany
- Contact:
Re: SSL
Not sure if it is important but on FF there seems to be a difference between the new and old boards with the info provided, note the icon before the URL with and without a ! mark. One is verified the other one isn't.
- tank
- Posts: 2855
- Joined: 28 Sep 2013, 22:15
- Facebook: charlie.simmons.7334
- Google: ttnnkkrr
- GitHub: ttnnkkrr
- Location: Irving TX
- Contact:
Re: SSL
its because there is some mixed content in the old board. i assume you noticed tor comparing 2 different url. it has absolutely nothing whatsoever with 2 different browsers
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
https://www.facebook.com/ahkscript.org
If you have forum suggestions please submit a pull request
Check Out WebWriter
Thanks Tank
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
https://www.facebook.com/ahkscript.org
If you have forum suggestions please submit a pull request
Check Out WebWriter
Thanks Tank

Re: SSL
"This website does not supply identity information" is incorrect. Chrome gives a more accurate message, indicating that the site's identity has been verified but there is mixed content. You will get the same (in Chrome) on this forum in threads which have external images loaded via http://.
-
- Posts: 463
- Joined: 24 Jan 2014, 22:28
Re: SSL
The urls, especially for the resources, should be changed from http:// to https:// or even better: make then relative. Otherwise browsers may refuse to load certain scripts or other resources.
For example http://fonts.googleapis.com/css?family= ... aleway:300 would probably not be loaded by Firefox.
And every http:// link on the site is a potential security/privacy risk/issue. Because the request to that URL won't be encrypted and neither would the response be.
So you would definitely reveal which URL you accessed and the data you sent/received could be manipulated.
The redirect to https doesn't help with that issue.
For example http://fonts.googleapis.com/css?family= ... aleway:300 would probably not be loaded by Firefox.
And every http:// link on the site is a potential security/privacy risk/issue. Because the request to that URL won't be encrypted and neither would the response be.
So you would definitely reveal which URL you accessed and the data you sent/received could be manipulated.
The redirect to https doesn't help with that issue.
- joedf
- Posts: 7860
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SSL
I'll look into this tonight. 






Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x8GB G.Skill RipJaws V - DDR4 3280 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
- joedf
- Posts: 7860
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SSL
ok... well ive switched the "http://" to "//:" for now...





Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x8GB G.Skill RipJaws V - DDR4 3280 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
-
- Posts: 463
- Joined: 24 Jan 2014, 22:28
Re: SSL
"//:" is that even valid?
On the homepage (autohotkey.com) there are still a lot of http links that link to ahkscript.org.
On the homepage (autohotkey.com) there are still a lot of http links that link to ahkscript.org.
- tank
- Posts: 2855
- Joined: 28 Sep 2013, 22:15
- Facebook: charlie.simmons.7334
- Google: ttnnkkrr
- GitHub: ttnnkkrr
- Location: Irving TX
- Contact:
Re: SSL
after thanksgiving weekend ill request a new crawl of the site. yes its not only valid but used more often than you imagineBruttosozialprodukt wrote:"//:" is that even valid?
On the homepage (autohotkey.com) there are still a lot of http links that link to ahkscript.org.
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
https://www.facebook.com/ahkscript.org
If you have forum suggestions please submit a pull request
Check Out WebWriter
Thanks Tank
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
https://www.facebook.com/ahkscript.org
If you have forum suggestions please submit a pull request
Check Out WebWriter
Thanks Tank

- joedf
- Posts: 7860
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SSL
Actually... ahkscript.org has no SSL. So the http or https ... Nope... 






Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x8GB G.Skill RipJaws V - DDR4 3280 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Re: SSL
tank, you sure about that? There should not be a colon after the double slashes. I assume that joedf has actually switched "http://" to "//", not "//:" as he said.
The "http://ahkscript.org" part of the documentation links should be removed. They should begin with "/docs/".
The "http://ahkscript.org" part of the documentation links should be removed. They should begin with "/docs/".
- joedf
- Posts: 7860
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SSL
Yes, sorry it was a mistype. I meant "//".
I'll review again late tonight. And I'll remove all absolute links and use relative links when possible.
I'll review again late tonight. And I'll remove all absolute links and use relative links when possible.





Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x8GB G.Skill RipJaws V - DDR4 3280 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Who is online
Users browsing this forum: No registered users and 3 guests