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
@@ -144,6 +149,13 @@ So to listen for the status of the upload service in an Activity for example, yo
144
149
145
150
If you want to monitor upload status in all of your activities, then just implement the BroadcastReceiver in your base activity class, from which all of your activities inherits and you're done.
146
151
152
+
## Using HTTPS connection with self-signed certificates
153
+
For security reasons, the library doesn't accept self-signed certificates by default when using HTTPS connections, but you can enable them by calling:
154
+
155
+
AllCertificatesAndHostsTruster.apply();
156
+
157
+
before starting the upload service.
158
+
147
159
## Do you use Android Upload Service in your project?
148
160
Let me know, and I'll be glad to include a link in the following list :)
0 commit comments