You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/04 16:00:40 UTC

[GitHub] rabbah closed pull request #106: replicate upstream PR 3038 tweaks to nginx.conf

rabbah closed pull request #106: replicate upstream PR 3038 tweaks to nginx.conf
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/106
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/kubernetes/nginx/nginx.conf b/kubernetes/nginx/nginx.conf
index 5693f39..fbecb67 100644
--- a/kubernetes/nginx/nginx.conf
+++ b/kubernetes/nginx/nginx.conf
@@ -28,7 +28,8 @@ http {
         ssl_protocols        TLSv1 TLSv1.1 TLSv1.2;
         ssl_ciphers RC4:HIGH:!aNULL:!MD5;
         ssl_prefer_server_ciphers on;
-        proxy_ssl_session_reuse off;
+        proxy_ssl_verify off;
+        proxy_ssl_session_reuse on;
 
         # Hack to convince nginx to dynamically resolve the dns entry.
         # Required to get HA for controller to work. See issue #77.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services