Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ddrakos

Pages: [1] 2
1
Hi,

better to use a standard EA user account for EAWorker setup.

Regards
Drakos

2
Use Firefox as browser

Firefox supports RDF (Resource Description Framework) document format natively (Content-Type: application/rdf+xml)


https://xxxxxxxxxxxxxxxxxxx.com:443/xxxxxxxx/oslc/am/qc/?useridentifier={xxxxxxxxxxxxxxxxxxxxxxxxxxx}

Confirm password

3
PCS General Board / Re: WebEA no longer connecting to models
« on: February 02, 2022, 10:09:07 pm »
Hi,

Good news. I suspect that your WebEA client is using cacert.pem as certificate storage because it is operating under IIS. For my case with Apache as WebServer /bin/curl-ca-bundle.crt is referenced as certificate storage. Anyway I believe that using self signed certificates have side effects. I have bumped into similar difficulties with customer on-prem certificates resulting into unknown certificate authority messages. Please tell me if you have certificate issues while using WebConfig client as well (HTTPS=TRUE).

4
PCS General Board / Re: WebEA no longer connecting to models
« on: January 25, 2022, 01:02:34 am »
This configuration is part of WebConfig PHP Client  <\WebConfig\settings.php>

5
PCS General Board / Re: WebEA no longer connecting to models
« on: January 22, 2022, 02:27:30 am »
Just give it a try. How does your settings.php configuration look like? Are you using protocol = 'https'  and EnforceCerts ='true'  ?


6
PCS General Board / Re: WebEA no longer connecting to models
« on: January 21, 2022, 03:37:54 am »
Hi,

I had a similar error message with Apache / PHP where apache\bin\curl-ca-bundle.crt needed root PCS TLS certificate to be included at the end. Do you have same issues when using WebConfig php client?

So maybe you need to include PCS TLS host certificate into WebEA Windows keystore?

7
PCS General Board / Re: WebEA no longer connecting to models
« on: December 08, 2021, 12:15:08 am »
Hi,

maybe following webea configuration parameter could be of help

webea_config.ini

auto_login_windows_auth = "true"

Regards
Drakos
Modify message

8
PCS General Board / Re: Single sign on - WebEA vs. Sparx EA
« on: December 06, 2021, 09:44:50 pm »
Hi,

maybe following webea configuration parameter could be of help

webea_config.ini

auto_login_windows_auth = "true"

Regards
Drakos

9
Hi,

exactly since EAWorker does not provide an interface for MDG configuration.

Regards
Drakos   

10
PCS General Board / Re: Creating self-signed certificates for PCS
« on: November 28, 2021, 08:36:24 pm »
Hi,

I think that lego commad line client could help you to automate certificate issuing.

https://docs.gsd.pl/ssl/letsencrypt/

Another option could be https://certifytheweb.com/

I have been using these tools with PCS, WebEA (Apache) and Prolaborate (IIS) for about 4 years.

Regards
Drakos

11
PCS General Board / Configure Load balancer (AWS - Azure)
« on: November 27, 2021, 10:41:14 pm »
Hi,

In the past I have tried to configure a load balancer service (AWS – Azure) in front of  Pro Cloud Server with mixed results.
 
Implementing a load balancer in front of a webservice (PCS) enhances the security layer, enables HA platforms and provides TLS certificates that are centrally managed.
 
Can you please elaborate on current recommendations regarding deploying LB in conjunction with Pro Cloud Server and WebEA (Apache) ?

Thanks a lot.

Drakos

12
Hi,

it is possible to use custom MDG for WebEA. Install EA desktop client in PCS host and configure MDG Specialize -> Manage-Tech -> Advanced. Enable Worker in Pro Cloud Server (Periodically generate diagram Images for WebEA - Prolaborate).


13
PCS General Board / Re: WebEA with openid not working
« on: September 24, 2021, 11:30:07 pm »
Hi,

maybe you should just add following string in your OpenID Callback URL(s) configuration

http://localhost:8888/openid/callback, https://xxxx.com/WebEA/login_sso.php

Regards
Drakos

14
Hi,

convert PFX to PEM with openssl

1. PFX with password protection
openssl pkcs12 -in xxxx.pfx -password pass:xxxxxx  -out server.pem -nodes


2. PFX without password protection
openssl pkcs12 -in xxxx.pfx   -out server.pem -nodes

15
PCS General Board / Re: Creating self-signed certificates for PCS
« on: September 09, 2021, 11:13:29 pm »
Hi,

maybe you should examine using Let's Encrypt certificates instead.

Kind Regards
Drakos

Pages: [1] 2