question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for SSL/TLS connection

See original GitHub issue

I have a host where I can’t install Tika/Java and therefore I set up a dedicated Tika machine. On that machine I’m using nginx as a reverse proxy to forward the external port 8080 to the internal Tika port 9998 and this works fine.

But now I would also like to encrypt the connection between my host and the Tika machine - which is easy on the server side as I just have to add SSL to the nginx configuration.

I see that tika-python (the client side) uses requests for making HTTP connections and I think it should not be too complicated to also support a Tika server url like https://tika.example.com:8443.

Could this be implemented?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
chrismattmanncommented, Jun 18, 2017

taken care of in #142 thank you @frennkie !

0reactions
frennkiecommented, Jun 9, 2017

Been afk for a few days. Setting the environment variable does not help. I implemented a quick fix which makes this work for me. Please have a look at #142.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add SSL/TLS Support for an HTTP Connection - IBM
Add SSL /TLS support to the inbound node definition first and establish a session initiated by an HTTP client to an Sterling B2B...
Read more >
What is SSL, TLS and HTTPS? - DigiCert
What is an SSL Certificate? SSL stands for Secure Sockets Layer and, in short, it's the standard technology for keeping an internet connection...
Read more >
TLS & SSL connections - Google Workspace Admin Help
Google Workspace supports TLS versions 1.0, 1.1, 1.2, and 1.3. Set up TLS. By default, Gmail always tries to connect with TLS when...
Read more >
Update to enable TLS 1.1 and TLS 1.2 as default secure ...
Describes an update that adds TLS 1.1 and TLS 1.2 to default security protocols in Windows Server 2012, Windows 7 SP1, and Windows...
Read more >
Using SSL/TLS to encrypt a connection to a DB instance
AWS Region Certificate bundle (PEM) Certificate bundle (PKCS7) US East (N. Virginia) us‑east‑1‑bundle.pem us‑east‑1‑bundle.p7b US East (Ohio) us‑east‑2‑bundle.pem us‑east‑2‑bundle.p7b US West (N. California) us‑west‑1‑bundle.pem us‑west‑1‑bundle.p7b
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found