Gossamer Forum
Home : Products : DBMan SQL : Discussion :

File Download Problem under SSL

Quote Reply
File Download Problem under SSL
Hi,

I'd like to run the script under ssl.

My provider's ssl-proxy doesn't work like https://mydomain.com/cgi-bin/db/db.cgi but like https://ssl.myprovider.com/mydomain.com/cgi-bin/db/db.cgi

I realised this entry in the Path and URL settings.
However, when I want to download a file from my database area, the download path
appears as
https://ssl.myprovider.com/cgi-bin/db/db.cgi which causes an error, off course.
mydomain.com in between is missing.

So what can I do? Which module is to be modified?

Thanks.