angristan / feedbin-docker

Self-host your own Feedbin RSS reader in Docker
MIT License
252 stars 35 forks source link

importing OPML fails #75

Open kzshantonu opened 3 years ago

kzshantonu commented 3 years ago

It appears that the full endpoint including the bucket name is feedbin.minio.feedbin.domain.tld. Import worker tries to access that when importing an OPML then fails. I did try to forward the full name in caddyfile, but then I get this in sidekiq: Excon::Error::Socket: SSL_connect returned=1 errno=0 state=error: tlsv1 alert internal error (OpenSSL::SSL::SSLError)

emengweb commented 3 years ago

Yes, me too,Sidekiq say IExcon::Error::BadGateway: Expected(200) <=> Actual(502 Bad Gateway) excon.error.response :body => "" :cookies => [ ] :headers => { "Connection" => "keep-alive" ...

emengweb commented 3 years ago

and favicon canot get, guess same issus

iskycc commented 2 years ago

So how to solve this problem?