This frame was blocked because it contains some insecure content.

ARUN Posted in PLESK FRONTEND, SSL
0

Getting the below message while trying to access a website thats having self signed ssl certificate in google chrome :

This frame was blocked because it contains some insecure content.   chrome

Temp Solution :

Open the URL in Chrome >> right click on the error page >> 

1 ) Click on View Frame Source. After loading the frame source, close the frame source page.
2 ) When loading the frame source if it shows an warning, click “proceed anyway”.
3 ) Back to your error frame’s page ant reload it

 

SoftException in Application.cpp:422: Mismatch between target UID (99) and UID (585) of file “/home/username/public_html/index.php”

ARUN Posted in SSL, WHM BACKEND
0

SoftException in Application.cpp:422: Mismatch between target UID (99) and UID (585) of file “/home/username/public_html/index.php”

Solution :

First check permission & ownership of files and folders.

Secondly.  Open httpd.conf

Go to the entry where 443 (SSL) details for the domain is given.

If its nobody nobody try changing to :

suPHP_UserGroup USERNAME USERNAME

How to check if SSLv2 is disabled

ARUN Posted in SSL
0

openssl s_client -host IP_ADDRESS -port 443 -verify -debug -ssl2

If it shows, the below result you can confirm that sslv2 is disabled :

================

verify depth is 0
CONNECTED(00000003)
write:errno=104
==========================

SSL install aborted due to error: The certificate is expired

ARUN Posted in SSL, WHM FRONTEND
0

Getting the below error while trying to install SSL on a DOMAIN :

SSL install aborted due to error: The certificate is expired

Solution :

1) Make sure in WHM while you are trying to install the certificate you are loggedin without ssl ie. IP:2086

2) If your WHM is not using a paid SSL, reset the self signed certificate from WHM again and then try installing SSL for the domain

 

SSL Certificate migration

ARUN Posted in SSL
0

You need to provide  crt   and   key file.

How to add a dedicated IP to a subdomain or addon domain

ARUN Posted in SSL, WHM BACKEND
0

cd /var/cpanel/userdata/UN/

vi your_subdomain.domain.com

(  For addon domain edit   addon.domain.com  )

Change the IP field and add the new IP

ip: NEW_IP_ADDRESS
Save and exit
/scripts/rebuildhttpdconf
/scripts/restartsrv_httpd
Change the DNS entry and reserve the IP address so its not used via WHM to any other domains in future.
To reserve the Ip follow the documentation below : http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/ShowEditReserved
OR in NEW WHM
WHM >> Show/Edit Reserved IPs >> Check the IP box and give the reason.
Click Save.

View SSL cert from backend

ARUN Posted in SSL
0

openssl x509 -in /etc/ssl/certs/DOMAIN.crt -text -noout

Backup SSL certificate

ARUN Posted in SSL
0

SSL certificate path will be normally

/etc/ssl/

You can find the path i http.conf file as well

Backup both  certs and private folder