Re: Azure Storage

2015-04-01 Thread Bobby
Sorry about the double post. The list was acting up yesterday. On 3/30/15, 9:49 AM, Bobby bo...@acoderslife.com wrote: Anyone managed to get Azure blob storage working in CF? There are very few examples out there and virtually none in CF. I©öm mostly just having issues with the authorization

RE: (ot) JavaScript detecting foreign scripts

2015-04-01 Thread UXB Internet
Please don't do it off-list, several of us could be interested. In case anyone is interested, as Claude recommended, It was relatively easy to check for the foreign script injection by myturfads.com. There is a test page with the code located at http://www.uxb.net/adtest/ that will look to

Re: Sudden error with CFHTTP ans SSL

2015-04-01 Thread Claude Schnéegans
you need to import the certificate to the java cacerts as a trusted certificate to by-pass the security matching. That was the trick. I imported the Paypal certificate and now it works. Thanks a lot. ~| Order the Adobe

Re: Sudden error with CFHTTP and SSL

2015-04-01 Thread Michael Grant
This sounds like it could be the Poodle vulnerability that I faced a few months back when Chase Paymentech disabled SSL 3.0. What version of Java is the server running? Java 7 allows SSL 3.0 to negotiate using TLS. I had to convince my host to update from Java 6. On Mon, Mar 30, 2015 at 1:33

Re: Test

2015-04-01 Thread Michael Grant
Not working. Please try again. On Mon, Mar 30, 2015 at 10:29 PM, wrote: Is this list working? ~| Order the Adobe Coldfusion Anthology now!

File Upload/Management

2015-04-01 Thread Robert Harrison
I have a client who wants to be able to manage a file library on the server with multi-file uploads, file renaming, and directory organization. I've used Plupload and it's a good tool for multi file uploads, but I'm not really familiar with any tools that allows for directory management on the

RE: Sudden error with CFHTTP and SSL

2015-04-01 Thread Kurt Kaptein
Try taking the restricted ip addresses out of your paypal account - we ran into this as well and after 2 days of battling it, this did fix the issue for us Sincerely, Kurt Kaptein President Spectrum Net Designs, Inc PO Box 806 Grandville, MI 49468 Ph: 616-538-2914 Toll Free: 866-773-2638 Fax:

Re: File Upload/Management

2015-04-01 Thread Russ Michaels
There is a cffilemanager, also if you look on the Ckeditor site they also do a file manager, don't recall if there is a xf version. Tinymce also do one I believe. On Wed, Apr 1, 2015 at 21:03 PM, Robert Harrison rharri...@aimg.com wrote: I have a client who wants to be able to manage a file

Re: Sudden error with CFHTTP and SSL

2015-04-01 Thread Russ Michaels
I suspect they disabled various ssl protocols due to poodle, you should ask them. The default response ro poodle was to disable everything except latest tls version, which is not supported out of the box by the jvm that ships with cf9. On Mon, Mar 30, 2015 at 18:33 PM, wrote: Hi, I have an

Re: Sudden error with CFHTTP and SSL

2015-04-01 Thread Wil Genovese
If they have disable the older SSL protocols here are two blog posts I did on how to handle that with CFHTTP and your Java version. Java Version http://www.trunkful.com/index.cfm/2014/11/24/ColdFusion-JVM-SSL-CA-CERTS-and-POODLE CFHTTP and JVM switches