Class AutoTrustAppService
- All Implemented Interfaces:
SquidWarningService.FailedConnectionsListener
crtvd:27:X509_V_ERR_CERT_UNTRUSTED ssl:1:error:14094412:SSL routines:ssl3_read_bytes:sslv3 alert bad certificate ssl:1:error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown ssl:1:error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca ssl:1:error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol ssl:6:error:00000000:lib(0):func(0):reason(0)
____- there seem to be cases where cert-related errors stem from browsing (e.g. datenschutz-zwecklos.de for benne). ____? Check in how many cases this would speed up whitelisting for certificate pinning ____? Check in how many cases this would put favorite websites on the list IN ADDITION
* * When recording successful SSL connections, also record the device ____+ Spotify seems to work fine on iOS but complains about dealer.spotify.com on macOS ____- Blows up the recoding of successful domains ____- Device A cannot benefit from the successful SSL connections on device B
* * Why does My own DTBL work even though it is enabled???
-
Constructor Summary
ConstructorsConstructorDescriptionAutoTrustAppService(SquidWarningService squidWarningService, AppModuleService appModuleService, DomainBlockingService domainBlockingService, DeviceService deviceService) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidonChange(List<FailedConnection> failedConnections) voidonReset()voidrecordSuccessfulSSL(String domain) voidsetAutoTrustAppEnabled(boolean enabled)
-
Constructor Details
-
AutoTrustAppService
@Inject public AutoTrustAppService(SquidWarningService squidWarningService, AppModuleService appModuleService, DomainBlockingService domainBlockingService, DeviceService deviceService)
-
-
Method Details
-
onChange
- Specified by:
onChangein interfaceSquidWarningService.FailedConnectionsListener
-
onReset
public void onReset()- Specified by:
onResetin interfaceSquidWarningService.FailedConnectionsListener
-
setAutoTrustAppEnabled
public void setAutoTrustAppEnabled(boolean enabled) -
isAutoTrustAppEnabled
public boolean isAutoTrustAppEnabled() -
recordSuccessfulSSL
-