Hi,
I've a blank page after selecting a country.
My config.php is well configured with
define('SSL_VERIFY_PEER', false); // disable if you get CA certificate error and cannot reconfigure your server to solve the issue
define('FOLLOW_LOCATION', true); // if your site have redirects for some URLs and for that reason you see blank pages, you need to enable this feature
The debug.txt shows :
cat debug.txt
* About to connect() to test.showlib.com port 80 (#0)
* Trying 172.16.0.21...
* connected
* Connected to test.showlib.com (172.16.0.21) port 80 (#0)
> GET /temp_user_end.php?fname=Thibaut HTTP/1.1
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11
Host: test.showlib.com
Accept: */*
Cookie: SESSa4c72380e40468e34aa288e20559b308=LXdg2GKB3BEsPFtYA09_mjyYVX_tapT4OdURRCQRt_M; PHPSESSID=pj47attpnip95f9uld0bdvrbc6
* HTTP 1.0, assume close after body
< HTTP/1.0 302 Found
< Location: https://test.showlib.com/temp_user_end. ... %3dThibaut
< Content-Type: text/html
< Content-Length: 180
<
* Closing connection #0
* Issue another request to this URL: 'https://test.showlib.com/temp_user_end.php?fname%3dThibaut'
* About to connect() to test.showlib.com port 443 (#0)
* Trying 172.16.0.21...
* connected
* Connected to test.showlib.com (172.16.0.21) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSL certificate problem: self signed certificate
* Closing connection #0
I have pound SSL proxy activated and a self signed certificate because it's e test environment
Do you have an idea ?
Thanks