Jump to content

[Solved] SSL Certificate on Plesk


seihoeng

Recommended Posts

Happy New Year!

My account was recently moved to Plesk and I thank you for your hard work to make that possible!

Everything works OK so far, except the SSL certificate. I tried to reissue the certificate from Plesk and keep getting the following error:

Quote

Could not issue an SSL/TLS certificate for seihoen.heliohost.org

Could not request a Let's Encrypt SSL/TLS certificate for seihoen.heliohost.org.

Go to http://seihoeng.com/.well-known/acme-challenge/xxxxxxxxxxxx
and сheck if the authorization token is available.
If it is, try to request the certificate again. If the token is not available, there may be an issue with your DNS configuration.
Your domain in Plesk is hosted on the IP address(es): , but the DNS challenge used another IP: 65.19.143.6.
Make sure that the IP address(es) specified in the domain's DNS zone match the IP address(es) the domain is hosted on.

If it does not help or if you cannot find an issue with your DNS configuration, use this KB article for troubleshooting.

 

 
Also, https://seihoen.heliohost.org gives me a 500 Internal Server Error.
 

User ID: seihoen

Domain: seihoeng.com

Can you please resolve the problem(s)?
 
Thank you!
Link to comment
Share on other sites

You can install SSL yourself

Login > Continue to Plesk > Websites & Domains > [domain] > SSL/TLS Certificates > Install > Get it free.

Make sure you don't check the wildcard box because that requires DNS verification which isn't implemented yet. Eventually we will support wildcard SSL, but there is no ETA on when it will be available. If you get any particular error let us know and we can help you further.

Link to comment
Share on other sites

error_log tail:

[Fri Jan 13 02:32:08.657489 2023] [core:alert] [pid 26735:tid 140567610607360] [client xx:xx:xx:xx:xxxx] /home/seihoen.heliohost.org/public_html/en/.htaccess: Options not allowed here, referer: https://www.seihoeng.com/

.htaccess:

# Disable Directory Listing
Options -Indexes

# Security Headers - X-XSS-Protection
<IfModule mod_headers.c>
  Header set X-XSS-Protection "1; mode=block"
</IfModule>

# Security Headers - X-Frame-Options
<IfModule mod_headers.c>
  Header always append X-Frame-Options SAMEORIGIN
</IfModule>

# Security Headers - X-Content-Type: nosniff
<IfModule mod_headers.c>
  Header set X-Content-Type-Options nosniff
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php80” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php80 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

I commented out "Options -Indexes" and it works OK now!

Thank you @Krydos!

Link to comment
Share on other sites

  • Krydos changed the title to [Solved] SSL Certificate on Plesk
  • Krydos locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...