coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: olegario on April 26, 2004, 09:04:46 PM

Title: Uploading to https site using XP Publisher
Post by: olegario on April 26, 2004, 09:04:46 PM
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.
Title: Re: Uploading to https site using XP Publisher
Post by: Joachim Müller on April 27, 2004, 06:59:27 AM
I'm not sure xp_publisher was designed to upload over https. For details, check Microsoft's knowledgebase.

GauGau
Title: Re: Uploading to https site using XP Publisher
Post by: olegario on July 06, 2004, 07:20:11 PM
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']