<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	    <channel>
        <title>Prosys Forum - Forum: General Discussion</title>
        <link>https://forum.prosysopc.com/forum/general-discussion/</link>
        <description><![CDATA[Prosys OPC &#038; OPC UA related discussion]]></description>
        <generator>Simple:Press Version 6.11.11</generator>
        <atom:link href="https://forum.prosysopc.com/forum/general-discussion/rss/" rel="self" type="application/rss+xml"/>
		                <item>
                    <title>UHY on Prosys OPCUA GUI Toolkit</title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/prosys-opcua-gui-toolkit/#p7291</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/prosys-opcua-gui-toolkit/#p7291</guid>
					                        <description><![CDATA[<p>Thank a lot for the info!</p>
]]></description>
					                    <pubDate>Tue, 18 Feb 2025 06:03:22 +0200</pubDate>
                </item>
				                <item>
                    <title>Bjarne Boström on Prosys OPCUA GUI Toolkit</title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/prosys-opcua-gui-toolkit/#p7288</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/prosys-opcua-gui-toolkit/#p7288</guid>
					                        <description><![CDATA[<p>Hi,</p>
<p>Note that the application is not "extensible". But if you mean in general out of interest: JavaFX and some 3rd party libs to it. For full list of components see Help-&#062;About-&#062;3rd party components, or (app.install.folder)/license/LICENSE.txt that lists individual components and their licenses.</p>
]]></description>
					                    <pubDate>Mon, 17 Feb 2025 11:49:04 +0200</pubDate>
                </item>
				                <item>
                    <title>UHY on Prosys OPCUA GUI Toolkit</title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/prosys-opcua-gui-toolkit/#p7287</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/prosys-opcua-gui-toolkit/#p7287</guid>
					                        <description><![CDATA[<p>I am currently working with the Prosys OPC UA Browser application for windows. I would like to know which GUI toolkit was used in the development of the application.</p>
]]></description>
					                    <pubDate>Mon, 17 Feb 2025 06:11:13 +0200</pubDate>
                </item>
				                <item>
                    <title>ZoeyMontes on OPC UA Online Course</title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/opc-ua-online-course/#p6810</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/opc-ua-online-course/#p6810</guid>
					                        <description><![CDATA[<p>You got me thinking about that course</p>
]]></description>
					                    <pubDate>Sun, 15 Oct 2023 18:23:12 +0300</pubDate>
                </item>
				                <item>
                    <title>atdemir on OPC UA Online Course</title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/opc-ua-online-course/#p6181</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/opc-ua-online-course/#p6181</guid>
					                        <description><![CDATA[<p>Hello everyone,<br />
I am a QA Automaion engineer with previous experience in Web application testing. I am involved in a project where I will test a Aggregation Server. I have been trying to learn about OPC UA by reading the specification documents for about a month. At the same time, I am trying to apply what I have learned using Prosys Java SDK on Prosys Simulation Server. But I urgently need to speed up this learning process.<br />
As you know, unfortunately there are not many resources on the internet about OPC UA. I just realized today that ProSys is offering training on OPC UA. Has anyone taken the self-paced Online course before? I'm curious about your opinions on the course.<br />
Thanks in advance for your answers/suggestions</p>
<p>Edit:<br />
To my mind, the course is designed for very beginners and non-tech people, for them it would be a really good Introductory course but sure it wasn't for me...<img class="spSmiley" style="margin:0" src="https://forum.prosysopc.com/wp-content/sp-resources/forum-smileys/sf-confused.gif" title="Confused" alt="Confused" /></p>
]]></description>
					                    <pubDate>Fri, 05 Aug 2022 14:19:53 +0300</pubDate>
                </item>
				                <item>
                    <title>rocket science on Unable to connect to server. Get Bad_CertificateUseNotAllowed exception.</title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/unable-to-connect-to-server-get-bad_certificateusenotallowed-exception/page-2/#p5795</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/unable-to-connect-to-server-get-bad_certificateusenotallowed-exception/page-2/#p5795</guid>
					                        <description><![CDATA[<blockquote class="spPostEmbedQuote">
<p><strong><a href="mailto:bibhudatta.sahu@honeywell.com" target="_blank">bibhudatta.sahu@honeywell.com</a> said </strong><br />
com.prosysopc.ua.stack.common.ServiceResultException: Bad_CertificateUseNotAllowed (code=0x80180000, description="Bad_CertificateUseNotAllowed (code=0x80180000, description="The certificate may not be used for the requested operation.")")
</p>
</blockquote>
<p>Hi, I came across this error message when I used a certificate which was missing the extensions 'Key Usage' and 'Extended Key Usage'. Certificates which were missing this extensions were working in older versions of several OpcUa servers, but when using such a certificate with newer versions of OpcUa Servers it might happen that the OpcUa Server rejects this certificate with the error message 'Bad_CertificateUseNotAllowed '</p>
<p>Please make sure that your certificate contains the follwoing extensions and have at least this values set...</p>
<p></p>
<div class='sfcode' id='sfcode5581'>
[2]: ObjectId: 2.5.29.37 Criticality=false<br />
ExtendedKeyUsages [<br />
  clientAuth<br />
  serverAuth<br />
]</p>
<p>[3]: ObjectId: 2.5.29.15 Criticality=false<br />
KeyUsage [<br />
  DigitalSignature<br />
  Non_repudiation<br />
  Key_Encipherment<br />
  Data_Encipherment<br />
]
</p>
</div>
]]></description>
					                    <pubDate>Tue, 14 Dec 2021 14:58:10 +0200</pubDate>
                </item>
				                <item>
                    <title>Jouni Aro on Bouncy Castle FIPS implementation </title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/bouncy-castle-fips-implementation/#p5636</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/bouncy-castle-fips-implementation/#p5636</guid>
					                        <description><![CDATA[<p>You must have the property set when you run the application.</p>
]]></description>
					                    <pubDate>Tue, 05 Oct 2021 15:48:42 +0300</pubDate>
                </item>
				                <item>
                    <title>rajat on Bouncy Castle FIPS implementation </title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/bouncy-castle-fips-implementation/#p5634</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/bouncy-castle-fips-implementation/#p5634</guid>
					                        <description><![CDATA[<p>Configured the system property -Dorg.bouncycastle.rsa.allow_multi_use=true. in build.xml , while creating "sttService.jar", still facing same error : org.bouncycastle.crypto.IllegalKeyException: Attempt to sign/verify with RSA modulus already used for encrypt/decrypt.</p>
<p>This is code snippet of build/xml of JAR.</p>
]]></description>
					                    <pubDate>Tue, 05 Oct 2021 00:52:47 +0300</pubDate>
                </item>
				                <item>
                    <title>Jouni Aro on Bouncy Castle FIPS implementation </title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/bouncy-castle-fips-implementation/#p5625</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/bouncy-castle-fips-implementation/#p5625</guid>
					                        <description><![CDATA[<p>Copied from the message that Bjarne linked:</p>
<p>You must set the java system property “org.bouncycastle.rsa.allow_multi_use” to “true” in order for it to work. This can be done by example by starting the jvm with the flag “-Dorg.bouncycastle.rsa.allow_multi_use=true”. This is because OPC UA uses the same key for signing and encrypting, which by default is not allowed by the BC FIPS.</p>
]]></description>
					                    <pubDate>Wed, 22 Sep 2021 13:15:39 +0300</pubDate>
                </item>
				                <item>
                    <title>rajat on Bouncy Castle FIPS implementation </title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/bouncy-castle-fips-implementation/#p5624</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/bouncy-castle-fips-implementation/#p5624</guid>
					                        <description><![CDATA[<blockquote class="spPostEmbedQuote">
<p><strong>rajat said </strong><br />
Bouncy Casle FIPS needs different keys at Signing and Decryption:,<br />
"Exception: Cannot Create Signer: cannot initialize for signing . Attempt to sign/verify with RSA modulus already used for encrypt/decrypt."<br />
 in order to achieve different keys at Signing and Decryption we need to Reregister Keys after Decryption by using new JcaX509v3CertificateBuilder , but its not allowing to reregister keys and giving giving Illegal Key Exception,  java.lang.IllegalArgumentException: improperly specified input name: CN=Cisco SpeechView Client, E=ggnstt11@transcription.cisco.com, O=Cisco Systems, OU=UCBU, C=US</p>
<p> until service is restarted as if it maintains cache info in itself. Is this problem with Bouncy Castle FIPS  </p>
</blockquote>
<p>is there any configuration to skip this error..??</p>
]]></description>
					                    <pubDate>Wed, 22 Sep 2021 00:23:56 +0300</pubDate>
                </item>
				                <item>
                    <title>Bjarne Boström on Bouncy Castle FIPS implementation </title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/bouncy-castle-fips-implementation/#p5620</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/bouncy-castle-fips-implementation/#p5620</guid>
					                        <description><![CDATA[<p>Hi,</p>
<p>Assuming this was related to our OPC UA SDK for java, <a href="https://forum.prosysopc.com/forum/opc-ua-java-sdk/" target="_blank"><a href="https://forum.prosysopc.com/fo">https://forum.prosysopc.com/fo</a>.....-java-sdk/</a> would be proper forum.</p>
<p>OPC UA use same key for both, no can do situation. If you can, pass flag "-Dorg.bouncycastle.rsa.allow_multi_use=true" and it should work.<br />
See <a href="https://forum.prosysopc.com/forum/opc-ua-java-sdk/support-for-fips-compliant-bouncy-castle/#p4700" target="_blank"><a href="https://forum.prosysopc.com/fo">https://forum.prosysopc.com/fo</a>.....tle/#p4700</a> for details.</p>
]]></description>
					                    <pubDate>Tue, 21 Sep 2021 17:04:08 +0300</pubDate>
                </item>
				                <item>
                    <title>rajat on Bouncy Castle FIPS implementation </title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/bouncy-castle-fips-implementation/#p5619</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/bouncy-castle-fips-implementation/#p5619</guid>
					                        <description><![CDATA[<p>Bouncy Casle FIPS needs different keys at Signing and Decryption:,<br />
"Exception: Cannot Create Signer: cannot initialize for signing . Attempt to sign/verify with RSA modulus already used for encrypt/decrypt."<br />
 in order to achieve different keys at Signing and Decryption we need to Reregister Keys after Decryption by using new JcaX509v3CertificateBuilder , but its not allowing to reregister keys and giving giving Illegal Key Exception,<br />
 until service is restarted as if it maintains cache info in itself. Is this problem with Bouncy Castle FIPS</p>
]]></description>
					                    <pubDate>Tue, 21 Sep 2021 16:37:53 +0300</pubDate>
                </item>
				                <item>
                    <title>Jimmy Ni on Unable to connect to server. Get Bad_CertificateUseNotAllowed exception.</title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/unable-to-connect-to-server-get-bad_certificateusenotallowed-exception/page-2/#p4909</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/unable-to-connect-to-server-get-bad_certificateusenotallowed-exception/page-2/#p4909</guid>
					                        <description><![CDATA[<blockquote class="spPostEmbedQuote">
<p><strong><a href="mailto:bibhudatta.sahu@honeywell.com" target="_blank">bibhudatta.sahu@honeywell.com</a> said </strong><br />
Hello,<br />
     I would like to know whether this Prosys SDK - 4.3 tested on QNX operating system environment. Is client able to connect to server running in QNX operating system. </p>
<p>Thanks,<br />
Bibhudatta Sahu  </p>
</blockquote>
<p>Hello,<br />
Prosys OPC UA SDK for Java - 4.3 has NOT been tested on QNX. We think that it works on QNX, as it works on normal OSes, i.e. win/linux/osx, which would in general show that it works on a normal Java SE JVM. But to be sure, we are now setting up a test environment and confirm the compatibility.<br />
By the way, as a commercial user, you can always send requests to our SDK support, which is quicker in response.</p>
]]></description>
					                    <pubDate>Fri, 07 Aug 2020 12:49:33 +0300</pubDate>
                </item>
				                <item>
                    <title>bibhudatta.sahu@honeywell.com on Unable to connect to server. Get Bad_CertificateUseNotAllowed exception.</title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/unable-to-connect-to-server-get-bad_certificateusenotallowed-exception/page-2/#p4902</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/unable-to-connect-to-server-get-bad_certificateusenotallowed-exception/page-2/#p4902</guid>
					                        <description><![CDATA[<p>Hello,<br />
     I would like to know whether this Prosys SDK - 4.3 tested on QNX operating system environment. Is client able to connect to server running in QNX operating system. </p>
<p>Thanks,<br />
Bibhudatta Sahu</p>
]]></description>
					                    <pubDate>Fri, 31 Jul 2020 16:47:57 +0300</pubDate>
                </item>
				                <item>
                    <title>Bjarne Boström on Unable to connect to server. Get Bad_CertificateUseNotAllowed exception.</title>
                    <link>https://forum.prosysopc.com/forum/general-discussion/unable-to-connect-to-server-get-bad_certificateusenotallowed-exception/page-2/#p4896</link>
                    <category>General Discussion</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/general-discussion/unable-to-connect-to-server-get-bad_certificateusenotallowed-exception/page-2/#p4896</guid>
					                        <description><![CDATA[<p>You can discuss with <a href="mailto:sales@prosysopc.com" target="_blank">sales@prosysopc.com</a>, see <a href="https://www.prosysopc.com/services/" rel="nofollow" target="_blank">https://www.prosysopc.com/services/</a> for our paid services. Note that the SDK support only includes forum + email (for people that have non-eval license). And it is basically only fixing issues shown to be incorrect vs. the specification. That is all, and anything else we do is goodwill from our part (sometimes we have extra time, sometimes of personal interest, sometimes something might be in general good for the SDK even if it would technically be outside of support). </p>
<p>Also note that regardless of anything, I do not do in practice do live communications (would generally speaking be waste of time for everybody, since it could take hours to come up with proper answers, thus async communication channels are the way to go). Also it is vacation season here in Finland (usually from start of June to the end of August), thus it might take a while for a suitable person to be available. But in general sales will answer rest if you send mail to them.</p>
]]></description>
					                    <pubDate>Tue, 28 Jul 2020 16:01:23 +0300</pubDate>
                </item>
				    </channel>
	</rss>
