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.
Asked
Active
Viewed 64 times
1
-
This is not a programming question and therefor off-topic. – Klaus D. Sep 06 '17 at 21:05
-
Why does being in the secure zone mean you can't add an SSL certificate to it? – Barmar Sep 06 '17 at 21:07