• I have attempted multiple times to get an ssl with this plugin and it won’t work at all. I’d love to use it but I can’t get any help. It does not work as advertised, at least for self hosted servers. Would love to change my star but at the moment I can’t. Great team has helped me work on my issues to configure this plugin. Highly recommend it.

    • This topic was modified 2 years, 9 months ago by fork01.
Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Hi @fork01 I’d like to help you with this. What is the point where you got stuck?
    Do you see any error messages?

    The let’s encrypt wizard is specifically created for self hosted WordPress, but sometimes boaters block some things. What hosting company are you on?

    Thread Starter fork01

    (@fork01)

    so I’m using a server at home, I also use google dns. I get rsa export failed when trying to generate the keys

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    @fork01 This is a server configuration issue. This is typically caused by an issue with the OpenSSL configuration which needs to be resolved first.

    I came across some references stating that a path in the openSSL config might be incorrect. It migth also help to update or re-install OpenSSL.

    https://really-simple-ssl.com/rsa-keypair-export-failed/

    Thread Starter fork01

    (@fork01)

    SO I installed the certificate manually but the plugin is not getting anything. I also added the recommended rewrite.

    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTPS} !=on [NC]
    RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/
    RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
    </IfModule>

    to the /htaccess file where the site files are and the plugin is not picking it up.

    Thread Starter fork01

    (@fork01)

    I actually got it working but the status for certificate shows as “certificate issue” but it still works and the cert is valid

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    If you share your domain I can check the certificate for you.

    Thread Starter fork01

    (@fork01)

    sure luxaark.com

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Based on this:https://www.ssllabs.com/ssltest/analyze.html?d=luxaark.com

    The certificate is fine, but your server supports tls 1.0 and 1.1, which is not secure.

    As this is configured on the server, Really Simple SSL can’t disable that for you.

    If you disable it, this issue will be resolved.

    Thread Starter fork01

    (@fork01)

    I have everything working now, I am starting to like the plugin so I do rescind my 1 start. However, I’m having an issue where the hsts headers are in the htaccess file but the plugin is not detecting it.

    Thread Starter fork01

    (@fork01)

    it just picked it up! we’re good!

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    @fork01 thanks!

    Thread Starter fork01

    (@fork01)

    i am though receiving an issue on two of other sites that I host where hsts header is not detected and it’s not changing

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Do you get the hsts header here?
    https://scan.really-simple-ssl.com/

    Please also share the domains so we can take a look.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Does not work for self hosted WordPress server’ is closed to new replies.