I’m posting Https request to our server(the server is in America and I am in China), the certificate is configured right, but now I have some issues:
In network 4G, everything goes right. When in Wifi, the request always goes to "Time out". I'm using AFNetworking, someone suggests related to SNI ? Anyone ever meet this issue? I need your help.
Thanks in advance.
Related
Due to the too-strict filtering in Iran by its government, any proxy I've ever used has been blocked.
I used L2TP, IPSec, Shaddowsocks, V2ray (Vmess, Vless), and many VPN applications like StarVPN, X-VPN, HotspotShield and etc, but they've been blocked recently.
V2ray was working until yesterday, but today it has been blocked. I even changed the server and it's not still working.
I don't know how exactly the government blocks these protocols, but I think they are recognizable, so I'm looking for an unrecognizable proxy protocol. Do you have any suggestions?
Thanks in advance
I am trying to build a system using Socket.io and YARP. Yarp is functioning has a Reverse Proxy to all my Services.
When trying establish a connection to my socket.io service, through yarp, I am getting connection_error:
I noticed there are proper configurations used in other Reversed Proxy solutions that are well documented in Socket.io website:
https://socket.io/docs/v4/reverse-proxy/
However, I can't "translate" what they are doing to YARP. Does anyone know if this is possible?
Thanks in advance
I guess stackoverflow was my rubberduck this time...
I checked in postman the request that was being made through my Yarp Server and turns out it wasn't even hitting the correct path. For yarp to connect to a socket.io server you have to use this kind of path in your configuration file:
It seems that a sokcetio request uses it's own path, so you have to make your reverse proxy match the beggining "socket.io/"
Heyo everyone !
I'm trying to reverse ingeneer an API using Burp. The problem is that I can't see any of the requests made by the software using the said API while I can see the requests made from Spotify, Discord, etc... I set the proxy parametter of windows to localhost:8080 and burp to listen to *:8080
Do you have any idea on what could make that happen ? I've been exploring the web I have yet to see an answer to my problem...
If I can improve by any means this question, to hesitate to let me know !
It is called SSL Pining and it's a method to protect against Man-in-middle type of attacks. It's very effective !
You can learn more about it through these articles:
https://sslmagic.com/blog/introduction-to-ssl-pinning/
https://medium.com/#anuj.rai2489/ssl-pinning-254fa8ca2109
https://www.indusface.com/learning/what-is-ssl-pinning-a-quick-walk-through/
I'm not related to any of these articles by any means. I just find them useful to understand SSL Pining
I met the following error when I call the https link from the google cloud run . It works very well when the program calls the same link from my local computer.
I use golang "net/http" to call the https link. I don't know why it has problem when I deploy the program to the google cloud run.
Does anyone has the same issue as me? Any solution I can borrow?
Thanks in advance.
"Post "https://integrations.thethingsnetwork.org/.....": net/http: TLS handshake timeout"
I had the same issue when running HTTP calls in a different go routine.
Fixed, after saw #AhmetB comment, by removing it.
See also this answer.
Thanks #AhmetB :)
I need a little server (OBJ-C, iPad, XCode) using ssl negociations and exchanges when a client tries to connect.
Is someone knows how to do this or have a little example?
Thanks to all
cocoahttpserver