Re: Problem with mixed content http https and haproxy

2015-02-23 Thread Andres Rojas Guerrero
Hi, I have found that the problem only occurs when you use a CMS like
Drupal and Wordpress, I found the solution force both to use https, in
the case of Drupal editing sites/default/settings.php uncomment the line:

$base_url = 'https://domain_name_blablabla';

In the case of Wordpress it's necessary to install Wordpress HTTPS (SSL)
plugin https://wordpress.org/plugins/wordpress-https/




El 12/02/15 a las 16:44, Andres Rojas Guerrero escribió:
 Yes, on the other hand I have observed that only blocks javascript and
 css content.
 
 
 
 El 12/02/15 a las 16:16, Lukas Tribus escribió:
 When I try to connect through haproxy ssl, the browser (Firefox and
 Chrome) block the contect mixed, in theses cases the http conections,
 this not happend when I try to connect without the haproxy.
 What can be the problem?

 Your application using hard links with the http:// prefix.


 Lukas



 
 

-- 
***
Andrés Rojas Guerrero
Dpto. Sistemas
Secretaría General Adjunta de Informática
Consejo Superior de Investigaciones Científicas (CSIC)
Tel: +34 915680059 -- Ext. 990059
email: a.ro...@csic.es
***



RE: Problem with mixed content http https and haproxy

2015-02-12 Thread Lukas Tribus
 When I try to connect through haproxy ssl, the browser (Firefox and
 Chrome) block the contect mixed, in theses cases the http conections,
 this not happend when I try to connect without the haproxy.
 What can be the problem?

Your application using hard links with the http:// prefix.


Lukas

  


Re: Problem with mixed content http https and haproxy

2015-02-12 Thread Andres Rojas Guerrero
Yes, on the other hand I have observed that only blocks javascript and
css content.



El 12/02/15 a las 16:16, Lukas Tribus escribió:
 When I try to connect through haproxy ssl, the browser (Firefox and
 Chrome) block the contect mixed, in theses cases the http conections,
 this not happend when I try to connect without the haproxy.
 What can be the problem?
 
 Your application using hard links with the http:// prefix.
 
 
 Lukas