Cant access admin-ajax from https. In my js i wrote
$.ajax({
url: 'https://'+window.location.host+'/admin/admin-ajax.php',
type:'post',
data:'action=bid_now_live_me&_pid='+ mypid ,
success: function (data) {
So I changed every url to https but still no luck. In chrome network I get
In console just lot's of errors
Tried to force ssl by modifing my htaccess, wp-config and by using force ssl plugin. And of course I tried to disable all plugins.

