How to avoid web browser warning when my site use HTTPS protocol, and it's pages include images from sites without HTTPS?

Piotr

I have java web application which is running on several tomcats behind apache. Application use HTTPS protocol. Some pages from the app include images from sites which use only HTTP protocol. On pages with this images the client's web browser shows message (warning) that despite service is certified correctly some contents are not secure. What should I do to avoid this message? Should I use some proxy for this images? Can I do something in java code? Thanks in advance.

Davio

You can't do anything nor should you.

The browser is correct in warning the user even though there are no bad intentions here.

Using a proxy could be useful if you're really worried. In that case, the unencrypted connection is between your server and the hosts of the images instead of between the hosts and the user's browser.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

.htaccess not redirecting web site to https

分類Dev

How to get https web site certificate public key

分類Dev

Using CHttpFile with HTTPS sites

分類Dev

how to embed a youku video on an HTTPS site?

分類Dev

Youtube API https Protocol

分類Dev

My Chrome "jumps" to non-existent HTTPS protocol

分類Dev

How to use HTTP (not HTTPS) with RequestBin

分類Dev

How do I create web pages in my home directory and have the web server serve them in my web browser?

分類Dev

How to fetch a web page from a web site with URL using the web browser?

分類Dev

How to find out if you're using HTTPS without $_SERVER['HTTPS']

分類Dev

When I use SSH with web browser on AWS Console. How I can set my security group source?

分類Dev

Convert OWIN Web API from http to https

分類Dev

How to fix broken png images on my site?

分類Dev

How to avoid repeating sed commands when adding sites to Varnish?

分類Dev

How to forbid IE to browse a https site if the cert is not trusted?

分類Dev

The site's security certificate is signed using a weak signature algorithm! can't access any HTTPS's site

分類Dev

How can I download images from web pages with wget in Ubuntu 14.04?

分類Dev

How to use http:// in https:// using iframe?

分類Dev

How to embed urls as https in angularjs depending on the browser url?

分類Dev

htaccess how to run all site pages to subdomain without changing the url

分類Dev

Getting HTML from web pages that use AJAX

分類Dev

mpdf broken images over https

分類Dev

Firefox requests XML and IE requests JSON from my Web API website, what to change browser's setting?

分類Dev

Wordpress: for 100 pages site, use 100 page templates or 1 with include functions?

分類Dev

How to re-direct Internet https requests to an intranet https server without untrusted server issue

分類Dev

how do i get my site web icon from direct link

分類Dev

How do I use Google's token from AccountManager in my web app? (Rails with omniauth-google-oauth2)

分類Dev

When I resize my browser windows, my Images moves when they should stay together

分類Dev

How do I stop Chrome from yellowing my site's input boxes?

Related 関連記事

  1. 1

    .htaccess not redirecting web site to https

  2. 2

    How to get https web site certificate public key

  3. 3

    Using CHttpFile with HTTPS sites

  4. 4

    how to embed a youku video on an HTTPS site?

  5. 5

    Youtube API https Protocol

  6. 6

    My Chrome "jumps" to non-existent HTTPS protocol

  7. 7

    How to use HTTP (not HTTPS) with RequestBin

  8. 8

    How do I create web pages in my home directory and have the web server serve them in my web browser?

  9. 9

    How to fetch a web page from a web site with URL using the web browser?

  10. 10

    How to find out if you're using HTTPS without $_SERVER['HTTPS']

  11. 11

    When I use SSH with web browser on AWS Console. How I can set my security group source?

  12. 12

    Convert OWIN Web API from http to https

  13. 13

    How to fix broken png images on my site?

  14. 14

    How to avoid repeating sed commands when adding sites to Varnish?

  15. 15

    How to forbid IE to browse a https site if the cert is not trusted?

  16. 16

    The site's security certificate is signed using a weak signature algorithm! can't access any HTTPS's site

  17. 17

    How can I download images from web pages with wget in Ubuntu 14.04?

  18. 18

    How to use http:// in https:// using iframe?

  19. 19

    How to embed urls as https in angularjs depending on the browser url?

  20. 20

    htaccess how to run all site pages to subdomain without changing the url

  21. 21

    Getting HTML from web pages that use AJAX

  22. 22

    mpdf broken images over https

  23. 23

    Firefox requests XML and IE requests JSON from my Web API website, what to change browser's setting?

  24. 24

    Wordpress: for 100 pages site, use 100 page templates or 1 with include functions?

  25. 25

    How to re-direct Internet https requests to an intranet https server without untrusted server issue

  26. 26

    how do i get my site web icon from direct link

  27. 27

    How do I use Google's token from AccountManager in my web app? (Rails with omniauth-google-oauth2)

  28. 28

    When I resize my browser windows, my Images moves when they should stay together

  29. 29

    How do I stop Chrome from yellowing my site's input boxes?

ホットタグ

アーカイブ