bsimmons
04/12/2021, 1:40 PM<http://javax.net|javax.net>.ssl.SSLPeerUnverifiedException
but I am only able to catch(e: <http://io.ktor.utils.io|io.ktor.utils.io>.errors.IOException){...}
and nothing more specific than that. Any ideas?mkrussel
04/12/2021, 1:43 PMbsimmons
04/12/2021, 1:54 PMexpect class VpnException: Exception
actual class VpnException: javax.net.ssl.SSLPeerUnverifiedException()
mkrussel
04/12/2021, 1:55 PMpublic expect class IOException(message: String, cause: Throwable? = null) : Exception
public actual typealias IOException = IOException
bsimmons
04/12/2021, 1:58 PM