1iveowl / WebsocketClientLite.PCL

Websocket client lite
MIT License
38 stars 14 forks source link

Ignore invalid ssl cert fails #39

Closed ByronAP closed 6 years ago

ByronAP commented 7 years ago

When I set it to ignore invalid ssl certs it seems to fail to do so. On .net core

1iveowl commented 7 years ago

Can you be more specific?

I have tested this scenario and did not find any issue with it. What sort of invalid cert are we talking about?

ByronAP commented 7 years ago

our cert is valid for external requests to the domain name however if I use the machine name which returns the same cert but will fail checks because the domain is wrong I get a connection failure. I will do more digging and provide more indepth info as soon as I can (it's sunday and I am exhausted).