cfhttp with https
hello,
i'm trying create cf file schedule run on weekly basis. page run report on same server , load information excel page. page drop excel file onto directory on our server. page loop through list of people , email each person file attached.
everything fine except <cfhttp> not working since on secure server, url starting https://
can project work on secure server? maybe should using different coldfusion tag achieve goal?
thanks,
peter
i'm trying create cf file schedule run on weekly basis. page run report on same server , load information excel page. page drop excel file onto directory on our server. page loop through list of people , email each person file attached.
everything fine except <cfhttp> not working since on secure server, url starting https://
can project work on secure server? maybe should using different coldfusion tag achieve goal?
thanks,
peter
there issues when connecting using https cfhttp tag, can done.
the problem https server certificate doesn't match domain you're requesting.
make sure exact url program requesting can requested web browser without popup warnings mismatched or expired ssl certificate.
another problem have encountered verisign using new cert may not recognized cf installation. in case need manually import cert verisign cf server. requires bunch of fiddling "keytool" , stuff that. no fun , don't remember how it...
the problem https server certificate doesn't match domain you're requesting.
make sure exact url program requesting can requested web browser without popup warnings mismatched or expired ssl certificate.
another problem have encountered verisign using new cert may not recognized cf installation. in case need manually import cert verisign cf server. requires bunch of fiddling "keytool" , stuff that. no fun , don't remember how it...
More discussions in ColdFusion
adobe
Comments
Post a Comment