Unable to download HTTPS captcha using Flash on Samsung Smart TV

I developed a web application using Java and deployed under Tomcat configured to use HTTPS . It works great in browsers.

On the other hand, I have a Flash application on Samsung Smart TV that interacts with my server. In the case of HTTP mode, it works fine. But he can not communicate on HTTPS.

Something strange:
The Flash application downloads another HTTPS image resource as a barcode on the Internet!

Could you help me with this? Thank you in advance.

+6
source share
2 answers

Try running Https on port 443 and try downloading Cross Domain Security Policy for Flash Movies for more information. Cross-Domain Security Policy

Flash will not work if the server contains a "no-cache" value in the "Cache-Control", try editing this. also check that your base code address starts with Http or Https, if it starts with Http, try making Https. You can check the code in the built-in flash code.

+2
source

Well, therefore, if you say that images from another HTTPS source work, this may not be a Samsung problem.

Have you checked the headers of this generated code? Are they the same as in other work images?

Did other verified HTTPS certificates have valid SSL certificates? What about yours?

+1
source

Source: https://habr.com/ru/post/917845/


All Articles