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
By default when you're calling an https api it will attempt to verify that ssl is working correctly.
45
-
Using certificate verification is highly recommended most of the time and is the default.
46
-
But sometimes you may need to authenticate to a server (especially an internal server) using a custom certificate bundle.
44
+
By default, when you're calling an HTTPS API it will attempt to verify that SSL is working correctly. Using certificate verification is highly recommended most of the time, but sometimes you may need to authenticate to a server (especially an internal server) using a custom certificate bundle.
By default when you're calling an https api it will attempt to verify that ssl is working correctly.
45
-
Using certificate verification is highly recommended most of the time and is the default.
46
-
But sometimes you may need to authenticate to a server (especially an internal server) using a custom certificate bundle.
44
+
By default, when you're calling an HTTPS API it will attempt to verify that SSL is working correctly. Using certificate verification is highly recommended most of the time, but sometimes you may need to authenticate to a server (especially an internal server) using a custom certificate bundle.
0 commit comments