google-code-export / sagetv-addons

Automatically exported from code.google.com/p/sagetv-addons
1 stars 0 forks source link

Add ability to turn off STARTTLS #335

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For SageAlert, if a server advertises STARTTLS, the client will use it. It will 
fail on self-signed SSL certificates. It would be nice to have a way to disable 
this, or a way to make it accept all certificates.

Original issue reported on code.google.com by mpl...@gmail.com on 16 Jan 2012 at 2:13

GoogleCodeExporter commented 9 years ago
SageAlert has basically been dormant since the Google acquisition and I don't 
expect that to change anytime soon.  If I do another update to this plugin I'll 
definitely add this in.

As a workaround, you can try to implement the following:

http://java.sun.com/products/javamail/javamail-1.4.2/SSLNOTES142.txt

See the section "Trusted Certificates", option #2.  I'm not sure if you can 
point the SageTV JVM instance to a custom keystore, but if you can then that's 
how you can work around this issue.

Original comment by de...@battams.ca on 16 Jan 2012 at 4:19