I've found a few threads that skimmed this question, but no direct question and answer.
Is there a way to develop and test an Accept.js integration on my local machine with the sandbox without an SSL certificate?
Solved! Go to Solution.
02-09-2017 10:13 AM
Sadly, it is still true! I have been seeing this error "E_WC_02" when I am on http.
07-03-2019 12:29 AM
07-03-2019 01:58 AM - edited 07-03-2019 02:00 AM
Still an Issue.. 9/3/19
Requiring SSL for local testing is absolutely ridiculous. WTF ANet?
09-03-2019 05:35 PM
Still true on 9/3/19. What the actual F Anet? This is absolutely ridiculous. I know of no other payment processor that requires SSL when testing localling in a development environment. What at horrible waste of our time. Thanks a lot .. now I know what the A in Anet stands for.
09-03-2019 05:38 PM
Hi Folks, I went through this thread, and saw that it is still not solved.
We're using this in a rails environment, and had success using NGROK to port localhost to an HTTPS URL, by setting `config.hosts` in your rails environment settings (\config\environments\<whatever you use, we use development>.rb to the HTTPS URL given when you start `ngrok https 3000` on your command line.
12-04-2020 10:18 AM
Here in 2023, This is 5 years after someone said this was gonna get fixed.
Im using React. When I port my app through ngrok with and https connection, Im having issues. Any way you guys can fix the sandbox to use http instead of https?
02-16-2023 10:34 PM