golemfactory / concent-deployment

Scripts and configuration for Concent deployment
5 stars 8 forks source link

SSL optimizations and advanced configuration #56

Open cameel opened 6 years ago

cameel commented 6 years ago

After implementing #55 go to Qualys SSL Server Test and run their test against our nginx on the dev cluster. Looks at the results and list the issues in the comments below.

Before running the test I see several options that may need to be adjusted:

More information:

bartoszbetka commented 6 years ago

I would considered adding preloads option to HSTS header, which ensure that browsers will never connect to domain using insecure connection. Also, I think that we should remove TLS1.0 from supported protocols , which is vulneralibity for BEAST attack. More information:

cameel commented 6 years ago

I would considered adding preloads option to HSTS header, which ensure that browsers will never connect to domain using insecure connection.

No, we don't want preloads. At least not until we have our service running in production for some time. It's much easier to get into that list than to be removed from it later so this should not be a haphazard decision.

And, our service has very little to do with browsers.

Also, I think that we should remove TLS1.0

Yes, we should support only TLS 1.2.