Re: Running ssl on custom port and its not working

2022-11-17 Thread Sergey A. Osokin
Hi, On Thu, Nov 17, 2022 at 12:58:31PM -0500, blason wrote: > Nothing interesting as such however below is the curl output from nginx > server > > curl -I https://xxx..xxx:8081/neutrino-sso-web > HTTP/1.1 302 Found > Date: Thu, 17 Nov 2022 17:57:10 GMT > Server: JBoss-EAP/7 >

Re: Running ssl on custom port and its not working

2022-11-17 Thread Francis Daly
On Thu, Nov 17, 2022 at 12:58:31PM -0500, blason wrote: Hi there, > Nothing interesting as such however below is the curl output from nginx > server How sure are you that this response came from your nginx server? > curl -I https://xxx..xxx:8081/neutrino-sso-web The nginx config you

Re: Running ssl on custom port and its not working

2022-11-17 Thread blason
Nothing interesting as such however below is the curl output from nginx server curl -I https://xxx..xxx:8081/neutrino-sso-web HTTP/1.1 302 Found Date: Thu, 17 Nov 2022 17:57:10 GMT Server: JBoss-EAP/7 Strict-Transport-Security: max-age=63072000; includeSubDomains; preload X-Powered-By:

Re: Running ssl on custom port and its not working

2022-11-16 Thread Sergey A. Osokin
Hi, thanks for the report. On Wed, Nov 16, 2022 at 01:04:45PM -0500, blason wrote: [...] > My stanza is as below; however this is not working and I am getting > > ## > This site can’t provide a secure connection > xxx...xxx sent an invalid response. > ERR_SSL_PROTOCOL_ERROR >

Running ssl on custom port and its not working

2022-11-16 Thread blason
Hi Team, I have current URL as https://xxx.xxx.xxx:8081/neutrino-sso-web/ which is directly natted on firewall on pot 8081 However I now would like to put this URL behind nginx reverse proxy. Since the above URL is given to lot many customers it would not be possible to change the URL. we are