[go-nuts] Using Nginx with go?

2017-09-15 Thread nepdave1
Do you have to use Nginx or apache with your go web app? I know web apps run on port 80 but I'm unable to run my app on port 80. Currently I'm using port 8000 and to access my website I'm putting in the IP address and port number in the browser. I thought a plus of using go was that you

[go-nuts] Using commercial SSL certificate with golang server?

2017-09-15 Thread nepdave1
Hello, I purchased an SSL certificate from godaddy.com. I was able to successfully download the certificate onto my laptop, right now it's just sitting in my downloads folder in a zip file. Godaddy has instructions on how to upload the certificate to NGINX or Apache, however, I think

Re: [go-nuts] Using commercial SSL certificate with golang server?

2017-09-15 Thread nepdave1
Hey Shawn, Thank you for that. Is there a particular directory where I should keep the certificate? On Friday, September 15, 2017 at 2:34:09 PM UTC-7, Shawn Milochik wrote: > > Sure. It's pretty simple: > https://golang.org/pkg/net/http/#ListenAndServeTLS > > The only caveat is that you may