Gordon Messmer
2016-Feb-29 17:05 UTC
[CentOS] Problems with ProxyPass to a local ip (using SSL)
On 02/29/2016 05:33 AM, C. L. Martinez wrote:> More info in my ssl_error.log: > > Mon Feb 29 14:32:06 2016] [info] [client 10.64.118.59] SSL handshake failed: HTTP spoken on HTTPS port; trying to send HTML error page > [Mon Feb 29 14:32:06 2016] [info] SSL Library Error: 336027804 error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request speaking HTTP to HTTPS port!?Well, that just looks like you're making an http request instead of https in your browser. It doesn't tell us anything about what's looping.
C. L. Martinez
2016-Mar-01 11:31 UTC
[CentOS] Problems with ProxyPass to a local ip (using SSL)
On Mon 29.Feb'16 at 9:05:13 -0800, Gordon Messmer wrote:> On 02/29/2016 05:33 AM, C. L. Martinez wrote: > >More info in my ssl_error.log: > > > >Mon Feb 29 14:32:06 2016] [info] [client 10.64.118.59] SSL handshake failed: HTTP spoken on HTTPS port; trying to send HTML error page > >[Mon Feb 29 14:32:06 2016] [info] SSL Library Error: 336027804 error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request speaking HTTP to HTTPS port!? > > Well, that just looks like you're making an http request instead of https in > your browser. It doesn't tell us anything about what's looping.Right, this is due to the changes in the Rewrite rule. I am doing some modifications and now the only error is: SSL Library Error: 336027804 error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request speaking HTTP to HTTPS port!? Any idea how to fix this?? -- Greetings, C. L. Martinez
Leon Fauster
2016-Mar-01 14:50 UTC
[CentOS] Problems with ProxyPass to a local ip (using SSL)
Am 01.03.2016 um 12:31 schrieb C. L. Martinez <carlopmart at gmail.com>:> On Mon 29.Feb'16 at 9:05:13 -0800, Gordon Messmer wrote: >> On 02/29/2016 05:33 AM, C. L. Martinez wrote: >>> More info in my ssl_error.log: >>> >>> Mon Feb 29 14:32:06 2016] [info] [client 10.64.118.59] SSL handshake failed: HTTP spoken on HTTPS port; trying to send HTML error page >>> [Mon Feb 29 14:32:06 2016] [info] SSL Library Error: 336027804 error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request speaking HTTP to HTTPS port!? >> >> Well, that just looks like you're making an http request instead of https in >> your browser. It doesn't tell us anything about what's looping. > > Right, this is due to the changes in the Rewrite rule. I am doing some modifications and now the only error is: > > SSL Library Error: 336027804 error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request speaking HTTP to HTTPS port!? > > Any idea how to fix this??How is your client making the request to the proxy (full URI)? -- LF