• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Why does CFFileupload Fail Under SSL?

Explorer ,
Jul 28, 2010 Jul 28, 2010

Copy link to clipboard

Copied

Note: I first posted this question to ColdFusionJedi but Ray didn't really have any guesses.

The problem is that I have some test code that works fine on my server on a non-ssl domain, but fails (on the same server) under a SSL domain. Using Charles to sniff the traffic, it seems that Apache immediately refuses the request coming from the flash app when I try to upload.

Charles says: "sslhandshake: remote host closed connection during handshake"

Any suggestions on what the issue may be or how to best solve this problem?

Thanks!!! Very Frustrated at the moment.

Views

849

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 19, 2011 Oct 19, 2011

Copy link to clipboard

Copied

LATEST

For me the Upload Flash component can't be used in a CF page reached on port 443 because when it post the file to the web server the Flash component use port 80 !

If your URL CF page is https://mydomain.com/something/MyCFpageWichContainsCFFILEUPLOAD.cfm

The upload action in the Flash form tries to access

http://mydomain.com/something/MyCFpageWichContainsCFFILEUPLOAD.cfm

So if port 80 for this particular page is not open, it failed.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation