File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ cause of this situation
3636
3737The exception may say something like ` NotAfter: Mon Jun 10 08:15:43 EDT 2019 ` which means the
3838certificate was only valid until that point in time. You should let the admins of that IRC server
39- know of their mistake. In the mean time, you could work around it by connecting using the
40- ` InsecureTrustManagerFactory ` . If writing a client, you could prompt the user to decide if they
41- want to make this technically risky decision.
39+ know of their mistake. In the mean time, you could work around it by having your trust manager allow
40+ it . If writing a client, you could prompt the user to decide if they want to make this technically
41+ risky decision.
4242
4343#### Self-signed certificate
4444
You can’t perform that action at this time.
0 commit comments