Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to apply nginx SSL mode? #1

Closed
6r6 opened this issue May 14, 2016 · 1 comment
Closed

How to apply nginx SSL mode? #1

6r6 opened this issue May 14, 2016 · 1 comment

Comments

@6r6
Copy link

6r6 commented May 14, 2016

So sorry to bother you, Mr.ryanmcdermott !

I try to use ssl mode in nginx,and I add code to 'nginx.conf':

……
listen 443 ssl;
ssl_certificate /config/server.crt;
ssl_certificate_key /config/server.key;
……

server.crt and server.key is in /config/

this not work.
could you please reply the correct way of using SSL mode?

@ryanmcdermott
Copy link
Owner

I'm not entirely sure! Nginx has some docs that go into this more, that's all I got! I'm sorry 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants