Hizen
Member
I had this problem before in XF1.5: https://xenforo.com/community/threads/put-in-ssl-image-proxy-now-broken.126052/
All of a sudden, my image proxy stopped working, but only for locally hosted images. Remembering my past issue, I immediately went to my hosts file, /etc/hosts, and made it look like this:
The image proxy test successfully fetched the image, but trying to view it on my forum it would always return
Does anybody know about this?
All of a sudden, my image proxy stopped working, but only for locally hosted images. Remembering my past issue, I immediately went to my hosts file, /etc/hosts, and made it look like this:
Code:
# The following lines are desirable for IPv4 capable hosts
127.0.0.1 localhost.localdomain localhost
127.0.0.1 localhost4.localdomain4 localhost4
# The following lines are desirable for IPv6 capable hosts
::1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
The image proxy test successfully fetched the image, but trying to view it on my forum it would always return
Does anybody know about this?