SSL certificate is not trusted – on mobile only [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 9 years ago. Improve this question My site is working great over SSL in my desktops (chrome) I have a green lock near the address bar saying “Identity verified” … Read more

C# Ignore certificate errors?

I am getting the following error during a web service request to a remote web service: Could not establish trust relationship for the SSL/TLS secure channel. —> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure. Is there anyway to ignore this error, and continue? It seems the remote certificate is not signed. … Read more

Why is there an intermediate redirect to https://public-url.org/wp-admin?

I have the SITE_DOMAIN set as foo.example.com, this has a SSL for *.example.com http://example.org, is the url for the frontpage, this works. There is no certificate for example.org. Now, when I access http://example.org/wp-admin the following happens: Redirect from http://example.org/wp-admin to https://example.org/wp-admin Client (browser) issues a certificate warning, there is no certificate for example.org. Client must … Read more

Occasional HTTPS Mixed Content Warning

we are stumped fixing this problem. It eventually just fixed itself. We installed SSL, changed settings -> general URL to point to https version of the site. All assets seem to load just fine. However, we noticed today that one specific page has the mixed content warning and didn’t load assets. All other pages were … Read more