matut0
matut0
Hi, The configuration on the strongswan for esp & ike must be changed to: esp=aes128-sha1-modp2048! ike=aes128-sha1-modp2048! from: ike=aes256gcm16-sha512-modp4096 esp=aes256gcm16-sha512-modp8192 Otherwise the following error appears: DH group MODP_2048 inacceptable, requesting MODP_4096...
(jsonenv) host:Python-Demo-App.2x gpabon$ python main.py Traceback (most recent call last): File "main.py", line 1, in from hello import db, app File "/Users/gpabon/Documents/workspace/oracle-ddev-db/Python-Demo-App.2x/hello/__init__.py", line 1, in from hello import views File...
Hi, when using gpg --keyserver ha.pool.sks-keyservers.net --recv-keys , inside Dockerfile, The command: docker-compose run web python manage.py migrate doesn't work. When I changed to gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys the command...
hi, The last client.js you show in the last step has grpc.Credentials in the var client but it didn't work because it must be grpc.credentials. lower case.