I have two web pages that sits on identical servers
They both sit on identical servers (different SSL certificate)
The second one gives me SSL warning
Your connection to app.cupsapp.com is encrypted with 256-bit encryption. However, this page includes other resources which are not secure. These resources can be viewed by others while in transit, and can be modified by an attacker to change the behavior of the page.
The connection uses TLS 1.0.
The connection is encrypted using AES_256_CBC, with SHA1 for message authentication and RSA as the key exchange mechanism.
What could be the problem ?
The ERROR - "However, this page includes other resources which are not secure. These resources can be viewed by others while in transit, and can be modified by an attacker to change the behavior of the page." This error pops up because there are items or links on your page which are coming from http instead of https. Please see the source of web page, you will find the links with plain http.
The error I see is different.
This error happens when you are using a certificate generated for another hostname. In this case, it looks like the certificate you are using for
app.cupsapp.com
was generated forcupstelaviv.com
.In order to avoid the warning, you need to purchase and install a certificate for the hostname
app.cupsapp.com
.