Score:0

Forward https request from url apache to intranet proxy

gd flag

Request from appserver: https://webserver:443/web_1/

<VirtualHost *:443>
SSLProxyEngine On
ProxyRequests On
ProxyVia On
#ProxyPreserveHost On
ProxyRemote *  http://companyproxy:8080 
ProxyPass /web_1/ https://external.url.co.in/sc/request/
ProxyPassReverse /web_1/ https://external.url.co.in/sc/request/ 
</VirtualHost>

Above mentioned url https://external.url.co.in/sc/request/ is not getting forwarded to http://companyproxy:8080 Error : DNS lookup failure for external.url.co.in.

If we comment proxypass/passreverse error : File not found /usr/xyz/htdocs//web_1

curl -v --proxy http://companyproxy:8080 https://external.url.co.in/sc/request/ is working fine

Any sample httpd.conf would be helpful.

Note: All necessary port openings done from network side.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.