-
Notifications
You must be signed in to change notification settings - Fork 26
Using TLSv1.3 #75
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
Comments
Are you trying to create a container to use with NGINX Controller or just for NGINX OSS/Plus? |
Tried creating a container connected to the NGINX Controller. |
Judging by the posted NGINX+ configuration you are not experiencing any issues with your NGINX Controller managing control-plane communications, is this correct?
Does that work for you? |
I have been trying for a while to use TLSv1.3 with this nginx image.
Tried installing openssl 1.1.1 directly into the image via the following lines:
Also tried to use a centos8 image, but the controller is not compatible with it.
This is the configuration:
When having the configuration on a VM it works and i get TLSv1.3 communication.
When using the docker image built it does not work (With the same configuration same everything).
Is there a way for me to be able to use TLSv1.3 with the controller and this image?
The text was updated successfully, but these errors were encountered: