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

Add SSL protocol to options #57

Closed
lex77 opened this issue Mar 15, 2017 · 3 comments · Fixed by #58
Closed

Add SSL protocol to options #57

lex77 opened this issue Mar 15, 2017 · 3 comments · Fixed by #58

Comments

@lex77
Copy link

lex77 commented Mar 15, 2017

In some situations i need to specify SSL protocol (e.g. tlsv1_2).
Now this parameter is hardcoded to tlsv1.

@ttfkam
Copy link
Contributor

ttfkam commented Mar 15, 2017

Are you using pgmoon standalone or with the Lua Nginx module (aka OpenResty)? If you're using OpenResty, you should be configuring TLS via OpenResty, not pgmoon.

https://github.com/openresty/lua-nginx-module#lua_ssl_protocols

@lex77
Copy link
Author

lex77 commented Mar 15, 2017

Yes, I'm using pgmoon standalone, with lua-socket.

@lex77 lex77 closed this as completed Mar 15, 2017
@yuri1992
Copy link

We are using pgmoon with Kong. (https://github.com/Kong/kong)
How can it be set to use tlsv1_2?

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

Successfully merging a pull request may close this issue.

3 participants