Hi Team,
I have configured SAML on my sonarqube server.
When I check it with Test Configuration
option then it shows error HTTP Status 500 – Internal Server Error
, however after enabling the configuration SSO is working perfectly.
Only while using option Test Configuration
its erroring out,
some errors i found in web.log file
Caused by: java.net.SocketException: Network is unreachable
at java.base/sun.nio.ch.Net.connect0(Native Method)
at java.base/sun.nio.ch.Net.connect(Net.java:579)
at java.base/sun.nio.ch.Net.connect(Net.java:568)
at org.sonar.core.util.DefaultHttpDownloader.executeCall(DefaultHttpDownloader.java:139)
at org.sonar.core.util.DefaultHttpDownloader.readString(DefaultHttpDownloader.java:96)
... 63 common frames omitted
Suppressed: java.net.SocketTimeoutException: Connect timed out
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:551)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602)
... 86 common frames omitted
Suppressed: java.net.SocketTimeoutException: Connect timed out
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:551)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602)
... 86 common frames omitted
Suppressed: java.net.SocketTimeoutException: Connect timed out
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:551)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602)
... 86 common frames omitted
Suppressed: java.net.SocketTimeoutException: Connect timed out
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:551)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602)
... 86 common frames omitted
Suppressed: java.net.SocketException: Network is unreachable
... 90 common frames omitted
Suppressed: java.net.SocketException: Network is unreachable
... 90 common frames omitted
Suppressed: java.net.SocketException: Network is unreachable
... 90 common frames omitted
Suppressed: java.net.SocketException: Network is unreachable
... 90 common frames omitted
Suppressed: java.net.SocketException: Network is unreachable
... 90 common frames omitted
Suppressed: java.net.SocketException: Network is unreachable
... 90 common frames omitted
Suppressed: java.net.SocketException: Network is unreachable
... 90 common frames omitted
2025.06.23 11:27:20 ERROR web[][o.s.s.p.w.RootFilter] Processing of request /saml/validation failed
java.lang.IllegalArgumentException: Illegal base64 character d
web.log file
web.log (29.4 KB)
Thank you for your time