Android manifest simulation over https gives me an error - ssl

I've just installed an ssl certificate and the website is now available over https.
On the remote host there is a manifest file for "add to home button" but when I try to simulate it through the Chrome Developer Tools - Application section I get an error saying:
Site cannot be installed: the page is not served from a secure origin
I tried the solution proposed here Why does Chrome keep displaying "Site cannot be installed: the page is not served from a secure origin" in the console? but nothing changed since my setting were already: default.

Have you tried opening the Security panel on the page? It may be able to provide more info. Perhaps it's a mixed content issue (where the page is secure, but it requests insecure resources).

Related

Vaadin "Cookies Disabled" Message in Chrome

I created a Vaadin (8.2.0) web app in Netbeans and uploaded it on a Glassfish (4.1) server. I can access the app's home page in Edge and Firefox, however in Chrome I get this message:
Cookies disabled
This application requires cookies to function. Please
enable cookies in your browser and click here or press ESC to try
again.
I double checked my chrome settings and know that cookies are allowed. I even added the server specifically in the allowed list.
What do think is missing?
As Artur Signell mentioned in the comments, the solution was to simply clear all the cached cookies in the Chrome web browser. After that, the app just worked fine and I didn't get that error.
I was having the same problem. I noticed that switching to HTTPS lead to these errors not occurring. The same site would throw this error when I accessed it via HTTP, but if I went to the site via HTTPS, then the problem did not occur.

Embedded iframe is prompted for security certificate

Running WAMP and I'm trying to embed an iframe of an external website (mcmaster) in a dokuwiki and I'm getting a security alert that doesn't allow the site to be displayed. Security alert says the sites certificate isn't good, and I didn't get the option to allow the page in the iframe but if i opened in a new window i got the option to. So after allowing it just returns a blank screen. What do I need to enable or exception to add in Apache to allow the server to embed this website? Apologies if this is in the wrong stack but I assume this is a server issue not a coding issue, as other sites work fine with the syntax.

SSL Certificate Site Issue - Google Analytics?

I have a website which has an SSL certificate installed. If I navigate to the site via https://www.[MY-SITE].com then it flashes up in Chrome for a second with a green https:// indication. Then it greys out and shows the message that the site is loading up insecure content.
Some of the links on the site are still the old http:// versions but it isn't actually loading anything from the files it is linking to. One thing I thought of was that I don't have access to change the Google Analytics code to the https:// so it is still on the http:// in the admin settings on Google. Would this be the issue?
Thanks,
Jack
It may occur mistakes I think. I just search out some post from web regarding your queries.
please read this link :
http://blogoscoped.com/archive/2007-12-13-n83.html
http://code.google.com/p/r-google-analytics/issues/detail?id=1
I hope it will be helpful for you.

Apache authentication, security exceptions and safari

I have apache authentication set up on a wordpress multi site instance, it works fine in firefox and chrome, you type in the username/pass once and then you can happily visit any page on the site. Unfortunately this is not the behavior in safari. Every time you go to another page, you must re-enter your credentials.
Is there some way I can look at the security exceptions for safari and set it to always trust the certificate or find some other setting to not ask for authentication on each page?

Debug HTTPS errors

When accessing my site, the SSL session is successful while the page loads.
A few seconds after the page loaded FireFox shows that SSL is no longer available.
I am guessing its some script (all I have is Google Analytics and Facebook).
How can I see what caused FireFox (or IE/Chrome) to drop the SSL and why ?
Have you tried firebug? It should show you what is going on.