Hi experts,

 

Below is the our scenario.

 

browser ------>Apache -------> SAP Web dispatcher ----->SAP Portal

 

Now I can acccess http://apachehostname:1443/irj but I can't access 
https://apachehostname:1443/irj . Below is the error I got

 

Invalid method in request  \x80C\x01\x03\x01

 

httpd.conf file is as below.

-------------------------------------------------------------------------------------

ServerRoot "/appache" 

Listen Fully qualitied apache server hostname:1443

ServerName Fully qualitied apache server hostname:1443

#enable reverse-proxying
ProxyVia on
ProxyTimeout 600
#disable forward-proxying
ProxyRequests Off
#proxy /irj both ways
ProxyPass        /irj           https://sap web dispatcher hostanme:1443/irj
ProxyPassReverse /irj           https://apache server hostname:1443/irj

#SSL Parameters
SSLProxyEngine on
SSLSessionCache none
SSLVerifyClient                 none
SSLCertificateFile              /appache/key-pair/server.crt
SSLCertificateKeyFile           /appache/key-pair/server.key
#SSLProxyCACertificateFile      /appache/key-pair/file

 

Please let me know if anything I am missing here.

 

Best Regards,

Tushar

 

 
                                          

Reply via email to