I'm using v2ray(trojan server) to connect to google, everything works fine on the brower, but when I open up Google Earth, it shows that
Google earth is unable to connect to the Internet and try launching the application again.
Error code: c000000c
See screenshot here
Seems like google earth isn't going through my local trojan client, so my question is how to tell Google Earth to connect the server through my proxy?
According to this, you can set up a process that takes controll of all network activities, like proxychains-ng
Related
I'm facing an extremely annoying problem on Instagram that I can't find a solution for. I keep running into this problem despite working with multiple proxy providers.
When I want to access Instagram via proxy, I get the following text:
"There was a problem logging you into Instagram. Please try again
soon."
but when I leave the proxy I can easily access the same account.
I understand that this is caused by the proxy but I can't figure out why.
The proxy that worked an hour ago doesn't work an hour later, or the proxy that didn't work works strangely.
I am using a Shareless IPv4 Proxy
According to what is this happening?
How can I avoid this error?
What should I look for when buying a proxy?
What are the things you recommend?
Is it possible to overcome it?
I'm having no luck at all accessing Youtube today. I get this when I try to access http://youtube.com:
Secure Connection Failed
An error occurred during a connection to www.youtube.com. PR_END_OF_FILE_ERROR
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.
I am using the current version of Firefox - it just auto-updated earlier this week - on Windows 10. I haven't had any problems with Youtube previously.
I thought it might be the specific video I was trying to watch or maybe our internet connection but my brother, who is in the same house with me and is using the same network (except that he connects with ethernet while I am on WiFi) has no trouble at all accessing YouTube and playing the exact same video I'm trying to watch.
This is not the first tab I've opened to try to access Youtube today. The first tab I opened is still there. It actually started playing the video but stopped just 4 seconds into the video and has been loading ever since, a couple of hours now.
I'm baffled by what could be happening here. We aren't using any kind of VPN or proxy server. Does anyone have any ideas?
I'm really not sure what tags to use for this problem....
Try making a new profile with about:profiles and set it to default.
If its working, export your bookmarks from the old profile and import them again to your new profile.
in other words try to synchronize the profiles through Mozilla Account
this link can guide you to do it
I'm using BurpSuite to intercept the HTTP/HTTPS requests sent when logging in on https://www.nike.com/. I'm trying to achieve this with the following step:
Opening BurpSuite and Firefox
Turning on the proxy intercept
Turning on FoxyProxy on Firefox
Opening the website and trying to logging
These steps usually work for me, but in this case, I'm getting a "we are unable to connect to our servers" error without anything appearing on the intercept tab when trying to logging (I have tried turning off the intercept feature but it still yields the same issue, so I think it might be a proxy and certificate problem).
To clear things up:
I'm running the latest versions of BurpSuite and FireFox.
I have installed and reinstalled the BurpSuite certificate using this guide.
I've tried all of this on my iMac, MacBook and iPhone all of these devices yield the same issue
Here bellow is the error message I'm getting:
Here are my BurpSuite Proxy setting:
(in the Certificate tab I just have Generate CA-signed per-host certificates selected)
I have been using BurpSuite for over 2 years now and it's the first time I'm facing such an issue, any help is appreciated
I have shared my question with the Portswigger support (the team behind BurpSuite) and got the following response:
Hi
Thanks for your message.
We have reproduced the issue in our testing environment.
It looks like Nike.com are performing a fairly sophisticated check to
stop automated tool from accessing parts of their site.
Please let us know if you need any further assistance.
Cheers
Liam Tai-Hogan
PortSwigger Web Security
I've been handed a Genexus KB to make an SD app for it. But each time i want to try it i get a "an error occurred in the application server (Not found)" each time i've ran it in a real device (connected in the internal network thorugh) or in an Android Emulator (Andy).
I've setted the KB to point to a local DB stored in my computer and i've tried different ways to try it and it keeps with no luck.
What else should I do?
PS: when i run the web version of it, there's no problem.
Altight people, first of all thanks for the help you gave me!
Secondly #fpanizza that link you gave me was very useful, I could use CatLog with android emulator Andy (after installing Andy Rootkit) and I found out that my app wasn't reaching REST services in the server which leads me to #Franklin, who was right to let me know that it had to do with REST services and I've found out later that i didn't had installed HTTP Activation at one of the WCF Services at the .Net Framework 4.5 Advanced Services, which allowed to reach REST services, and now it worked.
You can try setting the server URL with the IP of your server.
Is probable that the local host is trying to access itself, the android device.
Service URL property: http://wiki.genexus.com/commwiki/servlet/hwikibypageid?21146
Update
I would do what fpanizza suggests on the comment.
Another troubleshooting idea that may bring some light into problem would be to try to access the rest services from a web navigator on the emulator. The idea would be to validate that the emulator/device can "see" the server. Testing outside the app will help understand if the problem is in the app or the server or the connection device - server.
Thank you #Juan.
For better understanding here I enclose the image.
Control Panel > All Control Panel Items > Programs and Features > Turn Windows features on or off
I have a server of my own running locally on my wifi, on 0.0.0.0:5000.
I have built an app with the parse.com backend, and I want to link this server to Cloud Code, so I can call functions on it.
I am completely lost and don't know where to start to bring my server online with only Parse being able to access it and use its API.
Or am I better off renting a VPS and connecting to that?