How to send ajax request from DMZ to Internal Secure Network?

77 views Asked by At

When trying to send an ajax request from DMZ to Internal Local Network, I receive the error "Mixed Content: The page at 'URL' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint". One solution found in Google was to add the SSL certificate to the computer where the web service is. However my web service is in the secure zone of the network (with no access to internet) so I cann't add the SSL certificate to it. Any suggestions would be helpful. Thanks.

0

There are 0 answers