Subscription button not working

im on version 5.75.1-0
the error is mixing http and https
comment-counts.min.js?v=28709ab4c2:1 Mixed Content: The page at ‘https://kates.fclec.com/’ was loaded over HTTPS, but requested an insecure resource ‘http://kates.fclec.com/members/api/comments/counts/?ids=659f1ba71cbc8b078d9c830a’. This request has been blocked; the content must be served over HTTPS.
a @ comment-counts.min.js?v=28709ab4c2:1

if I change my config url to https then the site fails

my config looks like this
{
“database”: {
“client”: “mysql”,
“connection”: {
“host”: “127.0.0.1”,
“port”: 3306,
“database”: “bitnami_ghost”,
“user”: “bn_ghost”,
“password”: “fa97412cc33187dedcb85f0ba406fa6bc688a045da26ef3e4318011c097f6d17”,
“ssl”: false
}
},
“url”: “http://kates.fclec.com”,
“server”: {
“port”: 2368,
“host”: “0.0.0.0”
},
“mail”: {
“transport”: “SMTP”,
“options”: {
“host”:“email-smtp.us-east-1.amazonaws.com”,
“service”: “SES”,
“port”:“465”,
“auth”: {
“user”: “xxxxxxxxxxxxx”,
“pass”: “xxxxxxxxxxxx”}
}
},
“logging”: {
“transports”: [
“file”
]
},
“process”: “local”,
“paths”: {
“contentPath”: “/opt/bitnami/ghost/content”
}
}