Skip to content

Commit

Permalink
fix(web-server): karma-runner#581 HTTPS Support for Karma Server
Browse files Browse the repository at this point in the history
Better default for config.cert

Closes karma-runner#581
  • Loading branch information
Jay Berlin authored and Jay Berlin committed Aug 8, 2014
1 parent bda2a18 commit 2e04824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ var Config = function() {
this.protocol = constant.DEFAULT_PROTOCOL;
this.port = constant.DEFAULT_PORT;
this.hostname = constant.DEFAULT_HOSTNAME;
this.cert = {type: 'one-time', key: '', cert: ''};
this.cert = {};
this.basePath = '';
this.files = [];
this.exclude = [];
Expand Down

0 comments on commit 2e04824

Please sign in to comment.