Hi All,
Our crucible is configured for HTTPS and everything seems to work fine except editing review details. We get a "Server Not Responding" and looking into chrome debug console, due to:
Mixed Content: The page at 'xxxxxx' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'xxxxx'. This request has been blocked; the content must be served over HTTPS.
Note that we also get a mixed content error for the avatars:
Mixed Content: The page at 'xxxxxx' was loaded over HTTPS, but requested an insecure image 'xxxxxx'. This content should also be served over HTTPS.
Virtual hosts set:
<VirtualHost *:443>
SSLEngine On
SSLCertificateFile /etc/pki/tls/certs/ssl_certificate.crt
SSLCertificateKeyFile /etc/pki/tls/certs/private/private.key
SSLCertificateChainFile /etc/pki/tls/certs/IntermediateCA.crt
ServerName cruciblexxxx
ProxyRequests Off
RemoteIPHeader X-Forwarded-For
<Proxy *>
Require all granted
</Proxy>
ProxyPass / http://cruciblexxxx:8060/
ProxyPassReverse / http://cruciblexxxx:8060/
ErrorLog logs/crucible.errors.log
TransferLog logs/crucible.access.log
</VirtualHost>
<VirtualHost *:80>
ServerName crucible
Redirect Permanent / https://cruciblexxxx/
</VirtualHost>
Any ideas why only avatar and editing review details we get the mixed content problem?
Thanks!
Hi Brandon.
It appears that you have also opened a support case and an engineer is currently working with you regarding your issue.
We will share the answer once that ticket has been resolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.