You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to connect to stunnel server on windows by using this BlueSSLService client.
But I get an error when I create Socket with SSLService Delegate and connect to stunnel.
This is my function for creating client tls socket
`
func createStealthSocket() -> Socket?{
`
When i run this function, i get a normal return value without error.
After that i write data from this returned socket but if i capture a network packet with wireshark, i get an encrypted alert (21).
Below is the log taken from wireshark.
I would be grateful if you can help me out what the error is.
No description provided.
The text was updated successfully, but these errors were encountered: