Editing review details get "Server Not Responding" message due to mixed content

brandoneng September 19, 2018

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!

 

1 answer

0 votes
Mark A_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 19, 2018

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events