List of Contributions

Manning

Contact Details

Manning


My Content

1 to 8 of 8 total
Posted By Manning May 06, 2026 05:20:16 AM
Found In Egroup: Advanced Software
\ view thread
Hey Mihajlo, Thank you for that word document its great! Its a big improvement on my cheat sheet which was only ever intended for me since I knew a fair bit about SSL from when I did it before haha. I'll definitely be using your version as a manual now as I think it explains things in a clearer way ...
Posted By Manning May 06, 2026 03:15:29 AM
Found In Egroup: Advanced Software
\ view thread
Hey Mihajlo, I was able to get certificates to work for me offline by using openSSL to make my own certificates and make the certificate Subject Alternative Name (SAN) the same as my hostname which is also the same as my certficate common name (CN). Then I added a local dns entry for that hostname ...
Posted By Manning May 21, 2024 06:31:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you asemlucben, I'm trying this out and I'm just wondering what event to use to trigger then NetLogic in the MainWindow. Should I be using the ProjectLoaded method? It does not seem to work for me and I don't see an option to run a NetLogic in the main window other than to trigger an even ...
Posted By Manning May 16, 2024 03:42:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi Glados, Thanks for getting back to me. The net logic code looks like this. So I have tried a number of configurations. The main configuration I thought should work is like this. So it should run every time the UserSessionEvent (Login or Logout) event occurs but it does not run at a ...
Posted By Manning May 16, 2024 03:03:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi Shane, Unfortunately this does not work. I think this directory is only used in UC OPA configuration. Thank you in any case for your all your help.
Posted By Manning May 15, 2024 09:46:00 AM
Found In Egroup: Advanced Software
\ view thread
Yes we will be deploying this eventually but I'm just testing the https by hosting the web session on an address on our network and accessing it on another computer. We need to use our own certs here because it is a customer requirement. They want control over expiration dates etc. Is there some field ...
Posted By Manning May 15, 2024 06:14:00 AM
Found In Egroup: Advanced Software
\ view thread
Hey folks, I have a simple net logic method that changes the text of some label. I have tested that it works by having it activate on loading the project. What I want to achieve is to have it run each time a new session is opened in web presentation engine. An acceptable alternative would probably ...
Posted By Manning May 15, 2024 05:11:00 AM
Found In Egroup: Advanced Software
\ view thread
Hey folks, So we have an app running on the web using the Web Presentation Engine with the protocol set to https. This uses two files located at %USERPROFILE%\AppData\Local\Rockwell Automation\FactoryTalk Optix\Emulator\Projects\%PROJECTNAME%\ApplicationFiles The two files are WebPresentationEngine.der ...