[Plugin: Quick Chat] Chat loads for ever when Admin is behind SSL
-
I have a develop environment for a site without ssl and a live environment with ssl. I noticed that the develop works like a charm but on the live site it only shows “Loading”.
Switching SSL off in the WP-Config solves the problem but this is of course not the desired solution.I had the same issue with wp-polls and here the cause was that the admin-ajax.php could not be accessed. This was solved by telling the ajax url that ssl and thus https was used.
When I check my footer however I see that the url is already using https. (see under)
var quick_chat = {“url”:”http:\/\/www.domain.com\/wp-content\/plugins\/quick-chat\/”,”ajaxurl”:”https:\/\/www.domain.com\/wp-admin\/admin-ajax.php”,”version”:”4.10″,”debug_mode”:”1″};
So what else needs to be changed so that the chat works in a SSL environment??
The topic ‘[Plugin: Quick Chat] Chat loads for ever when Admin is behind SSL’ is closed to new replies.