Also I am using LetsEncrypt On Saturday, July 2, 2016 at 5:21:40 PM UTC-7, Constantine Vassilev wrote: > > I am using go version 1.6.2 to set up a web page to work with > http/2. > > It is working on desktop but in iOS 9 mobile Safari the site does not > loads. > > Here is my setup: > > OS El Capitan > Version 10.11.5 > > === > s := http.Server{Addr: addr + ":443"} > http2.ConfigureServer(&s, nil) > err := s.ListenAndServeTLS(certpem, keypad) > === > > http/2 test: > === > curl -I --http2 https://www.MyDomain.com > *HTTP/2 200* > content-type: text; charset=utf-8 > content-length: 39 > === > > What is wrong? > >
-- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.