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
The detailed example mentions a ISSLTrustManager can be used to allow untrusted SSL certificates.
Could you provide an example of the setup for the ISSLTrustManager and how to pass it to openkit?
The text was updated successfully, but these errors were encountered:
varopenKit=new DynatraceOpenKitBuilder(BeaconEndpoint, CustomAppUuid, DeviceIdentifier).WithApplicationVersion("1.0.0").WithOperatingSystem(Environment.OSVersion.VersionString).WithTrustManager(new SSLBlindTrustManager())// this line overides the default SSLStrictTrustManager.WithDataCollectionLevel(DataCollectionLevel.USER_BEHAVIOR).WithCrashReportingLevel(CrashReportingLevel.OPT_IN_CRASHES).EnableVerbose().Build();
The detailed example mentions a ISSLTrustManager can be used to allow untrusted SSL certificates.
Could you provide an example of the setup for the ISSLTrustManager and how to pass it to openkit?
The text was updated successfully, but these errors were encountered: