Thanks Francis! I was able to resolve that after a creating a Keystore jks with my cert & key and pointing my java code to that store using the system property, after that added keystore manager to the SSL context.by siva.pannier - Nginx Mailing List - English
Extremely sorry, I mentioned the wrong port in that post.. Actually I am using the correct port number.. Client (Windows + non SSL):8091 ==> Nginx host (ubuntu vm+ SSL redirection) ==> TCP server (Windows + SSL enabled) TCP server listening on 8091 Nginx Server listening on 8091 Client makes call to Nginx on 8091 I modified my server code for additional debugging as below ###by siva.pannier - Nginx Mailing List - English
Hi there, I have tried doing TCP redirection to a backend TCP server with SSL enabled following the below URL. https://docs.nginx.com/nginx/admin-guide/security-controls/securing-tcp-traffic-upstream/ My TCP (non-ssl) client is able to hit the TCP Server (SSL enabled) via the Nginx (proxy_ssl) but buffered reader gets back only 'null' Client code: ########## Socket socket = new Sockeby siva.pannier - Nginx Mailing List - English
Hi.. > An you want your clients to talk to nginx without encryption, and for > nginx to talk to upstream with encryption. Yup this is what I am trying to achieve. Started testing on these scenarios. Will you keep you all posted on the results.by siva.pannier - Nginx Mailing List - English
Thanks Francis.. I tried that DTLS patch on the version 1.15. It worked. It supported both the SSL & UDP directive on the same stream. I could do the SSL termination on Nginx with the Bouncy Castle Java API.. They should add it in the latest versions of Nginx as well.by siva.pannier - Nginx Mailing List - English
Thanks for your inputs.. let me try those..by siva.pannier - Nginx Mailing List - English
Can somebody please comment on this? Thanks, Sivaby siva.pannier - Nginx Mailing List - English
Appreciate your confidence on Nignx!!by siva.pannier - Nginx Mailing List - English
Yup thanks I mailed them today.by siva.pannier - Nginx Mailing List - English
Hi Team, I am assessing the capabilities and doing a POC on Nignx integration as reverse proxy. Are there any pre-configured image with all the protocols and the necessary clients to test and demo the capabilities of Nignx or Nignx plus? Doing a self-assessment with all the necessary setup on my local machine takes a lot of time to come to a conclusion. Also is there any technical support teby siva.pannier - Nginx Mailing List - English
Hi, I would like to have SSL Termination on nginx for UDP connections. Can you please share the instructions on how to do achieve it? Thanks, Sivaby siva.pannier - Nginx Mailing List - English
Hi, I want all my client applications make call to the service host via proxy. And the hosted services are TLSv1.2 enabled. Clients are not in a position to upgrade. Hence I want to enforce the SSL encryption when the call routed/redirected to the target from proxy. I have seen few blogs that talks about HTTP to HTTPS redirection. I want to do that for all protocols like TCPS, UDPS(DTLS), SMby siva.pannier - Nginx Mailing List - English
Hi, I would like to know whether nginx can work as a reverse proxy server for CORBA IIOP communication and also SSL on top of it. Please share if there are any blogs on that configuration.by siva.pannier - Nginx Mailing List - English
Thank you for your suggestions! My understanding from your suggestions is that you do not want me to make any corrections on the client code. I just need to make corrections on the Nginx configuration as per the blog link. I am trying to understand that blog, going through again and again. so far I understand that it creates a SSL layer first through which it accepts the client request. Cliby siva.pannier - Nginx Mailing List - English
Hi, I am trying to proxy a SMTP server on Nginx using the below configuration. I want all the client calls to hit the SMTP server via my proxy host. I want the SSL termination on nginx for the client calls to the SMTP Server. When I do the connection getting below exception even before the SSL handshake.. Please correct me if I am wrong anywhere. Without SSL directive & Properties inby siva.pannier - How to...
Hi, I am trying to proxy a SMTP server on Nginx using the below configuration. I want all the client calls to hit the SMTP server via my proxy host. I want the SSL termination on nginx for the client calls to the SMTP Server. When I do the connection getting below exception even before the SSL handshake.. Please correct me if I am wrong anywhere. Without SSL directive & Properties iby siva.pannier - Nginx Mailing List - English
Thank you so much for the guidance. I did the deployment of the below image via Openshift Console. As per the JSON, it should have picked the version 1.16. However it deployed the older verison 1.12. Not sure whats wrong here. "https://github.com/sclorg/nginx-ex"by siva.pannier - Nginx Mailing List - English
Hi, I am new to Nginx and I could validate some of the reverse proxy scenarios in Windows and Ubuntu machine successfully. However I am facing challenges on validating them on Openshift cluster platform. I am new to Docker/Kubernetes/Openshift. I am able to deploy the below Nginx image in Openshift and hit the welcome page url successfully. "https://github.com/sclorg/nginx-ex"by siva.pannier - How to...
Hi, I am new to Nginx and I could validate some of the reverse proxy scenarios in Windows and Ubuntu machine successfully. However I am facing challenges on validating them on Openshift cluster platform. I am new to Docker/Kubernetes/Openshift. I am able to deploy the below Nginx image in Openshift and hit the welcome page url successfully. "https://github.com/sclorg/nginx-ex"by siva.pannier - Nginx Mailing List - English
Thanks a lot rr! for your suggestions.. my problem was solved.. I added the cipher suites as the one you gave.. props.setProperty("oracle.net.ssl_cipher_suites", "(TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA)"); Also imported the server certificate to 'cacerts' with the below command and it worked after that.. :) keyby siva.pannier - Nginx Mailing List - English
Hi.. Can someone pls guideme on this? Thanks..by siva.pannier - Nginx Mailing List - English
Thanks rr!!by siva.pannier - Nginx Mailing List - English
Thanks for your inputs.. I will go through the APIs provided in the wiki/modules. Can Unit be used as a reverse proxy server like what we do with Nginx? I want to update my Nginx reverse proxy server dynamically (& automatically) without any downtime, whenever the underlying services scale up & down automatically. I understand that with nginx + it is possible with the supportby siva.pannier - Nginx Mailing List - English
Hi.. I am looking for APIs on Nginx Opensource. To monitor, get status and dynamic configuration of nginx.conf files. Does the opensource version has it, please confirm?by siva.pannier - Nginx Mailing List - English
Hi there, I am exploring the features of Nginx features and doing a POC with all the possible use cases. If all goes well, probably there would be a huge investment on the Nginx to use it our cloud based architecture. Currently exploring an option on TCP SSL termination on Nginx for a SSL connection from Java JDBC client. Facing issues, any guidance would be speed up my POC and complete it.by siva.pannier - Nginx Mailing List - English
Hi there, I am exploring the features of Nginx features and doing a POC with all the possible use cases. If all goes well, probably there would be a huge investment on the Nginx to use it our cloud based architecture. Currently exploring an option on TCP SSL termination on Nginx for a SSL connection from Java JDBC client. Facing issues, any guidance would be speed up my POC and complete it.by siva.pannier - New Member Introductions