All Apps and Add-ons

smart exporter pdf app error - ERROR STARTTLS extension not supported by server

pvarjani
Engager

We have configured Smart PDF exporter app with required parameters and configured scheduled delivery of dasjboard PDF, the dashboard PDF gets generated locally and stored on temp path provided duing setup, however sending mail action fails with error "ERROR STARTTLS extension not supported by server" message in "smartexporter_service.log" file. has anyone seen similar problem?

Thanks in Advance,

MikaJustasACN
Path Finder

A bit of Slack (thank you chris_b), gooling, etc. and managed to get it running

The following script is not perfect,
smart_exporter_app/appserver/controllers/service.py

For my environment which doesnt use TLS and authentication (test env), I had to comment out the following lines from the script:

Basically to remove authentication and enter dummy email_user and email_password during setup.
srv.login(email_user,email_pwd)

To disabled TLS.
srv.starttls()

These changes should be included into the package by default with simple checks.

0 Karma

gjanders
SplunkTrust
SplunkTrust

Unfortunately the app also breaks on newer Splunk versions such as 7.3, while I made various changes to make it work I have not found a good replacement yet!

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...