• Resolved pingram

    (@pingram3541)


    With Cloudflare Flex SSL, Cloudflare handles the DNS for the website so visitors are served via https through Cloudflare as the middle man using Cloudflare’s plugin within WordPress however the WordPress base uri still remains http instead of https so when one attempts to use this plugin it results in it being blocked because of the browser insecure content mechanism and everything being loaded http is blocked.

    If you can detect the real url instead of using the wp base uri or similar hook, it could fix this problem.

Viewing 1 replies (of 1 total)
  • Plugin Author arisoft

    (@arisoft)

    Hello

    Could you open <plugin_directory>/includes/defines.php file and replace the following code:

    define( 'ARIADMINER_THEMES_URL', ARIADMINER_URL . 'assets/themes/' );

    with the following one:

    define( 'ARIADMINER_THEMES_URL', '../assets/themes/' );

    Let us know about results please.

Viewing 1 replies (of 1 total)
  • The topic ‘Add support for Cloudflare Flex SSL’ is closed to new replies.