friends-of-reactphp / stomp

STOMP bindings for ReactPHP.
MIT License
115 stars 42 forks source link

add TLS support #48

Open brettmc opened 6 years ago

brettmc commented 6 years ago

This adds the ability to connect to TLS-protected queue brokers, via the 'protocol' option. Update affected unit tests, add functional test (verified against activemq v5.15.0). Also document how to run the functional tests

brettmc commented 6 years ago

...and those travis failures are totally not my fault. It looks like it's having networking issues?

WyriHaximus commented 6 years ago

...and those travis failures are totally not my fault. It looks like it's having networking issues?

I'll kick the build a few times until it passes :+1:

brettmc commented 5 years ago

Hello maintainers. Is there anything I can do to help move this PR (and 49) along?

ghost commented 4 years ago

@clue :ping_pong:

brettmc commented 4 years ago

@jsor I can think of a way. I'll make some time to try to enable TLS on one of the stomp providers configured in the travis tests. If I can do that, I should be able to add a new provider (or extend the tests) to test that secure connections work.