Closed kthkaya closed 3 years ago
Hi @kthkaya,
OpenVPNAdapterDelegate
has a few methods where you can capture such response:
openVPNAdapter(openVPNAdapter:handleError:)
openVPNAdapter(openVPNAdapter:handleEvent:message:)
openVPNAdapter(openVPNAdapter:handleLogMessage:)
I think, in your case the first one is what you need.
Thanks Sergey!
Hi,
I was wondering if it possible to capture the reason why the OpenVPN server refused the connection attempt on the IOS client? If a reason code cannot be captured, is it at least possible to derive somehow that the server did respond to the connection request, but rejected the connection for some reason?
Thanks