gruntjs / grunt-contrib-connect

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

Added secureProtocol property in httpsOptions #240

Closed ninoguba closed 6 years ago

ninoguba commented 6 years ago

This allows anyone to use a particular TLS method or secure protocol.

jsf-clabot commented 6 years ago

CLA assistant check
All committers have signed the CLA.

vladikoff commented 6 years ago

@ninoguba can u verify the CLA?

Ref: https://github.com/gruntjs/grunt-contrib-connect/pull/240#issuecomment-365438678

Also the test is failing due to>> Error: 'text/markdown; charset=UTF-8' == 'text/x-markdown; charset=UTF-8'

Do you want to fix that in separate commit of the same PR?

ninoguba commented 6 years ago

@vladikoff verified the CLA. also I dont think how my one-liner addition caused that failed test. if you've got ideas let me know.