• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Lets Encrypt SSL issued but the website is not secured

maximus99

Basic Pleskian
Server operating system version
CentOS7.9
Plesk version and microupdate number
18.0.61
Lets Encrypt SSL issued but the website is not secured

Hi All , I am new to plesk i need some advise here. I am running a plesk version of 18.0.61.2 and the server is new.

No third party application or anything has been installed. But when i try to setup a domain and issued a SSL i was able to . But while accessing the website in the browser it still says unsecured.

No firewall is running in the server. I tried to create a index.php in the DOCROOT and i was able too access it in browser only issue is the SSL is unable to communicate and get the website secure
 
Is SSL enabled in the Hosting Settings of the domain, and is the correct Certificate selected for the domain?
Schermafbeelding 2024-05-22 163433.png
 
Rudimentary question but are you actually accessing it over HTTPS and are are all elements being loaded over HTTPS?

It's possible to successfully issue an SSL but if traffic is still being served over HTTP (i.e. not being redirected over HTTP or it's being referenced with HTTP, then it would return that message).
 
Its just a new setup and we just issued the cert and tried to access the index.hml over browser and it still says unsecured.

No firewall and blocks , Also we can see the ports are open and all are listening
tcp 0 0 127.0.0.1:7080 0.0.0.0:* LISTEN 551646/apache2
tcp 0 0 127.0.0.1:7081 0.0.0.0:* LISTEN 551646/apache2
tcp 0 0 1x.x.x.x:443 0.0.0.0:* LISTEN 555028/nginx: maste
tcp 0 0 1x.x.x.x:80 0.0.0.0:* LISTEN 555028/nginx: maste
 
When i try curl from my laptop to that website . i got this error : * schannel: SEC_E_UNTRUSTED_ROOT (0x80090325) - The certificate chain was issued by an authority that is not trusted.
 
Back
Top