Did you ever see this error when attempting to create a new space: -
BMWMB0081E:Space is not created correctly.
I followed the advice in this Technote: -
BMWMB0081E: Space is not created correctly
but to no avail.
I also see: -
[9/17/10 16:32:51:423 BST] 0000002f EasyX509Trust W com.ibm.mm.proxy.util.contrib.EasyX509TrustManager checkServerTrusted Since the unsigned_ssl_certificate_support flag is enabled, the following exception is IGNORED: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
java.security.cert.CertPathValidatorException: The certificate issued by CN=wps615.uk.ibm.com, OU=Root Certificate, OU=wps615Node01Cell, OU=wps615Node01, O=IBM, C=US is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
in /opt/ibm/MashupCenter/2.0/mm_profile/logs/server1/SystemOut.log at the same time, but this looks to be a warning rather than an exception, and I have: -
<proxy:meta-data>
<proxy:name>unsigned_ssl_certificate_support</proxy:name>
<proxy:value>true</proxy:value>
</proxy:meta-data>
set in: -
/opt/ibm/MashupCenter/2.0/mm/config/proxy-config.xml
Seen anything similar ?
Geeking in technology since 1985, with IBM Development, focused upon Docker and Kubernetes on the IBM Z LinuxONE platform In the words of Dr Cathy Ryan, "If you don't write it down, it never happened". To paraphrase one of my clients, "Every day is a school day". I do, I learn, I share. The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions. Remember, YMMV https://infosec.exchange/@davehay
Subscribe to:
Post Comments (Atom)
Note to self - use kubectl to query images in a pod or deployment
In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...
-
Why oh why do I forget this ? Running this command : - ldapsearch -h ad2012.uk.ibm.com -p 389 -D CN=bpmbind,CN=Users,DC=uk,DC=ibm,DC=com -w...
-
Error "ldap_sasl_interactive_bind_s: Unknown authentication method (-6)" on a LDAPSearch command ...Whilst building my mega Connections / Domino / Portal / Quickr / Sametime / WCM environment recently, I was using the LDAPSearch command tha...
-
Whilst building a new "vanilla" Kubernetes 1.25.4 cluster, I'd started the kubelet service via: - systemctl start kubelet.se...
No comments:
Post a Comment