wso2is - SSL Error on upgrade to WSO2 IS 5.1 with apache http server -


we in process of upgrading wso2 5.0 sp1 wso2 5.1. communication wso2 happens via apache http server 2.2. communication works fine wso2 5.0 sp1. when upgrade 5.1 following error message on browser.

proxy error  proxy server not handle request /services/entitlementservice. reason: error during ssl handshake remote server 

update:

on inspecting apache log following error

[fri jan 29 11:34:59 2016] [debug] mod_proxy_http.c(1974): proxy: http: serving url https://[ip]:9443/services/entitlementservice?wsdl [fri jan 29 11:34:59 2016] [debug] proxy_util.c(2018): proxy: https: has acquired connection ([ip]) [fri jan 29 11:34:59 2016] [debug] proxy_util.c(2074): proxy: connecting https://[ip]:9443/services/entitlementservice?wsdl [ip]:9443 [fri jan 29 11:34:59 2016] [debug] proxy_util.c(2200): proxy: connected /services/entitlementservice?wsdl [ip]:9443 [fri jan 29 11:34:59 2016] [debug] proxy_util.c(2451): proxy: https: fam 2 socket created connect [ip] [fri jan 29 11:34:59 2016] [debug] proxy_util.c(2583): proxy: https: connection complete [ip]:9443 ([ip]) [fri jan 29 11:34:59 2016] [info] [client [ip]] connection child 0 established (server [hostname]:443) [fri jan 29 11:34:59 2016] [info] seeding prng 136 bytes of entropy [fri jan 29 11:34:59 2016] [debug] ssl_engine_kernel.c(1871): openssl: handshake: start [fri jan 29 11:34:59 2016] [debug] ssl_engine_kernel.c(1879): openssl: loop: before/connect initialization [fri jan 29 11:34:59 2016] [debug] ssl_engine_kernel.c(1879): openssl: loop: sslv2/v3 write client hello [fri jan 29 11:34:59 2016] [debug] ssl_engine_io.c(1947): openssl: i/o error, 7 bytes expected read on bio#33bb678 [mem: a59cd0] [fri jan 29 11:34:59 2016] [debug] ssl_engine_kernel.c(1908): openssl: exit: error in sslv2/v3 read server hello [fri jan 29 11:34:59 2016] [info] [client [ip]] ssl proxy connect failed [fri jan 29 11:34:59 2016] [info] [client [ip]] connection closed child 0 abortive shutdown (server [hostname]:443) [fri jan 29 11:34:59 2016] [error] (502)unknown error: proxy: pass request body failed [ip]:9443 ([ip]) [fri jan 29 11:34:59 2016] [error] [client [ip]] proxy: error during ssl handshake remote server returned /services/entitlementservice [fri jan 29 11:34:59 2016] [error] proxy: pass request body failed [ip]:9443 ([ip]) [ip] () [fri jan 29 11:34:59 2016] [debug] proxy_util.c(2036): proxy: https: has released connection ([ip]) [fri jan 29 11:34:59 2016] [debug] ssl_engine_kernel.c(1889): openssl: write: ssl negotiation finished [fri jan 29 11:34:59 2016] [info] [client [ip]] connection closed child 63 standard shutdown (server [hostname]:443) 

kindly advice.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -