Score:1

Apache Reverse Proxy SSL don't carrying cookies

ph flag

We have an Apache 2.4 reverse proxy setup on a Windows server. The server should redirect users to other server via reverse proxy and store the cookies. We set it up, it works fine except that no cookies are set on the client.

<VirtualHost _default_:443>
  SSLEngine on
  ServerName localhost:443
  SSLCertificateFile "C:/Cert/targetdomain.com/fullchain1.pem"
  SSLCertificateKeyFile "C:/Cert/targetdomain.com/privkey1.pem"
  ProxyPass / http://localhost:8080/ 
  ProxyPassReverse / http://localhost:8080/
  ProxyPassReverseCookieDomain "https://targetdomain.com" "http://localhost:8080"
  ProxyPassReverseCookiePath  "/"  "/"
</Virtualhost>

Can someone help me?

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.