• Robert Knight's avatar
    Support serving the client over SSL in development · 1ba23cce
    Robert Knight authored
    Following the conventions of the "h" project [1], the client's asset
    server (localhost:3001) and demo page server (localhost:3000) will be
    served over SSL if a certificate (".tlscert.pem") and private key
    (".tlskey.pem") are found in the root of the repository.
    
    This can be useful for testing the development client on pages served
    over SSL without having to disable mixed content warnings in the
    browser.
    
    [1] https://h.readthedocs.io/en/latest/developing/ssl/
    1ba23cce
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.babelrc Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...
requirements-dev.in Loading commit data...
yarn.lock Loading commit data...