web-frameworks icon indicating copy to clipboard operation
web-frameworks copied to clipboard

Fix links

Open antimatter96 opened this issue 4 years ago • 7 comments

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

antimatter96 avatar Oct 16 '21 15:10 antimatter96

DO NOT MERGE Found more

Errors due to github -> give github repo ?

antimatter96 avatar Oct 16 '21 15:10 antimatter96

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 ?

  • cyclone and hug has unsecured websites

  • iron is misconfigured here

@biezhi blad's website is unreachable

  • responder should target https://responder.kennethreitz.org

  • rack-app has unsecured website @adamluzsi

  • restify has unsecured website

  • sinatra has unsecured website

  • starlette has unsecured website

  • tornado has unsecured website

waghanza avatar Oct 17 '21 07:10 waghanza

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.

adamluzsi avatar Oct 17 '21 09:10 adamluzsi

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 .

antimatter96 avatar Oct 17 '21 10:10 antimatter96

@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

waghanza avatar Oct 18 '21 05:10 waghanza

Good point. I take a look and make a task about adding SSL to the website.

Thanks for your hard work @waghanza and @antimatter96! :)

adamluzsi avatar Oct 18 '21 07:10 adamluzsi

Coast moved from https://coastonclojure.com/ to https://coast.swlkr.com

swlkr avatar Oct 18 '21 16:10 swlkr

I've integrated most of this changes in https://github.com/the-benchmarker/web-frameworks/pull/6281 @antimatter96

waghanza avatar Apr 16 '23 18:04 waghanza