Occassional WebRPC error - WebStatus:SecureChannelFailure, Exception

Options
Hi,

I have built some web service pages in php which return data to our app built in Unity and using PUN2 and Voice. I am calling it using the WebRPC. This works 99% of the time without issue. Every now and then I get the following error in the log:

WebRPC call failed as request could not be sent to the server. webRpc request to address 'https://xxx.xxxx.co.uk/xxx/getxxxxConfig.php?' failed. HttpQueueResult:Error, WebStatus:SecureChannelFailure, Exception :The request was aborted: Could not create SSL/TLS secure channel.

Any idea why this would be happening?

Thanks

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited June 2020
    Options
    Hi @gstevenson,
    Any idea why this would be happening?

    This is a generic .NET error.
    If it's random and not frequent, I think there is no other solution than retrying.

    if it's frequent or persistent then there is maybe an issue with the secure certificate of your web server.

    maybe @chvetsov has more info.