```
2016-06-09 20:40:13,892 [10] ERROR Helpmebot.Repositories.ShortUrlCacheRepository [(null)] - Error encountered resolving URL
System.Net.WebException: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.TlsException: The authentication or decryption has failed.
at Mono.Security.Protocol.Tls.RecordProtocol.ProcessAlert (AlertLevel alertLevel, AlertDescription alertDesc) [0x00000] in <filename unknown>:0
at Mono.Security.Protocol.Tls.RecordProtocol.InternalReceiveRecordCallback (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
at System.Net.HttpWebRequest.GetResponse () [0x00000] in <filename unknown>:0
at Helpmebot.Services.UrlShorteningService.GetShortUrl (System.String longUrl) [0x00000] in <filename unknown>:0
at Helpmebot.Repositories.ShortUrlCacheRepository+<GetShortUrl>c__AnonStorey0.<>m__0 (ISession session) [0x00000] in <filename unknown>:0
at Helpmebot.Repositories.RepositoryBase`1[Helpmebot.Model.ShortUrlCacheEntry].Transactionally (System.Action`1 callback, IsolationLevel level) [0x00000] in <filename unknown>:0
```
Interestingly, opening a connection with openssl gives another error:
```
bash $ openssl s_client -host is.gd -port 443
CONNECTED(00000003)
4147836604:error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error:s23_clnt.c:770:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 295 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
---
```