SSL

17 views
Skip to first unread message

Naima

unread,
Apr 23, 2013, 11:04:35 AM4/23/13
to ged...@googlegroups.com
Hi!
How to run a server using https? What settings should be?

Matthew Eernisse

unread,
Apr 23, 2013, 8:02:16 PM4/23/13
to ged...@googlegroups.com
Create a self-signed cert (key/cert pair), and include them in your config, like this:

, ssl: {
    key: 'config/server.key'
  , cert: 'config/server.crt'
  }

Here's a step-by-step guide I've used successfully to create a self-signed cert:

http://www.akadia.com/services/ssh_test_certificate.html

Let us know if that works for you. :)
Reply all
Reply to author
Forward
0 new messages