gruntjs / grunt-contrib-connect

Start a static web server.
http://gruntjs.com
MIT License
714 stars 146 forks source link

Can I force TLS 1.2? #239

Closed ninoguba closed 6 years ago

ninoguba commented 6 years ago

I'm using this to serve my angularjs app. I have a requirement to only support TLS 1.2. Is there a way to do this?

ninoguba commented 6 years ago

Need to add this to httpsOptions.

secureProtocol: options.secureProtocol || '',
XhmikosR commented 6 years ago

Fixed in master, will be in v2.0.0.