• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

get trouble when installing SSL on windows nginx

 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I've follows these links :

- https://community.spiceworks.com/topic/2217803-install-ssl-certificate-on-windows-based-nginx-load-balancer
- https://knowledge.digicert.com/solution/SO27347.html

to install ssl certificate on nginx, I've generate some certificate using openssl(cert.pem and cert.key) and then put them following on those links on above.

my nginx server unable to start, until I uncomment SSL on nginx.conf.

currently my nginx displaying on localhost:4000 since port 80 used by xampp,

Q : Could you help me to guide how to install SSL certificate on windows nginx?

please help me

many thanks
 
Saloon Keeper
Posts: 15510
363
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Always check the logs when something doesn't work.
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also, rather than point us to the examples you worked from, it would be better if you actually posted the server config file you created. For example:

 
gong tji
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Thanks for reply, here's my nginx.conf :



and this the error logs :



Please help me

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic