Hello Cedric,
We upgraded to ReactiveMongo 1.0.0 and we are still getting the same behaviour (we managed to reproduce the problem we have with one of our client.
When we deploy our application on a VM/server (IaaS) the application can access the Mongo database without any issue (tested with Atlas and local instance).
When we access the database with the same connection string, it works perfectly.
When we deploy our application within a Kubernetes pod, we cannot access the database (test with Atlas and a local mongodb instance running in the same pod) and we obtain the ScramNonceException.
Here are the logs when deploying the application within minikube:
```
_ __ _ ______
| |/ / | | \ \ \ \
| ' / __ _ _ __ ___| | __ _ \ \ \ \
| < / _` | '_ \ / _ \ |/ _` | ) ) ) )
| . \ (_| | | | | __/ | (_| | / / / /
|_|\_\__,_|_| |_|\___|_|\__,_| /_/_/_/
==============================
[32;1mRunning with Kanela, the Kamon Instrumentation Agent :: (v1.0.6) [0m
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/tap-proxy/lib/com.google.inject.guice-4.2.3.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[ [36mdebug [0m] p.a.l.c.ActorSystemProvider - undefined - Starting application default Akka system: application
[ [36mdebug [0m] p.m.r.DefaultReactiveMongoApi - undefined - Resolving database 'tap-proxy' ... (URI(List((
evtqa-shard-00-01-w3s6s.mongodb.net,27017), (
evtqa-shard-00-02-w3s6s.mongodb.net,27017), (
evtqa-shard-00-00-w3s6s.mongodb.net,27017)),MongoConnectionOptions { appName: <undefined>, authenticationMechanism: SCRAM-SHA-1, nbChannelsPerNode: 10, maxInFlightRequestsPerChannel: 200, minIdleChannelsPerNode: 1, heartbeatFrequencyMS: 10000ms, connectTimeoutMS: 0ms, maxIdleTimeMS: 0ms, tcpNoDelay: false, keepAlive: false, sslEnabled: true, sslAllowsInvalidCert: false, writeConcern: WriteConcern(WaitForAcknowledgments(1),false,false,None), readPreference: Primary, readConcern: local },List(),tap-proxy))
[ [37minfo [0m] r.api.Driver - undefined - No mongo-async-driver configuration found
[ [37minfo [0m] r.api.Driver - undefined - [Supervisor-1] Creating connection: tap-proxy
[ [36mdebug [0m] r.api.Driver - undefined - [Supervisor-1] Add connection to the supervisor: tap-proxy
[ [36mdebug [0m] r.a.MongoConnection - undefined - [Supervisor-1/tap-proxy] Waiting is available...
[ [37minfo [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] Starting the MongoDBSystem
[ [36mdebug [0m] r.i.n.u.i.l.InternalLoggerFactory - undefined - Using SLF4J as the default logging framework
[ [36mdebug [0m] r.c.netty.Pack - undefined - Cannot use Netty KQueue (shaded: true)
java.lang.ClassNotFoundException: reactivemongo.io.netty.channel.kqueue.KQueueSocketChannel
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:315)
at reactivemongo.core.netty.Pack$.kqueue(Pack.scala:60)
at reactivemongo.core.netty.Pack$.apply(Pack.scala:45)
at reactivemongo.core.netty.ChannelFactory.<init>(ChannelFactory.scala:47)
at reactivemongo.core.actors.StandardDBSystem.newChannelFactory(MongoDBSystem.scala:1766)
at reactivemongo.core.actors.MongoDBSystem.preStart(MongoDBSystem.scala:325)
[ [36mdebug [0m] r.c.netty.Pack - undefined - Cannot use Netty EPoll (shaded: true)
java.lang.ClassNotFoundException: reactivemongo.io.netty.channel.epoll.EpollSocketChannel
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:315)
at reactivemongo.core.netty.Pack$.epoll(Pack.scala:86)
at reactivemongo.core.netty.Pack$.$anonfun$apply$1(Pack.scala:45)
at scala.Option.orElse(Option.scala:477)
at reactivemongo.core.netty.Pack$.apply(Pack.scala:45)
at reactivemongo.core.netty.ChannelFactory.<init>(ChannelFactory.scala:47)
[ [37minfo [0m] r.c.netty.Pack - undefined - Instantiated reactivemongo.core.netty.Pack
[ [36mdebug [0m] r.i.n.c.MultithreadEventLoopGroup - undefined - -Dio.netty.eventLoopThreads: 2
[ [36mdebug [0m] r.i.n.u.i.InternalThreadLocalMap - undefined - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
[ [36mdebug [0m] r.i.n.u.i.InternalThreadLocalMap - undefined - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
[ [36mdebug [0m] r.i.n.c.n.NioEventLoop - undefined - -Dio.netty.noKeySetOptimization: false
[ [36mdebug [0m] r.i.n.c.n.NioEventLoop - undefined - -Dio.netty.selectorAutoRebuildThreshold: 512
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent0 - undefined - -Dio.netty.noUnsafe: false
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent0 - undefined - Java version: 11
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent0 - undefined - sun.misc.Unsafe.theUnsafe: available
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent0 - undefined - sun.misc.Unsafe.copyMemory: available
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent0 - undefined - java.nio.Buffer.address: available
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent0 - undefined - direct buffer constructor: unavailable
java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
at reactivemongo.io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31)
at reactivemongo.io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:225)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at reactivemongo.io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:219)
at reactivemongo.io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:289)
at reactivemongo.io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:92)
at reactivemongo.io.netty.channel.nio.NioEventLoop.newTaskQueue0(NioEventLoop.java:279)
at reactivemongo.io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:150)
at reactivemongo.io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:138)
at reactivemongo.io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:146)
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent0 - undefined - java.nio.Bits.unaligned: available, true
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent0 - undefined - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
java.lang.IllegalAccessException: class reactivemongo.io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @25214797
at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
at java.base/java.lang.reflect.Method.invoke(Method.java:558)
at reactivemongo.io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:335)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at reactivemongo.io.netty.util.internal.PlatformDependent0.<clinit>(PlatformDependent0.java:326)
at reactivemongo.io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:289)
at reactivemongo.io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:92)
at reactivemongo.io.netty.channel.nio.NioEventLoop.newTaskQueue0(NioEventLoop.java:279)
at reactivemongo.io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:150)
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent0 - undefined - java.nio.DirectByteBuffer.<init>(long, int): unavailable
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent - undefined - sun.misc.Unsafe: available
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent - undefined - maxDirectMemory: 1512374272 bytes (maybe)
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent - undefined - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent - undefined - -Dio.netty.bitMode: 64 (sun.arch.data.model)
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent - undefined - -Dio.netty.maxDirectMemory: -1 bytes
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent - undefined - -Dio.netty.uninitializedArrayAllocationThreshold: -1
[ [36mdebug [0m] r.i.n.u.i.CleanerJava9 - undefined - java.nio.ByteBuffer.cleaner(): available
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent - undefined - -Dio.netty.noPreferDirect: false
[ [36mdebug [0m] r.i.n.u.i.PlatformDependent - undefined - org.jctools-core.MpscChunkedArrayQueue: available
[ [36mdebug [0m] r.i.n.c.DefaultChannelId - undefined - -Dio.netty.processId: 1 (auto-detected)
[ [36mdebug [0m] r.i.n.u.NetUtil - undefined - -Djava.net.preferIPv4Stack: false
[ [36mdebug [0m] r.i.n.u.NetUtil - undefined - -Djava.net.preferIPv6Addresses: false
[ [36mdebug [0m] r.i.n.u.NetUtil - undefined - Loopback interface: lo (lo, 127.0.0.1)
[ [36mdebug [0m] r.i.n.u.NetUtil - undefined - /proc/sys/net/core/somaxconn: 128
[ [36mdebug [0m] r.i.n.c.DefaultChannelId - undefined - -Dio.netty.machineId: 02:42:ac:ff:fe:11:00:05 (auto-detected)
[ [36mdebug [0m] r.i.n.u.ResourceLeakDetector - undefined - -Dreactivemongo.io.netty.leakDetection.level: simple
[ [36mdebug [0m] r.i.n.u.ResourceLeakDetector - undefined - -Dreactivemongo.io.netty.leakDetection.targetRecords: 4
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.numHeapArenas: 2
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.numDirectArenas: 2
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.pageSize: 8192
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.maxOrder: 11
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.chunkSize: 16777216
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.tinyCacheSize: 512
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.smallCacheSize: 256
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.normalCacheSize: 64
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.cacheTrimInterval: 8192
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.cacheTrimIntervalMillis: 0
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.useCacheForAllThreads: true
[ [36mdebug [0m] r.i.n.b.PooledByteBufAllocator - undefined - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
[ [36mdebug [0m] r.i.n.b.ByteBufUtil - undefined - -Dio.netty.allocator.type: pooled
[ [36mdebug [0m] r.i.n.b.ByteBufUtil - undefined - -Dio.netty.threadLocalDirectBufferSize: 0
[ [36mdebug [0m] r.i.n.b.ByteBufUtil - undefined - -Dio.netty.maxThreadLocalCharBufferSize: 16384
[ [36mdebug [0m] r.c.n.ChannelFactory - undefined - [Supervisor-1/tap-proxy] Initializing channel 701f4404 to
evtqa-shard-00-01-w3s6s.mongodb.net:27017 (Actor[akka://reactivemongo/user/tap-proxy#1622109772])
[ [36mdebug [0m] r.c.n.ChannelFactory - undefined - [Supervisor-1/tap-proxy] Initializing channel 8b204a61 to
evtqa-shard-00-02-w3s6s.mongodb.net:27017 (Actor[akka://reactivemongo/user/tap-proxy#1622109772])
[ [36mdebug [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] Register monitor Actor[akka://reactivemongo/user/Monitor-tap-proxy#685956689]
[ [36mdebug [0m] p.m.r.DefaultReactiveMongoApi - undefined - Resolving database 'tap-proxy' ... (URI(List((
evtqa-shard-00-01-w3s6s.mongodb.net,27017), (
evtqa-shard-00-02-w3s6s.mongodb.net,27017), (
evtqa-shard-00-00-w3s6s.mongodb.net,27017)),MongoConnectionOptions { appName: <undefined>, authenticationMechanism: SCRAM-SHA-1, nbChannelsPerNode: 10, maxInFlightRequestsPerChannel: 200, minIdleChannelsPerNode: 1, heartbeatFrequencyMS: 10000ms, connectTimeoutMS: 0ms, maxIdleTimeMS: 0ms, tcpNoDelay: false, keepAlive: false, sslEnabled: true, sslAllowsInvalidCert: false, writeConcern: WriteConcern(WaitForAcknowledgments(1),false,false,None), readPreference: Primary, readConcern: local },List(),tap-proxy))
[ [36mdebug [0m] r.a.MongoConnection - undefined - [Supervisor-1/tap-proxy] Waiting is available...
[ [36mdebug [0m] p.m.r.DefaultReactiveMongoApi - undefined - Resolving database 'tap-proxy' ... (URI(List((
evtqa-shard-00-01-w3s6s.mongodb.net,27017), (
evtqa-shard-00-02-w3s6s.mongodb.net,27017), (
evtqa-shard-00-00-w3s6s.mongodb.net,27017)),MongoConnectionOptions { appName: <undefined>, authenticationMechanism: SCRAM-SHA-1, nbChannelsPerNode: 10, maxInFlightRequestsPerChannel: 200, minIdleChannelsPerNode: 1, heartbeatFrequencyMS: 10000ms, connectTimeoutMS: 0ms, maxIdleTimeMS: 0ms, tcpNoDelay: false, keepAlive: false, sslEnabled: true, sslAllowsInvalidCert: false, writeConcern: WriteConcern(WaitForAcknowledgments(1),false,false,None), readPreference: Primary, readConcern: local },List(),tap-proxy))
[ [36mdebug [0m] r.a.MongoConnection - undefined - [Supervisor-1/tap-proxy] Waiting is available...
[ [36mdebug [0m] p.m.r.DefaultReactiveMongoApi - undefined - Resolving database 'tap-proxy' ... (URI(List((
evtqa-shard-00-01-w3s6s.mongodb.net,27017), (
evtqa-shard-00-02-w3s6s.mongodb.net,27017), (
evtqa-shard-00-00-w3s6s.mongodb.net,27017)),MongoConnectionOptions { appName: <undefined>, authenticationMechanism: SCRAM-SHA-1, nbChannelsPerNode: 10, maxInFlightRequestsPerChannel: 200, minIdleChannelsPerNode: 1, heartbeatFrequencyMS: 10000ms, connectTimeoutMS: 0ms, maxIdleTimeMS: 0ms, tcpNoDelay: false, keepAlive: false, sslEnabled: true, sslAllowsInvalidCert: false, writeConcern: WriteConcern(WaitForAcknowledgments(1),false,false,None), readPreference: Primary, readConcern: local },List(),tap-proxy))
[ [36mdebug [0m] r.a.MongoConnection - undefined - [Supervisor-1/tap-proxy] Waiting is available...
[ [37minfo [0m] m.TAPService - undefined - [TAPService] version: 1.8.3
[ [37minfo [0m] m.TAPService - undefined - [TAPService] cert-factory version: 2.0.5
[ [37minfo [0m] m.TAPService - undefined - [TAPService] pki-connectors version: 1.5.1
[ [37minfo [0m] m.TAPService - undefined - [TAPService] racs-connectors version: 1.3.0
[ [37minfo [0m] m.TAPService - undefined - [TAPService] license expiration: 'Thu Apr 06 00:00:00 GMT 2119'
[ [37minfo [0m] m.TAPService - undefined - [TAPService] entitled pki-connector(s): 'pki-connectors-awsacmpca', 'pki-connectors-digicert', 'pki-connectors-ejbca', 'pki-connectors-fcms', 'pki-connectors-integrated', 'pki-connectors-msadcs', 'pki-connectors-nexuscm', 'pki-connectors-otpki'
[ [37minfo [0m] m.TAPService - undefined - [TAPService] entitled module(s): 'acme-proxy', 'intune-recovery', 'ocspd', 'ocspd-pkcs11', 'racs-aws', 'racs-azure', 'racs-f5client', 'racs-intune', 'racs-jamf', 'scanner', 'scep-proxy', 'wcce-proxy
'
[ [36mdebug [0m] r.c.n.ChannelFactory - undefined - [Supervisor-1/tap-proxy] Initializing channel 7c9330e9 to
evtqa-shard-00-01-w3s6s.mongodb.net:27017 (Actor[akka://reactivemongo/user/tap-proxy#1622109772])
[ [36mdebug [0m] r.c.n.ChannelFactory - undefined - [Supervisor-1/tap-proxy] Initializing channel b245c428 to
evtqa-shard-00-00-w3s6s.mongodb.net:27017 (Actor[akka://reactivemongo/user/tap-proxy#1622109772])
[ [36mdebug [0m] r.c.n.ChannelFactory - undefined - [Supervisor-1/tap-proxy] Initializing channel 6b5d0d2c to
evtqa-shard-00-00-w3s6s.mongodb.net:27017 (Actor[akka://reactivemongo/user/tap-proxy#1622109772])
[ [36mdebug [0m] r.c.n.ChannelFactory - undefined - [Supervisor-1/tap-proxy] Initializing channel b1155c42 to
evtqa-shard-00-02-w3s6s.mongodb.net:27017 (Actor[akka://reactivemongo/user/tap-proxy#1622109772])
[ [36mdebug [0m] r.i.n.u.Recycler - undefined - -Dio.netty.recycler.maxCapacityPerThread: 4096
[ [36mdebug [0m] r.i.n.u.Recycler - undefined - -Dio.netty.recycler.maxSharedCapacityFactor: 2
[ [36mdebug [0m] r.i.n.u.Recycler - undefined - -Dio.netty.recycler.linkCapacity: 16
[ [36mdebug [0m] r.i.n.u.Recycler - undefined - -Dio.netty.recycler.ratio: 8
[ [36mdebug [0m] r.i.n.b.AbstractByteBuf - undefined - -Dreactivemongo.io.netty.buffer.checkAccessible: true
[ [36mdebug [0m] r.i.n.b.AbstractByteBuf - undefined - -Dreactivemongo.io.netty.buffer.checkBounds: true
[ [36mdebug [0m] r.i.n.u.ResourceLeakDetectorFactory - undefined - Loaded default ResourceLeakDetector: reactivemongo.io.netty.util.ResourceLeakDetector@7ce55dfd
[ [36mdebug [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] Prepares a fresh IsMaster request to Node[
evtqa-shard-00-01-w3s6s.mongodb.net:27017: Unknown (0/0/1 available connections), latency=9223372036854775807ns, authenticated={}] (channel #701f4404@/
172.17.0.5:59982)
[ [36mdebug [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] Prepares a fresh IsMaster request to Node[
evtqa-shard-00-02-w3s6s.mongodb.net:27017: Unknown (0/0/1 available connections), latency=9223372036854775807ns, authenticated={}] (channel #8b204a61@/
172.17.0.5:56572)
[ [36mdebug [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] Prepares a fresh IsMaster request to Node[
evtqa-shard-00-00-w3s6s.mongodb.net:27017: Unknown (1/1/1 available connections), latency=9223372036854775807ns, authenticated={}] (channel #b245c428@/
172.17.0.5:60584)
[ [36mdebug [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] The node set is available (Set(evtqa-shard-00-01-w3s6s.mongodb.net:27017)); Waiting authentication: Set()
[ [36mdebug [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] The node set is available (Set(evtqa-shard-00-02-w3s6s.mongodb.net:27017)); Waiting authentication: Set()
[ [36mdebug [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] The node set is available (Set(evtqa-shard-00-00-w3s6s.mongodb.net:27017)); Waiting authentication: Set()
[ [33mwarn [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] Fails to process SCRAM-SHA-1 nonce for 1000
reactivemongo.api.commands.FailedAuthentication$$anon$1: CommandException['null']
[ [36mdebug [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] No pending authentication is matching response: Authenticate(tap-proxy, aauapp)
[ [33mwarn [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] Fails to process SCRAM-SHA-1 nonce for 1001
reactivemongo.api.commands.FailedAuthentication$$anon$1: CommandException['null']
[ [36mdebug [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] No pending authentication is matching response: Authenticate(tap-proxy, aauapp)
[ [33mwarn [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] Fails to process SCRAM-SHA-1 nonce for 1002
reactivemongo.api.commands.FailedAuthentication$$anon$1: CommandException['null']
[ [36mdebug [0m] r.c.a.MongoDBSystem - undefined - [Supervisor-1/tap-proxy] No pending authentication is matching response: Authenticate(tap-proxy, aauapp)
```
Any help would be greatly appreciated.
Kind Regards,