|
Hi All,Admin
Currently I am using Reverse proxy in IBMi which in turn redirects the
requests into two other servers(one IBMi IWS and another one Java Web
Service windows Server).
I created a new HTTP Server (reverse proxy server) in IBMi using HTTP
and added the below lines in the HTTP Server Configuration file(httpd.conf)
those
LoadModule proxy_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_http_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_connect_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_ftp_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_balancer_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
ProxyPass /test/customer http://IP:port/test/customer
ProxyPassReverse test/customer http://IP:port/test/customer
This is working fine, but when I try to configure the https url in the
proxy it is not working.
Could you please help me out with any web page or document which has
steps on how to configure ssl enabled url in the reverse proxy?
Example I am trying the below which is not working
SSLProxyEngine On
ProxyPass /test/customer https://IP:port/test/customer
ProxyPassReverse test/customer https://IP:port/test/customer
Any inputs will be very much appreciated.
Regards,
Suren
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.