web-frameworks
web-frameworks copied to clipboard
Fix links
There might be more links, will have to write a script to figure all out
| Done | Request URL | Error Message |
|---|---|---|
| [ ] | https://coastonclojure.com/ | write EPROTO 139916535240512:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1407:SSL alert number 40 |
| [ ] | https://criticalstack.com/ | write EPROTO 139916535240512:error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1407:SSL alert number 70 |
| [ ] | https://cyclone.io/ | Hostname/IP does not match certificate's altnames: Host: cyclone.io. is not in the cert's altnames: DNS:*.github.com, DNS:github.com |
| [ ] | https://hug.rest/ | Hostname/IP does not match certificate's altnames: Host: hug.rest. is not in the cert's altnames: DNS:shortener.secureserver.net, DNS:www.shortener.secureserver.net |
| [x] | https://iron/iron | Cannot find URI. iron iron:443 |
| [ ] | https://lets-blade.com/ | Connection refused by server. 69.16.230.42:443 |
| [ ] | https://python-responder.org/ | Cannot find URI. python-responder.org python-responder.org:443 |
| [ ] | https://rack-app.com/ | Client network socket disconnected before secure TLS connection was established |
| [ ] | https://restify.com/ | Hostname/IP does not match certificate's altnames: Host: restify.com. is not in the cert's altnames: DNS:*.github.com, DNS:github.com |
| [ ] | https://sinatrarb.com/ | Hostname/IP does not match certificate's altnames: Host: sinatrarb.com. is not in the cert's altnames: DNS:*.github.com, DNS:github.com |
| [ ] | https://starlette.io/ | Cannot find URI. starlette.io starlette.io:443 |
| [ ] | https://tornadoweb.org/ | Hostname/IP does not match certificate's altnames: Host: tornadoweb.org. is not in the cert's altnames: DNS:www.github.com, DNS:.github.com, DNS:github.com, DNS:.github.io, DNS:github.io, DNS:*.githubusercontent.com, DNS:githubusercontent.com |
DO NOT MERGE Found more
Errors due to github -> give github repo ?
Thanks for notify this.
@swlkr Host seemds down
@NathanFrench https://criticalstack.com/ redirect to https://www.capitalone.com/tech/solutions/container-orchestration/. is it normal ?
-
cycloneandhughas unsecured websites -
ironis misconfigured here
@biezhi blad's website is unreachable
-
respondershould target https://responder.kennethreitz.org -
rack-apphas unsecured website @adamluzsi -
restifyhas unsecured website -
sinatrahas unsecured website -
starlettehas unsecured website -
tornadohas unsecured website
Yeah, I'm lazy to get SSL for the website, because there's zero sensitive information exchanged with the visitors. The website is mostly about example code snippets.
Does it cause issue to you? If yes, then I go and fix it!
P.s.: The website insecurity is not related to the web framework.
Can't we add link to GitHub instead ?
On Sun, Oct 17, 2021, 15:20 Adam Luzsi @.***> wrote:
Yeah, I'm lazy to get SSL for the website, because there's zero sensitive information exchanged with the visitors. The website is mostly about example code snippets.
Does it cause issue to you? If yes, then I go and fix it!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/the-benchmarker/web-frameworks/pull/4744#issuecomment-945082835, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC4CKUFQ52SIKVZ2O6KOBFLUHKL5ZANCNFSM5GDX72VA .
@adamluzsi I'm not sure their is a big issue (at least technical), but having a non-ssl website could have a negative impact on promotion
@antimatter96 We can have both. I am not sure, we should (I mean it is not up to us, imho) stop displaying this website
Good point. I take a look and make a task about adding SSL to the website.
Thanks for your hard work @waghanza and @antimatter96! :)
Coast moved from https://coastonclojure.com/ to https://coast.swlkr.com
I've integrated most of this changes in https://github.com/the-benchmarker/web-frameworks/pull/6281 @antimatter96