• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Help "Failed to connect to statics.tls.security.mozilla.org port 443"

sebastianapeng

New Pleskian
Hi,

Anyone having this issue lately? I can't install SSL certificate for my domains.
Error: Could not get Mozilla tls config: cURL error 28: Failed to connect to statics.tls.security.mozilla.org port 443: Connection timed out (see libcurl - Error Codes)

Thanks!
 
Looks like the connection is firewalled. Check that you can connect from this server with:

Code:
$ telnet statics.tls.security.mozilla.org 443
Trying 18.66.15.116...
Connected to statics.tls.security.mozilla.org.
Escape character is '^]'.
 
Hi Igor,

Thank you for reaching out.
Looks like the connection is firewalled. Check that you can connect from this server with:

Code:
$ telnet statics.tls.security.mozilla.org 443
Trying 18.66.15.116...
Connected to statics.tls.security.mozilla.org.
Escape character is '^]'.

After testing above.
Code:
# telnet statics.tls.security.mozilla.org 443
Trying 65.8.66.2...
Trying 65.8.66.86...
Trying 65.8.66.83...

How do i solve this?

Thanks..
 
My ports is open. But still receiving the error.
Code:
sudo ufw status verbose
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip

To                         Action      From
--                         ------      ----
22/tcp                     ALLOW IN    Anywhere
22                         ALLOW IN    Anywhere
80                         ALLOW IN    Anywhere
443                        ALLOW IN    Anywhere
80,443/tcp (Apache Full)   ALLOW IN    Anywhere
2222                       ALLOW IN    Anywhere
80/tcp                     ALLOW IN    Anywhere
443/tcp                    ALLOW IN    Anywhere
22/tcp (v6)                ALLOW IN    Anywhere (v6)
22 (v6)                    ALLOW IN    Anywhere (v6)
80 (v6)                    ALLOW IN    Anywhere (v6)
443 (v6)                   ALLOW IN    Anywhere (v6)
80,443/tcp (Apache Full (v6)) ALLOW IN    Anywhere (v6)
2222 (v6)                  ALLOW IN    Anywhere (v6)
80/tcp (v6)                ALLOW IN    Anywhere (v6)
443/tcp (v6)               ALLOW IN    Anywhere (v6)

Where do i modify the firewall rules? In plesk?

Thanks
 
Back
Top