Framework.js file hosted with http instead of https

I'm trying to create a Private PureCloud Embeddable Framework integration.

I created an OAuth client, private deployment, and uploaded my framework.js file to that deployment. When I add the iframe to my site, I get the error Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure script '<URL>'. This request has been blocked; the content must be served over HTTPS. (where the first URL is the iframe src, and the second URL is the hosted framework.js file) which then causes the error Could not load the framework file: <URL>. I followed all the documentation and can't seem to find the problem that's causing the framework.js file to be hosted with http and not https. Any ideas?

This is the url I'm using in the iframe: https://apps.usw2.pure.cloud/crm/embeddableFramework.html?enableFrameworkClientId=true&dedicatedLoginWindow=true
And my authorized redirect URIs in the OAuth client:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.