I know this is probably not the typical configuration, but I'm trying to upload using XP publisher to an https site. After changing the .reg file to use https, the install runs fine. I'm able to connect to the site, log in, and even attempts to upload. But after the upload get the following error
(https://www.olegario.us/photos/xp_publish_error.JPG)
Any ideas?
If you'd like to test, site is at https://www.olegario.us/photos
Thanks.
I'm not sure xp_publisher was designed to upload over https. For details, check Microsoft's knowledgebase.
GauGau
For anyone that is trying to do this, I was able to make this work by basically changing any reference to
"http://" . $HTTP_SERVER_VARS['HTTP_HOST']
to
"https://" . $HTTP_SERVER_VARS['HTTP_HOST']