Skip to content

Instantly share code, notes, and snippets.

@rchunping
rchunping / README.md
Created November 17, 2015 14:03 — forked from StefanWallin/README.md
nginx ssl config with multiple SNI vhosts and A+ SSL Labs score as of 2014-11-05

Configuring nginx for SSL SNI vhosts

Gotchas

Remarks

  • My version of konklones SSL config does not have SPDY support(my nginx+openssl does not support it)
  • You need a default ssl server (example.org-default.conf).
  • Some SSL-options have to be unique across your instance, so it's easier to have them in a common file(ssl.conf).
package main
import "fmt"
func main(){
fmt.Printf("Hello")
}