< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Just some further things:
- I understand you have been trying WebSockets for some time, is this
the first time you tried WSS though? Or was WSS working successfully
before and now it is a regression?
- please also try testing with OpenSSL "s_client" or GnuTLS gnutls-cli -
for either of these tools, make sure you enable CRLF line endings,
enable TLSv1 and tell the tool about your root CA
e.g.
openssl s_client \
-connect test-ws.sip5060.net:443 \
-tls1 -crlf -debug -CAfile my-root-cert.pem
Once it connects, you should be able to paste a WebSocket message into
the console and get back some response.
If you have to try a new version of OpenSSL on RHEL/EPEL, you may not be
able to use the binary RPM from Fedora, I think you will need to
download the source package, tweak the spec file slightly and the
rpmbuild it.