My recaptcha is not working when i attach an SSL certificate to my site hosted on IIS 7. The following is the code i use. It works perfectly fine when i remove the ssl certificate. What could be the reason? Need urgent help!
<div class="form_input_captcha">
<div id="sys-captcha-13940763381074331648"></div>
<script>
$(document).ready(function () {
Recaptcha.create('6LeOR-8SAAAAAD4BSVxZT7dKC8pUuWGnVSQS1kxE', 'sys-captcha-13940763381074331648', {
lang: 'en',
theme: 'white'
});
});
</script>
<input type="hidden" name="Captcha">
</div>