Marcin Kulik

Results 485 comments of Marcin Kulik

@yogieric great!

How is your fix @yogieric? ;)

Thanks for help @jiriks74 :raised_hands: I'm not sure why wouldn't TLS + 465 work. The configuration is defined here, and all the options are passed directly to Bamboo's SMTP adapter:...

Fine by me :+1: Feel free to investigate then :)

Since I've upgraded the SMTP client library in the today's release you may want to try it out. There's a slight chance it fixed the issue.

Also, I believe there's a difference between using TLS and using SSL... Maybe what you need is enabling SSL mode? The SMTP client we use allows enabling both, separately, so...

Right. At the client library level (both the previous one and the new one I switched to) there's distinction, there are 2 separate options to enable/disable those, named `tls` and...

> results in 502 when logging in for me. 502? As in Bad Gateway error? Is there anything interesting in the container logs when this happens?

This is from Cloudflare, which I assume you put in front of asciinema server. Can you pull container logs from the moment this error happened?

So there's no corresponding `Sent ...` for the `POST /login` request, meaning, the request handler process never finishes. Weird there's no error though, given Cloudflare doesn't get a successful response...