Antsle Forum

Welcome to our Antsle community! This forum is to connect all Antsle users to post experiences, make user-generated content available for the entire community and more. 

Please note: This forum is about discussing one specific issue at a time. No generalizations. No judgments. Please check the Forum Rules before posting. If you have specific questions about your Antsle and expect a response from our team directly, please continue to use the appropriate channels (email: [email protected]) so every inquiry is tracked. 

Please or Register to create posts and topics.

Quick Guide to SSL Wordpress Antlet and Antsle Reverse Proxy set-up

First phase it set-up the HTTP to Antlet on the Antsle by following the following instructions documented by these links;

Second phase is to install WordPress (WP) and all the dependency needed to run WordPress. There are enough internet sources for the instructions to do based on your prefer stack.

Once WP installed the best way to generate the SSL certificates is by using the WP encryption plugin in the WP Admin. Just following the steps of WP encryption the free plan will generated the three ssl certificates files download these for configuring the Antsle. Before configuring the SSL on the Antsle, make sure you update the WordPress Address (URL) and Site Address (URL) from http to https in Settings - General; save the changes and exit WP

Third phase is to configure the SSL for WP on the Antlet by following these instructions;

  • Remove the conf file for HTTP to Antlet;
  • Merge/Concatinate  the xxx-cert.crt with xxx-cabundle.crt to a new .crt file, made sure there is newline between content from both files.
  • Deploy the newly created .crt and xxx-key.pem onto the Antlet
  • Create the HTTPS to Antlet by following the instructions documented in this link; https://docs.antsle.com/antlets/access-antlets#https-access-with-domain-name
    • Comment out the following line into to get conf file loaded;
      • proxy_cache            STATIC;

Restart nginx on the Antlet, it is possible that WP site is not loading due to too many redirections; just following the instruction documented in this link; https://www.wpbeginner.com/wp-tutorials/how-to-fix-common-ssl-issues-in-wordpress-beginners-guide/

After this SSL for WP should be working, in the WP Admin finalise the last step for WP encryption by clicking on Enable HTTPS

If you are using Apache as the web server on CentOS 7 for WP then you can following these instructions to harden Apache; https://sharedhow.com/index.php/2020/11/08/how-to-secure-apache-web-server-on-centos-7/

lancem and daniel.luck have reacted to this post.
lancemdaniel.luck

Hi @nike

Thanks for sharing this detailed guide for setting up SSL Wordpress and Reverse Proxy!