collective-soundworks / soundworks

Creative coding framework for distributed applications based on Web technologies.
http://soundworks.dev
BSD 3-Clause "New" or "Revised" License
114 stars 7 forks source link

https - error with self signed certificates #84

Closed b-ma closed 8 months ago

b-ma commented 10 months ago

Error: [soundworks:Server] Invalid "env.httpsInfos" config, "cert" file not found, with config file:

{
  type: 'development',
  port: 8000,
  subpath: '',
  serverAddress: '',
  useHttps: true,
  httpsInfos: {
    cert: null,
    key: null,
  },
  auth: {
    clients: [],
    login: '',
    password: '',
  },
}