-
Notifications
You must be signed in to change notification settings - Fork 31
Description
I initially had a similar issue to #21. I was able to get past that by changing the insecureEdgeTerminationPolicy from Redirect to Allow.
Now I get the following:
`watching routes with selector butter.sh/letsencrypt-managed=yes
| Processing route /oapi/v1/namespaces/XXX/routes/XXX.com with domain XXX.com.
| unable to load certificate
| 140546834421664:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: TRUSTED CERTIFICATE
| Getting new certificate for XXX.com
| Adding well-known route.
| calling dehydrated with domain name 'XXX.com'
| # INFO: Using main config file /usr/share/letsencrypt-container/config
| Using private key /etc/openshift-letsencrypt/account-key instead of account key
| Processing XXX.com
| + Signing domains...
| + Generating private key...
| + Generating signing request...
| + Requesting challenge for XXX.com...
| + Already validated!
| + Requesting certificate...
| + Checking certificate...
| + Done!
| + Creating fullchain.pem...
| Defer deploying certificate for routes.
| + Done!
| Running exit_hook
`
However, when I access https://XXX.com I still receive either an insecure website warning or a mismatched certificate notification depending on which browser I am using. What am I missing?