Skip to content

Commit 65440a3

Browse files
authored
TLS mac documentation [skip ci] (#68)
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 7f7bf93 commit 65440a3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,19 @@ Inside the [examples](./examples) folder you can find a set of examples that sho
2323
- `poetry install`: resolves and install dependencies
2424
- `make test`: run the tests
2525

26-
Note for MAC users:
27-
- TLS does not work, see: https://github.com/rabbitmq/rabbitmq-amqp-python-client/issues/64
26+
### Note for MAC users:
27+
28+
To run TLS you need to:
29+
``` bash
30+
- pip uninstall python-qpid-proton
31+
- brew install swig
32+
- brew install pkg-config
33+
- export CFLAGS="-I/usr/local/opt/openssl/include"; pip install python-qpid-proton --verbose --no-cache-dir
34+
```
35+
36+
Read more about the issue [here](https://stackoverflow.com/questions/44979947/python-qpid-proton-for-mac-using-amqps
37+
)
38+
2839

2940

3041

0 commit comments

Comments
 (0)