bramdejager / spcb

The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
GNU General Public License v2.0
173 stars 48 forks source link

TLS 1.2 Required in O365. SPCB supports this? #86

Closed scervenak closed 5 years ago

scervenak commented 5 years ago

When attempting to connect to an O365 Site collection, I'm getting "The request was aborted: Could not create SSL/TLS secure channel."

Since O365 just switched off support for TLS 1.0 and 1.1 as of a couple of weeks ago (Oct 31 2018), I presume SPCB needs a small update to use the correct security?

bramdejager commented 5 years ago

The support for TLS 1.1 and TLS 1.2 is included in SPCB tool since early this calendar year. Just validated by connecting to a SPO site and it is still working for me. Let know if you still face the issue? If so, can you provide the log files ?

Please follow instructions on the Report a Bug page.

scervenak commented 5 years ago

Attached is the Verbose log file. SPCB-BS-SEC-20181113.log

bramdejager commented 5 years ago

Thanks for providing the log file. I see you are using version 3.3.0.0, which is not the latest version. Can you download the latest version?

Check out the right version on the homepage, see Releases & Downloads.

Let me know if that fixed your problem.

scervenak commented 5 years ago

The latest version fixed it. I thought I was on the latest version, since using the "Check for updates" in the app reported that there was no newer release. I should have manually checked. Thanks for your prompt resolution.