Jda: SSLPeerUnverifiedException: Hostname discordapp.com not verified (no certificates)

Created on 3 Feb 2019  路  2Comments  路  Source: DV8FromTheWorld/JDA

General Troubleshooting

  • [X] I have checked for similar issues.
  • [X] I have updated to the latest JDA version.
  • [X] I have checked the branches or the maintainers' PRs for upcoming features/bug fixes.

Issue

Issue Type

  • [X] Bug Report
  • [ ] Feature Request

Description

03/02/19 22:36:52 ERROR requests.RestAction: RestAction queue returned failure: [ErrorResponseException] -1: javax.net.ssl.SSLPeerUnverifiedException
javax.net.ssl.SSLPeerUnverifiedException: Hostname discordapp.com not verified (no certificates)
        at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.java:337)
        at okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection.java:284)
        at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:169)
        at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:257)
        at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:135)
        at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:114)
        at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42)
        at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
        at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
        at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:94)
        at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
        at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
        at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
        at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
        at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:125)
        at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
        at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
        at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:264)
        at okhttp3.RealCall.execute(RealCall.java:93)
        at net.dv8tion.jda.core.requests.Requester.execute(Requester.java:191)
        at net.dv8tion.jda.core.requests.Requester.execute(Requester.java:133)
        at net.dv8tion.jda.core.requests.Requester.execute(Requester.java:116)
        at net.dv8tion.jda.core.requests.ratelimit.BotRateLimiter$Bucket.run(BotRateLimiter.java:350)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:834)

Most helpful comment

All 2 comments

Ah alright. Thanks @natanbc

Was this page helpful?
0 / 5 - 0 ratings

Related issues

StijnSimons picture StijnSimons  路  3Comments

Frederikam picture Frederikam  路  4Comments

liovy picture liovy  路  3Comments

ExpDev07 picture ExpDev07  路  6Comments

andrei1058 picture andrei1058  路  6Comments