Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Explicit HTTPS for the Solr Importer Plugin #205

Closed
DiegoPino opened this issue Jul 22, 2024 · 1 comment
Closed

Allow Explicit HTTPS for the Solr Importer Plugin #205

DiegoPino opened this issue Jul 22, 2024 · 1 comment
Assignees
Labels
AMI Import Plugins Gets data from somewhere, puts data into a strawberry basked API CURLing your way into hell

Comments

@DiegoPino
Copy link
Member

What?

It seems like HTTP is encoded as a default in the Solarium Client, so we need at least two new settings when dealing with remote (proxied) solr

  • A Schema (HTTP or HTTPS)
  • Still a port stays (because HTTPs can be served under different ports)
  • A way of overriding $this->getPath() (which is by default /solr)

@alliomeria I noticed this here:
https://github.com/solariumphp/solarium/pull/276/files

@DiegoPino DiegoPino added AMI Import Plugins Gets data from somewhere, puts data into a strawberry basked API CURLing your way into hell labels Jul 22, 2024
@DiegoPino DiegoPino self-assigned this Jul 22, 2024
@DiegoPino
Copy link
Member Author

Resolved via f9d012e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AMI Import Plugins Gets data from somewhere, puts data into a strawberry basked API CURLing your way into hell
Projects
None yet
Development

No branches or pull requests

1 participant