I have install on VPS a nodejs server with react front. I buy comondo SSL, fix both server and domain and after that if i call http it shows Mixted type error. SSL checker gives A grade to SSL. I use https.create to create the node server. Also postman gives correct result for http://example.com/5000/posts.
Mixed Content: The page at 'https://example.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://example.com:5000/posts'. This request has been blocked; the content must be served over HTTPS.
How i can fix this error ? Its axios , node or SSL problem ?