mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #1] Caldavsynchronizer 0.99.4: SSL Trust relationship not established. #950
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#950
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @linuxcrash on GitHub (Jul 28, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/1
Hi Guys,
Congratuliation to this very nice tool! I have an issue because I use a selfsigned certificate for my Owncloud instance as the certificate on the client is not recognized as trusted. Would there be an option to add "Import Certificate" button when the "Test Connection" recongnizes the untrusted certificate so I could kind of add this certificate to the trusted certs and with it create an exception?
Extract from the log.txt:
System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.@aluxnimm commented on GitHub (Jul 28, 2015):
Did you try to add the self signed cert to the Local Computer Trusted Root Certification Authorities?
You can import the cert by running the MMC as Administrator.
@aluxnimm commented on GitHub (Aug 7, 2015):
app.configuration options to disable certificate validation and enable ssl3/tls12 have been implemented in 0.99.15. see readme.md